From b731e4654d752e4621cdab76b2e89170149e2957 Mon Sep 17 00:00:00 2001 From: Mikel Date: Thu, 21 Dec 2023 16:55:07 +0100 Subject: [PATCH] [MIG] 1.7 document_knowledge document_page --- document_knowledge/README.rst | 135 ++++ document_knowledge/__init__.py | 4 + document_knowledge/__manifest__.py | 25 + .../data/ir_module_category.xml | 10 + document_knowledge/data/res_users.xml | 9 + .../demo/document_knowledge.xml | 9 + document_knowledge/i18n/am.po | 166 +++++ document_knowledge/i18n/ar.po | 172 +++++ document_knowledge/i18n/bg.po | 168 +++++ document_knowledge/i18n/bs.po | 163 +++++ document_knowledge/i18n/ca.po | 162 +++++ document_knowledge/i18n/cs.po | 171 +++++ document_knowledge/i18n/da.po | 168 +++++ document_knowledge/i18n/de.po | 215 ++++++ .../i18n/document_knowledge.pot | 136 ++++ document_knowledge/i18n/el.po | 168 +++++ document_knowledge/i18n/el_GR.po | 156 +++++ document_knowledge/i18n/en_AU.po | 150 +++++ document_knowledge/i18n/en_GB.po | 169 +++++ document_knowledge/i18n/es.po | 187 ++++++ document_knowledge/i18n/es_AR.po | 172 +++++ document_knowledge/i18n/es_CL.po | 145 ++++ document_knowledge/i18n/es_CO.po | 155 +++++ document_knowledge/i18n/es_CR.po | 169 +++++ document_knowledge/i18n/es_DO.po | 157 +++++ document_knowledge/i18n/es_EC.po | 157 +++++ document_knowledge/i18n/es_ES.po | 159 +++++ document_knowledge/i18n/es_MX.po | 169 +++++ document_knowledge/i18n/es_PY.po | 150 +++++ document_knowledge/i18n/es_VE.po | 163 +++++ document_knowledge/i18n/et.po | 158 +++++ document_knowledge/i18n/eu.po | 151 +++++ document_knowledge/i18n/fa.po | 168 +++++ document_knowledge/i18n/fi.po | 177 +++++ document_knowledge/i18n/fr.po | 222 +++++++ document_knowledge/i18n/fr_CA.po | 165 +++++ document_knowledge/i18n/gl.po | 165 +++++ document_knowledge/i18n/gu.po | 149 +++++ document_knowledge/i18n/he.po | 168 +++++ document_knowledge/i18n/he_IL.po | 167 +++++ document_knowledge/i18n/hi.po | 147 ++++ document_knowledge/i18n/hr.po | 172 +++++ document_knowledge/i18n/hu.po | 171 +++++ document_knowledge/i18n/hy.po | 148 +++++ document_knowledge/i18n/id.po | 167 +++++ document_knowledge/i18n/is.po | 147 ++++ document_knowledge/i18n/it.po | 186 ++++++ document_knowledge/i18n/ja.po | 168 +++++ document_knowledge/i18n/ka.po | 151 +++++ document_knowledge/i18n/kab.po | 171 +++++ document_knowledge/i18n/kk.po | 145 ++++ document_knowledge/i18n/knowledge.pot | 167 +++++ document_knowledge/i18n/ko.po | 171 +++++ document_knowledge/i18n/ln.po | 147 ++++ document_knowledge/i18n/lo.po | 150 +++++ document_knowledge/i18n/lt.po | 167 +++++ document_knowledge/i18n/lv.po | 168 +++++ document_knowledge/i18n/mk.po | 171 +++++ document_knowledge/i18n/mn.po | 171 +++++ document_knowledge/i18n/nb.po | 169 +++++ document_knowledge/i18n/nl.po | 171 +++++ document_knowledge/i18n/nl_BE.po | 169 +++++ document_knowledge/i18n/nl_NL.po | 161 +++++ document_knowledge/i18n/pl.po | 172 +++++ document_knowledge/i18n/pt.po | 171 +++++ document_knowledge/i18n/pt_BR.po | 216 ++++++ document_knowledge/i18n/pt_PT.po | 159 +++++ document_knowledge/i18n/ro.po | 172 +++++ document_knowledge/i18n/ru.po | 213 ++++++ document_knowledge/i18n/sk.po | 164 +++++ document_knowledge/i18n/sl.po | 213 ++++++ document_knowledge/i18n/sr.po | 154 +++++ document_knowledge/i18n/sr@latin.po | 158 +++++ document_knowledge/i18n/sv.po | 171 +++++ document_knowledge/i18n/th.po | 168 +++++ document_knowledge/i18n/tr.po | 192 ++++++ document_knowledge/i18n/uk.po | 167 +++++ document_knowledge/i18n/vi.po | 157 +++++ document_knowledge/i18n/zh_CN.po | 172 +++++ document_knowledge/i18n/zh_TW.po | 160 +++++ document_knowledge/models/__init__.py | 5 + document_knowledge/models/ir_attachment.py | 11 + document_knowledge/models/res_config.py | 33 + document_knowledge/pyproject.toml | 3 + document_knowledge/readme/CONFIGURE.rst | 20 + document_knowledge/readme/CONTRIBUTORS.rst | 17 + document_knowledge/readme/CREDITS.rst | 3 + document_knowledge/readme/DESCRIPTION.rst | 1 + document_knowledge/readme/USAGE.rst | 5 + .../security/document_knowledge_security.xml | 14 + .../static/description/icon.png | Bin 0 -> 19884 bytes .../static/description/icon.svg | 99 +++ .../static/description/index.html | 481 ++++++++++++++ .../views/document_knowledge.xml | 54 ++ document_knowledge/views/res_config.xml | 81 +++ document_page/README.rst | 121 ++++ document_page/__init__.py | 4 + document_page/__manifest__.py | 37 ++ document_page/demo/document_page.xml | 142 ++++ document_page/i18n/am.po | 574 ++++++++++++++++ document_page/i18n/ar.po | 580 ++++++++++++++++ document_page/i18n/bg.po | 579 ++++++++++++++++ document_page/i18n/bs.po | 575 ++++++++++++++++ document_page/i18n/ca.po | 579 ++++++++++++++++ document_page/i18n/cs.po | 579 ++++++++++++++++ document_page/i18n/da.po | 579 ++++++++++++++++ document_page/i18n/de.po | 593 +++++++++++++++++ document_page/i18n/document_page.pot | 569 ++++++++++++++++ document_page/i18n/el.po | 579 ++++++++++++++++ document_page/i18n/el_GR.po | 575 ++++++++++++++++ document_page/i18n/en_AU.po | 574 ++++++++++++++++ document_page/i18n/en_GB.po | 580 ++++++++++++++++ document_page/i18n/es.po | 601 +++++++++++++++++ document_page/i18n/es_AR.po | 581 ++++++++++++++++ document_page/i18n/es_CL.po | 574 ++++++++++++++++ document_page/i18n/es_CO.po | 579 ++++++++++++++++ document_page/i18n/es_CR.po | 581 ++++++++++++++++ document_page/i18n/es_DO.po | 574 ++++++++++++++++ document_page/i18n/es_EC.po | 574 ++++++++++++++++ document_page/i18n/es_ES.po | 575 ++++++++++++++++ document_page/i18n/es_MX.po | 581 ++++++++++++++++ document_page/i18n/es_PY.po | 579 ++++++++++++++++ document_page/i18n/es_VE.po | 581 ++++++++++++++++ document_page/i18n/et.po | 574 ++++++++++++++++ document_page/i18n/eu.po | 574 ++++++++++++++++ document_page/i18n/fa.po | 581 ++++++++++++++++ document_page/i18n/fi.po | 580 ++++++++++++++++ document_page/i18n/fr.po | 625 ++++++++++++++++++ document_page/i18n/fr_CA.po | 575 ++++++++++++++++ document_page/i18n/gl.po | 579 ++++++++++++++++ document_page/i18n/gu.po | 579 ++++++++++++++++ document_page/i18n/he.po | 579 ++++++++++++++++ document_page/i18n/he_IL.po | 571 ++++++++++++++++ document_page/i18n/hi.po | 574 ++++++++++++++++ document_page/i18n/hr.po | 605 +++++++++++++++++ document_page/i18n/hu.po | 580 ++++++++++++++++ document_page/i18n/hy.po | 574 ++++++++++++++++ document_page/i18n/id.po | 574 ++++++++++++++++ document_page/i18n/is.po | 574 ++++++++++++++++ document_page/i18n/it.po | 603 +++++++++++++++++ document_page/i18n/ja.po | 579 ++++++++++++++++ document_page/i18n/ka.po | 574 ++++++++++++++++ document_page/i18n/kab.po | 579 ++++++++++++++++ document_page/i18n/kk.po | 574 ++++++++++++++++ document_page/i18n/ko.po | 579 ++++++++++++++++ document_page/i18n/ln.po | 574 ++++++++++++++++ document_page/i18n/lo.po | 574 ++++++++++++++++ document_page/i18n/lt.po | 575 ++++++++++++++++ document_page/i18n/lv.po | 580 ++++++++++++++++ document_page/i18n/mk.po | 580 ++++++++++++++++ document_page/i18n/mn.po | 580 ++++++++++++++++ document_page/i18n/nb.po | 580 ++++++++++++++++ document_page/i18n/nl.po | 581 ++++++++++++++++ document_page/i18n/nl_BE.po | 575 ++++++++++++++++ document_page/i18n/nl_NL.po | 592 +++++++++++++++++ document_page/i18n/pl.po | 582 ++++++++++++++++ document_page/i18n/pt.po | 594 +++++++++++++++++ document_page/i18n/pt_BR.po | 581 ++++++++++++++++ document_page/i18n/pt_PT.po | 581 ++++++++++++++++ document_page/i18n/ro.po | 581 ++++++++++++++++ document_page/i18n/ru.po | 611 +++++++++++++++++ document_page/i18n/sk.po | 579 ++++++++++++++++ document_page/i18n/sl.po | 581 ++++++++++++++++ document_page/i18n/sq.po | 574 ++++++++++++++++ document_page/i18n/sr.po | 580 ++++++++++++++++ document_page/i18n/sv.po | 580 ++++++++++++++++ document_page/i18n/th.po | 579 ++++++++++++++++ document_page/i18n/tlh.po | 574 ++++++++++++++++ document_page/i18n/tr.po | 608 +++++++++++++++++ document_page/i18n/uk.po | 575 ++++++++++++++++ document_page/i18n/vi.po | 574 ++++++++++++++++ document_page/i18n/zh_CN.po | 580 ++++++++++++++++ document_page/i18n/zh_TW.po | 580 ++++++++++++++++ document_page/images/category_list.png | Bin 0 -> 70027 bytes document_page/images/create_category.png | Bin 0 -> 76808 bytes document_page/images/create_page.png | Bin 0 -> 74927 bytes document_page/images/page_history.png | Bin 0 -> 97659 bytes document_page/images/page_list.png | Bin 0 -> 80960 bytes document_page/models/__init__.py | 4 + document_page/models/document_page.py | 192 ++++++ document_page/models/document_page_history.py | 70 ++ document_page/pyproject.toml | 3 + document_page/readme/CONFIGURE.rst | 1 + document_page/readme/CONTRIBUTORS.rst | 18 + document_page/readme/CREDITS.rst | 5 + document_page/readme/DESCRIPTION.rst | 1 + document_page/readme/INSTALL.rst | 1 + document_page/readme/USAGE.rst | 5 + .../security/document_page_security.xml | 33 + document_page/security/ir.model.access.csv | 9 + document_page/static/description/icon.png | Bin 0 -> 9455 bytes document_page/static/description/index.html | 469 +++++++++++++ document_page/static/src/img/POS.png | Bin 0 -> 211118 bytes .../static/src/img/add_to_dashboard.png | Bin 0 -> 48046 bytes document_page/static/src/img/dashboard.png | Bin 0 -> 35478 bytes .../static/src/scss/document_page.scss | 28 + document_page/tests/__init__.py | 6 + document_page/tests/test_document_page.py | 59 ++ .../tests/test_document_page_create_menu.py | 29 + .../tests/test_document_page_history.py | 19 + .../tests/test_document_page_show_diff.py | 32 + document_page/views/document_page.xml | 217 ++++++ .../views/document_page_category.xml | 135 ++++ document_page/views/document_page_history.xml | 108 +++ document_page/views/report_document_page.xml | 31 + document_page/wizard/__init__.py | 4 + .../wizard/document_page_create_menu.py | 63 ++ .../wizard/document_page_create_menu.xml | 35 + .../wizard/document_page_show_diff.py | 30 + .../wizard/document_page_show_diff.xml | 28 + 210 files changed, 58295 insertions(+) create mode 100644 document_knowledge/README.rst create mode 100644 document_knowledge/__init__.py create mode 100644 document_knowledge/__manifest__.py create mode 100644 document_knowledge/data/ir_module_category.xml create mode 100644 document_knowledge/data/res_users.xml create mode 100644 document_knowledge/demo/document_knowledge.xml create mode 100644 document_knowledge/i18n/am.po create mode 100644 document_knowledge/i18n/ar.po create mode 100644 document_knowledge/i18n/bg.po create mode 100644 document_knowledge/i18n/bs.po create mode 100644 document_knowledge/i18n/ca.po create mode 100644 document_knowledge/i18n/cs.po create mode 100644 document_knowledge/i18n/da.po create mode 100644 document_knowledge/i18n/de.po create mode 100644 document_knowledge/i18n/document_knowledge.pot create mode 100644 document_knowledge/i18n/el.po create mode 100644 document_knowledge/i18n/el_GR.po create mode 100644 document_knowledge/i18n/en_AU.po create mode 100644 document_knowledge/i18n/en_GB.po create mode 100644 document_knowledge/i18n/es.po create mode 100644 document_knowledge/i18n/es_AR.po create mode 100644 document_knowledge/i18n/es_CL.po create mode 100644 document_knowledge/i18n/es_CO.po create mode 100644 document_knowledge/i18n/es_CR.po create mode 100644 document_knowledge/i18n/es_DO.po create mode 100644 document_knowledge/i18n/es_EC.po create mode 100644 document_knowledge/i18n/es_ES.po create mode 100644 document_knowledge/i18n/es_MX.po create mode 100644 document_knowledge/i18n/es_PY.po create mode 100644 document_knowledge/i18n/es_VE.po create mode 100644 document_knowledge/i18n/et.po create mode 100644 document_knowledge/i18n/eu.po create mode 100644 document_knowledge/i18n/fa.po create mode 100644 document_knowledge/i18n/fi.po create mode 100644 document_knowledge/i18n/fr.po create mode 100644 document_knowledge/i18n/fr_CA.po create mode 100644 document_knowledge/i18n/gl.po create mode 100644 document_knowledge/i18n/gu.po create mode 100644 document_knowledge/i18n/he.po create mode 100644 document_knowledge/i18n/he_IL.po create mode 100644 document_knowledge/i18n/hi.po create mode 100644 document_knowledge/i18n/hr.po create mode 100644 document_knowledge/i18n/hu.po create mode 100644 document_knowledge/i18n/hy.po create mode 100644 document_knowledge/i18n/id.po create mode 100644 document_knowledge/i18n/is.po create mode 100644 document_knowledge/i18n/it.po create mode 100644 document_knowledge/i18n/ja.po create mode 100644 document_knowledge/i18n/ka.po create mode 100644 document_knowledge/i18n/kab.po create mode 100644 document_knowledge/i18n/kk.po create mode 100644 document_knowledge/i18n/knowledge.pot create mode 100644 document_knowledge/i18n/ko.po create mode 100644 document_knowledge/i18n/ln.po create mode 100644 document_knowledge/i18n/lo.po create mode 100644 document_knowledge/i18n/lt.po create mode 100644 document_knowledge/i18n/lv.po create mode 100644 document_knowledge/i18n/mk.po create mode 100644 document_knowledge/i18n/mn.po create mode 100644 document_knowledge/i18n/nb.po create mode 100644 document_knowledge/i18n/nl.po create mode 100644 document_knowledge/i18n/nl_BE.po create mode 100644 document_knowledge/i18n/nl_NL.po create mode 100644 document_knowledge/i18n/pl.po create mode 100644 document_knowledge/i18n/pt.po create mode 100644 document_knowledge/i18n/pt_BR.po create mode 100644 document_knowledge/i18n/pt_PT.po create mode 100644 document_knowledge/i18n/ro.po create mode 100644 document_knowledge/i18n/ru.po create mode 100644 document_knowledge/i18n/sk.po create mode 100644 document_knowledge/i18n/sl.po create mode 100644 document_knowledge/i18n/sr.po create mode 100644 document_knowledge/i18n/sr@latin.po create mode 100644 document_knowledge/i18n/sv.po create mode 100644 document_knowledge/i18n/th.po create mode 100644 document_knowledge/i18n/tr.po create mode 100644 document_knowledge/i18n/uk.po create mode 100644 document_knowledge/i18n/vi.po create mode 100644 document_knowledge/i18n/zh_CN.po create mode 100644 document_knowledge/i18n/zh_TW.po create mode 100644 document_knowledge/models/__init__.py create mode 100644 document_knowledge/models/ir_attachment.py create mode 100644 document_knowledge/models/res_config.py create mode 100644 document_knowledge/pyproject.toml create mode 100644 document_knowledge/readme/CONFIGURE.rst create mode 100644 document_knowledge/readme/CONTRIBUTORS.rst create mode 100644 document_knowledge/readme/CREDITS.rst create mode 100644 document_knowledge/readme/DESCRIPTION.rst create mode 100644 document_knowledge/readme/USAGE.rst create mode 100644 document_knowledge/security/document_knowledge_security.xml create mode 100644 document_knowledge/static/description/icon.png create mode 100644 document_knowledge/static/description/icon.svg create mode 100644 document_knowledge/static/description/index.html create mode 100644 document_knowledge/views/document_knowledge.xml create mode 100644 document_knowledge/views/res_config.xml create mode 100644 document_page/README.rst create mode 100644 document_page/__init__.py create mode 100644 document_page/__manifest__.py create mode 100644 document_page/demo/document_page.xml create mode 100644 document_page/i18n/am.po create mode 100644 document_page/i18n/ar.po create mode 100644 document_page/i18n/bg.po create mode 100644 document_page/i18n/bs.po create mode 100644 document_page/i18n/ca.po create mode 100644 document_page/i18n/cs.po create mode 100644 document_page/i18n/da.po create mode 100644 document_page/i18n/de.po create mode 100644 document_page/i18n/document_page.pot create mode 100644 document_page/i18n/el.po create mode 100644 document_page/i18n/el_GR.po create mode 100644 document_page/i18n/en_AU.po create mode 100644 document_page/i18n/en_GB.po create mode 100644 document_page/i18n/es.po create mode 100644 document_page/i18n/es_AR.po create mode 100644 document_page/i18n/es_CL.po create mode 100644 document_page/i18n/es_CO.po create mode 100644 document_page/i18n/es_CR.po create mode 100644 document_page/i18n/es_DO.po create mode 100644 document_page/i18n/es_EC.po create mode 100644 document_page/i18n/es_ES.po create mode 100644 document_page/i18n/es_MX.po create mode 100644 document_page/i18n/es_PY.po create mode 100644 document_page/i18n/es_VE.po create mode 100644 document_page/i18n/et.po create mode 100644 document_page/i18n/eu.po create mode 100644 document_page/i18n/fa.po create mode 100644 document_page/i18n/fi.po create mode 100644 document_page/i18n/fr.po create mode 100644 document_page/i18n/fr_CA.po create mode 100644 document_page/i18n/gl.po create mode 100644 document_page/i18n/gu.po create mode 100644 document_page/i18n/he.po create mode 100644 document_page/i18n/he_IL.po create mode 100644 document_page/i18n/hi.po create mode 100644 document_page/i18n/hr.po create mode 100644 document_page/i18n/hu.po create mode 100644 document_page/i18n/hy.po create mode 100644 document_page/i18n/id.po create mode 100644 document_page/i18n/is.po create mode 100644 document_page/i18n/it.po create mode 100644 document_page/i18n/ja.po create mode 100644 document_page/i18n/ka.po create mode 100644 document_page/i18n/kab.po create mode 100644 document_page/i18n/kk.po create mode 100644 document_page/i18n/ko.po create mode 100644 document_page/i18n/ln.po create mode 100644 document_page/i18n/lo.po create mode 100644 document_page/i18n/lt.po create mode 100644 document_page/i18n/lv.po create mode 100644 document_page/i18n/mk.po create mode 100644 document_page/i18n/mn.po create mode 100644 document_page/i18n/nb.po create mode 100644 document_page/i18n/nl.po create mode 100644 document_page/i18n/nl_BE.po create mode 100644 document_page/i18n/nl_NL.po create mode 100644 document_page/i18n/pl.po create mode 100644 document_page/i18n/pt.po create mode 100644 document_page/i18n/pt_BR.po create mode 100644 document_page/i18n/pt_PT.po create mode 100644 document_page/i18n/ro.po create mode 100644 document_page/i18n/ru.po create mode 100644 document_page/i18n/sk.po create mode 100644 document_page/i18n/sl.po create mode 100644 document_page/i18n/sq.po create mode 100644 document_page/i18n/sr.po create mode 100644 document_page/i18n/sv.po create mode 100644 document_page/i18n/th.po create mode 100644 document_page/i18n/tlh.po create mode 100644 document_page/i18n/tr.po create mode 100644 document_page/i18n/uk.po create mode 100644 document_page/i18n/vi.po create mode 100644 document_page/i18n/zh_CN.po create mode 100644 document_page/i18n/zh_TW.po create mode 100644 document_page/images/category_list.png create mode 100644 document_page/images/create_category.png create mode 100644 document_page/images/create_page.png create mode 100644 document_page/images/page_history.png create mode 100644 document_page/images/page_list.png create mode 100644 document_page/models/__init__.py create mode 100644 document_page/models/document_page.py create mode 100644 document_page/models/document_page_history.py create mode 100644 document_page/pyproject.toml create mode 100644 document_page/readme/CONFIGURE.rst create mode 100644 document_page/readme/CONTRIBUTORS.rst create mode 100644 document_page/readme/CREDITS.rst create mode 100644 document_page/readme/DESCRIPTION.rst create mode 100644 document_page/readme/INSTALL.rst create mode 100644 document_page/readme/USAGE.rst create mode 100644 document_page/security/document_page_security.xml create mode 100644 document_page/security/ir.model.access.csv create mode 100644 document_page/static/description/icon.png create mode 100644 document_page/static/description/index.html create mode 100644 document_page/static/src/img/POS.png create mode 100644 document_page/static/src/img/add_to_dashboard.png create mode 100644 document_page/static/src/img/dashboard.png create mode 100644 document_page/static/src/scss/document_page.scss create mode 100644 document_page/tests/__init__.py create mode 100644 document_page/tests/test_document_page.py create mode 100644 document_page/tests/test_document_page_create_menu.py create mode 100644 document_page/tests/test_document_page_history.py create mode 100644 document_page/tests/test_document_page_show_diff.py create mode 100644 document_page/views/document_page.xml create mode 100644 document_page/views/document_page_category.xml create mode 100644 document_page/views/document_page_history.xml create mode 100644 document_page/views/report_document_page.xml create mode 100644 document_page/wizard/__init__.py create mode 100644 document_page/wizard/document_page_create_menu.py create mode 100644 document_page/wizard/document_page_create_menu.xml create mode 100644 document_page/wizard/document_page_show_diff.py create mode 100644 document_page/wizard/document_page_show_diff.xml diff --git a/document_knowledge/README.rst b/document_knowledge/README.rst new file mode 100644 index 00000000..61ffd821 --- /dev/null +++ b/document_knowledge/README.rst @@ -0,0 +1,135 @@ +=================== +Documents Knowledge +=================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:c1488375286777cfdb9187452f29e3f8a28157ba0f11fa21061916703e669afc + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github + :target: https://github.com/OCA/knowledge/tree/16.0/document_knowledge + :alt: OCA/knowledge +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_knowledge + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module is the base for any knowledge and document management application. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To set up this module, you need to go to: + +* Knowledge / Configuration / Settings + +From this menu you'll have a central access to install the apps that belong +to Knowledge. + +* Check *Attachments List and Document Indexation* if you want to install the + module that allows users to attach documents to any model. +* Check *Manage attachments centrally* if you want all users to be able to + access to the all attachments to which they have read permissions, from the + menu *Knowledge / Documents* + +If you want to grant Central Access to Documents only to some users: + +#. Go to *Settings/Activate the developer mode*. Only a user with + *Administration / Settings* permissions can do that. + +#. Go to *Settings / Users & Companies / Users* and set the checkbox + *Central access to Documents* to the selected users. + +Usage +===== + +This module adds a new top level menu *Knowledge* + +Users with permission *Central access to Documents* can access in +*Knowledge/Documents* to all the documents attached to records of any model +for which they have read permission. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* OpenERP SA +* MONK Software +* Tecnativa +* ForgeFlow + +Contributors +~~~~~~~~~~~~ + +* Odoo SA +* Savoir-faire Linux +* Gervais Naoussi +* Leonardo Donelli +* Maxime Chambreuil +* Fayez Qandeel +* Iván Todorovich +* Jordi Ballester +* Marie Lejeune +* `Tecnativa `_: + + * Vicent Cubells + * Ernesto Tejeda + +Trobz + +* Dung Tran + +Other credits +~~~~~~~~~~~~~ + +The development of this module has been financially supported by: + +* Camptocamp + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/knowledge `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/document_knowledge/__init__.py b/document_knowledge/__init__.py new file mode 100644 index 00000000..9fabbc86 --- /dev/null +++ b/document_knowledge/__init__.py @@ -0,0 +1,4 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models diff --git a/document_knowledge/__manifest__.py b/document_knowledge/__manifest__.py new file mode 100644 index 00000000..12017548 --- /dev/null +++ b/document_knowledge/__manifest__.py @@ -0,0 +1,25 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Documents Knowledge", + "version": "17.0.1.0.0", + "author": "OpenERP SA," + "MONK Software, " + "Tecnativa, " + "ForgeFlow, " + "Odoo Community Association (OCA)", + "category": "Knowledge", + "license": "AGPL-3", + "website": "https://github.com/OCA/knowledge", + "depends": ["base"], + "data": [ + "data/ir_module_category.xml", + "security/document_knowledge_security.xml", + "data/res_users.xml", + "views/document_knowledge.xml", + "views/res_config.xml", + ], + "demo": ["demo/document_knowledge.xml"], + "installable": True, + "application": True, +} diff --git a/document_knowledge/data/ir_module_category.xml b/document_knowledge/data/ir_module_category.xml new file mode 100644 index 00000000..9231e266 --- /dev/null +++ b/document_knowledge/data/ir_module_category.xml @@ -0,0 +1,10 @@ + + + + Documents Knowledge + Manage documents and knowledge-related + applications + + 30 + + diff --git a/document_knowledge/data/res_users.xml b/document_knowledge/data/res_users.xml new file mode 100644 index 00000000..829a3bf7 --- /dev/null +++ b/document_knowledge/data/res_users.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/document_knowledge/demo/document_knowledge.xml b/document_knowledge/demo/document_knowledge.xml new file mode 100644 index 00000000..e576c529 --- /dev/null +++ b/document_knowledge/demo/document_knowledge.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/document_knowledge/i18n/am.po b/document_knowledge/i18n/am.po new file mode 100644 index 00000000..e8d20e4c --- /dev/null +++ b/document_knowledge/i18n/am.po @@ -0,0 +1,166 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Amharic (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ማስተካከያዎች" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ማስተካከያዎች" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "ማመልከት" + +#~ msgid "Cancel" +#~ msgstr "መሰረዝ" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "ወይም" diff --git a/document_knowledge/i18n/ar.po b/document_knowledge/i18n/ar.po new file mode 100644 index 00000000..b68a4cc4 --- /dev/null +++ b/document_knowledge/i18n/ar.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "الإعدادات" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "الإعدادات" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "المعرفة" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "المستندات" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "ضبط المعرفة" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "المعرفة" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "المعرفة وإدارة المستندات" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "إدارة المستندات" + +#~ msgid "Apply" +#~ msgstr "تطبيق" + +#~ msgid "Cancel" +#~ msgstr "إلغاء" + +#~ msgid "Created by" +#~ msgstr "أنشئ بواسطة" + +#~ msgid "Created on" +#~ msgstr "أنشئ في" + +#~ msgid "ID" +#~ msgstr "المعرف" + +#~ msgid "Last Updated by" +#~ msgstr "آخر تحديث بواسطة" + +#~ msgid "Last Updated on" +#~ msgstr "آخر تحديث في" + +#~ msgid "or" +#~ msgstr "أو" diff --git a/document_knowledge/i18n/bg.po b/document_knowledge/i18n/bg.po new file mode 100644 index 00000000..2f3e639b --- /dev/null +++ b/document_knowledge/i18n/bg.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Настройка" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Настройка" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Знания" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документи" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Документи" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знания" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Приложи" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "Created by" +#~ msgstr "Създадено от" + +#~ msgid "Created on" +#~ msgstr "Създадено на" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последно обновено от" + +#~ msgid "Last Updated on" +#~ msgstr "Последно обновено на" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/bs.po b/document_knowledge/i18n/bs.po new file mode 100644 index 00000000..a8f69199 --- /dev/null +++ b/document_knowledge/i18n/bs.po @@ -0,0 +1,163 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracija" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Znanje" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Znanje" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Primjeni" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created by" +#~ msgstr "Kreirao" + +#~ msgid "Created on" +#~ msgstr "Kreirano" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/document_knowledge/i18n/ca.po b/document_knowledge/i18n/ca.po new file mode 100644 index 00000000..58f47661 --- /dev/null +++ b/document_knowledge/i18n/ca.po @@ -0,0 +1,162 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuració" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuració" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Coneixement" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documents" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Coneixement" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancel·la" + +#~ msgid "Created by" +#~ msgstr "Creat per" + +#~ msgid "Created on" +#~ msgstr "Creat el" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Darrera Actualització per" + +#~ msgid "Last Updated on" +#~ msgstr "Darrera Actualització el" diff --git a/document_knowledge/i18n/cs.po b/document_knowledge/i18n/cs.po new file mode 100644 index 00000000..6c85ef65 --- /dev/null +++ b/document_knowledge/i18n/cs.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nastavení" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavení" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Znalosti" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Nastavit znalosti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znalosti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Správa znalostí a dokumentů" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Spravovat dokumenty" + +#~ msgid "Apply" +#~ msgstr "Použít" + +#~ msgid "Cancel" +#~ msgstr "Zrušit" + +#~ msgid "Created by" +#~ msgstr "Vytvořil(a)" + +#~ msgid "Created on" +#~ msgstr "Vytvořeno" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Naposled upraveno" + +#~ msgid "Last Updated on" +#~ msgstr "Naposled upraveno" + +#~ msgid "or" +#~ msgstr "nebo" diff --git a/document_knowledge/i18n/da.po b/document_knowledge/i18n/da.po new file mode 100644 index 00000000..0c13cbe1 --- /dev/null +++ b/document_knowledge/i18n/da.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguration" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Viden" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenter" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenter" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Viden" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Anvend" + +#~ msgid "Cancel" +#~ msgstr "Annuller" + +#~ msgid "Created by" +#~ msgstr "Oprettet af" + +#~ msgid "Created on" +#~ msgstr "Oprettet den" + +#~ msgid "ID" +#~ msgstr "Id" + +#~ msgid "Last Updated by" +#~ msgstr "Sidst opdateret af" + +#~ msgid "Last Updated on" +#~ msgstr "Sidst opdateret den" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/de.po b/document_knowledge/i18n/de.po new file mode 100644 index 00000000..6527f15f --- /dev/null +++ b/document_knowledge/i18n/de.po @@ -0,0 +1,215 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 03:34+0000\n" +"PO-Revision-Date: 2017-03-28 03:34+0000\n" +"Last-Translator: Niki Waibel , 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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Workflow zu Dokumenten pro Kategorie hinzufügen.\n" +"- Das Modul document_page_approval wird installiert." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +#, fuzzy +msgid "Attachment" +msgstr "ir.attachment" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "knowledge.config.settings" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Wissender Benutzer" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Dokumentindizierung, Volltextrecherche in Dokumenten.\n" +"- Das Modul document wird installiert." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumente" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Konfiguriere Dokumentenmanagement" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Gruppiert durch" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Dokumente" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Knowledge und Dokumenten Management" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Dokumentseiten verwalten (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Dokumentenfreigabe verwalten" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modell" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Stelle Dokumentenseite und Kategorie als Wiki zur Verfügung.\n" +"- Das Modul document_page wird installiert." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Einstellungen" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Dateien aus externem DMS in Odoo einbinden" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n" +#~ "Dateien an Odoo-Datensätze anzuhängen.\n" +#~ "- Das Modul cmis-read wird installiert." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "Verknüpfe Odoo mit einem CMIS-kompatiblen Server, um \n" +#~ "Dateien dort abzuspeichern.\n" +#~ "- Das Modul cmis-write wird installiert." + +#~ msgid "Connect with an external DMS" +#~ msgstr "Mit externem DMS verbinden" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "Speichere Anhänge auf externem DMS anstelle der Odoo-Dateiablage" + +#~ msgid "Manage documents" +#~ msgstr "Dokumentenverwaltung" + +#~ msgid "Apply" +#~ msgstr "Anwenden" + +#~ msgid "Cancel" +#~ msgstr "Abbrechen" + +#~ msgid "Created by" +#~ msgstr "Erstellt durch" + +#~ msgid "Created on" +#~ msgstr "Erstellt am" + +#~ msgid "Display Name" +#~ msgstr "Anzeigename" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Zuletzt aktualisiert am" + +#~ msgid "Last Updated by" +#~ msgstr "Zuletzt aktualisiert von" + +#~ msgid "Last Updated on" +#~ msgstr "Zuletzt aktualisiert am" + +#~ msgid "Using CMIS" +#~ msgstr "Verwende CMIS" + +#~ msgid "or" +#~ msgstr "oder" diff --git a/document_knowledge/i18n/document_knowledge.pot b/document_knowledge/i18n/document_knowledge.pot new file mode 100644 index 00000000..5d58e717 --- /dev/null +++ b/document_knowledge/i18n/document_knowledge.pot @@ -0,0 +1,136 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * document_knowledge +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" diff --git a/document_knowledge/i18n/el.po b/document_knowledge/i18n/el.po new file mode 100644 index 00000000..de7da330 --- /dev/null +++ b/document_knowledge/i18n/el.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (https://www.transifex.com/oca/teams/23907/el/)\n" +"Language: el\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Ρυθμίσεις" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Ρυθμίσεις" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Γνωσιακή" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Έγγραφα" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Έγγραφα" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Γνωσιακή" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Εφαρμογή" + +#~ msgid "Cancel" +#~ msgstr "Ακύρωση" + +#~ msgid "Created by" +#~ msgstr "Δημιουργήθηκε από" + +#~ msgid "Created on" +#~ msgstr "Δημιουργήθηκε στις" + +#~ msgid "ID" +#~ msgstr "Κωδικός" + +#~ msgid "Last Updated by" +#~ msgstr "Τελευταία Αναβαθμίστηκε από" + +#~ msgid "Last Updated on" +#~ msgstr "Τελευταία Αναβαθμίστηκε στις" + +#~ msgid "or" +#~ msgstr "ή" diff --git a/document_knowledge/i18n/el_GR.po b/document_knowledge/i18n/el_GR.po new file mode 100644 index 00000000..bbf1adcc --- /dev/null +++ b/document_knowledge/i18n/el_GR.po @@ -0,0 +1,156 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:26+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Greek (Greece) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Created by" +#~ msgstr "Δημιουργήθηκε από " + +#~ msgid "Created on" +#~ msgstr "Δημιουργήθηκε στις" + +#~ msgid "ID" +#~ msgstr "Κωδικός" + +#~ msgid "Last Updated by" +#~ msgstr "Τελευταία ενημέρωση από" + +#~ msgid "Last Updated on" +#~ msgstr "Τελευταία ενημέρωση στις" diff --git a/document_knowledge/i18n/en_AU.po b/document_knowledge/i18n/en_AU.po new file mode 100644 index 00000000..4a2db21b --- /dev/null +++ b/document_knowledge/i18n/en_AU.po @@ -0,0 +1,150 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: English (Australia) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Apply" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "or" +#~ msgstr "or" diff --git a/document_knowledge/i18n/en_GB.po b/document_knowledge/i18n/en_GB.po new file mode 100644 index 00000000..a900378c --- /dev/null +++ b/document_knowledge/i18n/en_GB.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuration" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Knowledge" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documents" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Knowledge" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Apply" + +#~ msgid "Cancel" +#~ msgstr "Cancel" + +#~ msgid "Created by" +#~ msgstr "Created by" + +#~ msgid "Created on" +#~ msgstr "Created on" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Last Updated by" + +#~ msgid "Last Updated on" +#~ msgstr "Last Updated on" + +#~ msgid "or" +#~ msgstr "or" diff --git a/document_knowledge/i18n/es.po b/document_knowledge/i18n/es.po new file mode 100644 index 00000000..4fc35c52 --- /dev/null +++ b/document_knowledge/i18n/es.po @@ -0,0 +1,187 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2023-09-05 22:41+0000\n" +"Last-Translator: Ivorra78 \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" +"X-Generator: Weblate 4.17\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Añadir flujo de trabajo en los documentos por categoría.\n" +"‐ Esto instala el módulo document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Archivo adjunto" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Lista de Archivos Adjuntos e Indexación de Documentos" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Acceso central a Documentos" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Ajustes de configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "Documentar el conocimiento del usuario" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indexación de documentos, búsqueda de texto completo en archivos adjuntos.\n" +"‐ Esto instala el módulo attachment_indexation." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "Conocimiento de los documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Agrupado por" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestión de documentos y de la base de conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gestionar páginas de documento (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Gestionar documentos y aplicaciones relacionadas con el conocimiento\n" +" aplicaciones\n" +" " + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gestionar aprobación de documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modelo" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Proporciona la página del documento y la categoría como wiki.\n" +"‐ Esto instala el módulo document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Modelo del Recurso" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Ajustes" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" +"Al configurar este campo, todos los usuarios podrán gestionar los archivos " +"adjuntos de forma centralizada, desde el menú Conocimiento del documento/" +"Documentos." + +#~ msgid "Manage documents" +#~ msgstr "Gestión de documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "Display Name" +#~ msgstr "Nombre mostrado" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Modificado por última vez el" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización de" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_AR.po b/document_knowledge/i18n/es_AR.po new file mode 100644 index 00000000..4f6a1c32 --- /dev/null +++ b/document_knowledge/i18n/es_AR.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conocimientos" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configurar Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimientos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestión de Documentos y Conocimientos" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Administrar documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización realizada por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización el" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_CL.po b/document_knowledge/i18n/es_CL.po new file mode 100644 index 00000000..cd20921b --- /dev/null +++ b/document_knowledge/i18n/es_CL.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Chile) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" diff --git a/document_knowledge/i18n/es_CO.po b/document_knowledge/i18n/es_CO.po new file mode 100644 index 00000000..f39ad6c3 --- /dev/null +++ b/document_knowledge/i18n/es_CO.po @@ -0,0 +1,155 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_CR.po b/document_knowledge/i18n/es_CR.po new file mode 100644 index 00000000..31fadf4e --- /dev/null +++ b/document_knowledge/i18n/es_CR.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_DO.po b/document_knowledge/i18n/es_DO.po new file mode 100644 index 00000000..e18ef9ec --- /dev/null +++ b/document_knowledge/i18n/es_DO.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID (identificación)" + +#~ msgid "or" +#~ msgstr "ó" diff --git a/document_knowledge/i18n/es_EC.po b/document_knowledge/i18n/es_EC.po new file mode 100644 index 00000000..8fece5ab --- /dev/null +++ b/document_knowledge/i18n/es_EC.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Gestión de Conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Gestión de Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Gestión de Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_ES.po b/document_knowledge/i18n/es_ES.po new file mode 100644 index 00000000..38a3f133 --- /dev/null +++ b/document_knowledge/i18n/es_ES.po @@ -0,0 +1,159 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-09-09 12:25+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Spanish (Spain) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" diff --git a/document_knowledge/i18n/es_MX.po b/document_knowledge/i18n/es_MX.po new file mode 100644 index 00000000..4059112a --- /dev/null +++ b/document_knowledge/i18n/es_MX.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/es_PY.po b/document_knowledge/i18n/es_PY.po new file mode 100644 index 00000000..2c76c9e1 --- /dev/null +++ b/document_knowledge/i18n/es_PY.po @@ -0,0 +1,150 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/es_VE.po b/document_knowledge/i18n/es_VE.po new file mode 100644 index 00000000..d767277b --- /dev/null +++ b/document_knowledge/i18n/es_VE.po @@ -0,0 +1,163 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conocimiento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado en" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualización en" diff --git a/document_knowledge/i18n/et.po b/document_knowledge/i18n/et.po new file mode 100644 index 00000000..2f7f351e --- /dev/null +++ b/document_knowledge/i18n/et.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# FIRST AUTHOR , 2014 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Estonian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Seadistused" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Seadistused" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Kinnita" + +#~ msgid "Cancel" +#~ msgstr "Loobu" + +#~ msgid "Created on" +#~ msgstr "Loodud" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "või" diff --git a/document_knowledge/i18n/eu.po b/document_knowledge/i18n/eu.po new file mode 100644 index 00000000..16ab766d --- /dev/null +++ b/document_knowledge/i18n/eu.po @@ -0,0 +1,151 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Oihane Crucelaegui , 2015 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Basque (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Ezeztatu" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "edo" diff --git a/document_knowledge/i18n/fa.po b/document_knowledge/i18n/fa.po new file mode 100644 index 00000000..7772dd80 --- /dev/null +++ b/document_knowledge/i18n/fa.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "پیکربندی" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "پیکربندی" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "دانش" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "اسناد" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "اسناد" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "دانش" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "اعمال" + +#~ msgid "Cancel" +#~ msgstr "لغو" + +#~ msgid "Created by" +#~ msgstr "ایجاد شده توسط" + +#~ msgid "Created on" +#~ msgstr "ایجاد شده در" + +#~ msgid "ID" +#~ msgstr "شناسه" + +#~ msgid "Last Updated by" +#~ msgstr "آخرین به روز رسانی توسط" + +#~ msgid "Last Updated on" +#~ msgstr "آخرین به روز رسانی در" + +#~ msgid "or" +#~ msgstr "یا" diff --git a/document_knowledge/i18n/fi.po b/document_knowledge/i18n/fi.po new file mode 100644 index 00000000..13fee48d --- /dev/null +++ b/document_knowledge/i18n/fi.po @@ -0,0 +1,177 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguraatio" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguraatio" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Tietämys" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumentit" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Konfiguroi tietämyksenhallinta -moduuli" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tietämys" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Tietämyksen ja asiakirjojen -hallinta" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Hallitse dokumentteja" + +#~ msgid "Apply" +#~ msgstr "Hyväksy" + +#~ msgid "Cancel" +#~ msgstr "Peruuta" + +#~ msgid "Created by" +#~ msgstr "Luonut" + +#~ msgid "Created on" +#~ msgstr "Luotu" + +#~ msgid "Display Name" +#~ msgstr "Nimi" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Viimeksi muokattu" + +#~ msgid "Last Updated by" +#~ msgstr "Viimeksi päivittänyt" + +#~ msgid "Last Updated on" +#~ msgstr "Viimeksi päivitetty" + +#~ msgid "or" +#~ msgstr "tai" diff --git a/document_knowledge/i18n/fr.po b/document_knowledge/i18n/fr.po new file mode 100644 index 00000000..4ef09ae9 --- /dev/null +++ b/document_knowledge/i18n/fr.po @@ -0,0 +1,222 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2022-09-29 14:19+0000\n" +"Last-Translator: Vincent Hatakeyama \n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: 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" +"X-Generator: Weblate 4.3.2\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Ajouter un processus sur les documents par catégorie.\n" +"- Ceci installe le module document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Pièce jointe" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Liste des pièces jointes et indexation de documents" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Accès central aux documents" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Paramétrage" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuration" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Utilisateur de connaissances" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indexation des documents, recherche dans tout le texte des pièces jointes.\n" +"- Ceci installe le module attachment_indexation." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documents" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configurer la base de connaissances" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Regrouper par" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Connaissances" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Base de connaissance et documentaire" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gérer des pages (wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Gérez les documents et les applications liées à\n" +" la connaissance\n" +" " + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gérer l’approbation sur les pages" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modèle" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Fournir les pages et catégories de documents comme un wiki.\n" +"- Ceci installe le module document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Modèle de la ressource" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Paramètres" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +#, fuzzy +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" +"Quand ce champ est spécifié, tous les utilisateurs pourront gérer " +"centralement leurs pièces jointes, à partir du menu Connaissances / " +"Documents." + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Joindre des fichiers à partir d'un SGD externe à Odoo" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "Connecter Odoo avec un serveur compatible CMIS pour joindre des fichiers\n" +#~ "à un enregistrement Odoo.\n" +#~ "- Ceci installe le module cmis_read." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "Connectez Odoo avec un serveur compatible CMIS pour enregistrer les " +#~ "fichiers.\n" +#~ "- Cecu installe le module cmis_write." + +#~ msgid "Connect with an external DMS" +#~ msgstr "Connecter avec un SGD externe" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "" +#~ "Enregistrer les pièces jointes dans un SGD externe au lieu du stockage de " +#~ "fichier Odoo" + +#~ msgid "The database object this attachment will be attached to." +#~ msgstr "" +#~ "L’objet de la base de données auquel cette pièce-jointe sera attachée." + +#~ msgid "Manage documents" +#~ msgstr "Gérer les documents" + +#~ msgid "Apply" +#~ msgstr "Appliquer" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Created by" +#~ msgstr "Créé par" + +#~ msgid "Created on" +#~ msgstr "Créé le" + +#~ msgid "Display Name" +#~ msgstr "Nom affiché" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "Last Updated by" +#~ msgstr "Dernière modification par" + +#~ msgid "Last Updated on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/fr_CA.po b/document_knowledge/i18n/fr_CA.po new file mode 100644 index 00000000..b588c1cb --- /dev/null +++ b/document_knowledge/i18n/fr_CA.po @@ -0,0 +1,165 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Appliquer" + +#~ msgid "Cancel" +#~ msgstr "Annuler" + +#~ msgid "Created by" +#~ msgstr "Créé par" + +#~ msgid "Created on" +#~ msgstr "Créé le" + +#~ msgid "ID" +#~ msgstr "Identifiant" + +#~ msgid "Last Updated by" +#~ msgstr "Dernière mise à jour par" + +#~ msgid "Last Updated on" +#~ msgstr "Dernière mise à jour le" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/gl.po b/document_knowledge/i18n/gl.po new file mode 100644 index 00000000..1674c871 --- /dev/null +++ b/document_knowledge/i18n/gl.po @@ -0,0 +1,165 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuración" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuración" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Coñecemento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Coñecemento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Creado por" + +#~ msgid "Created on" +#~ msgstr "Creado o" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "ültima actualización por" + +#~ msgid "Last Updated on" +#~ msgstr "Última actualización en" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/gu.po b/document_knowledge/i18n/gu.po new file mode 100644 index 00000000..91c2d75a --- /dev/null +++ b/document_knowledge/i18n/gu.po @@ -0,0 +1,149 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n" +"Language: gu\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "રુપરેખાંકન" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "રુપરેખાંકન" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "દસ્તાવેજો" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "દસ્તાવેજો" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "રદ કરો" + +#~ msgid "ID" +#~ msgstr "ઓળખ" diff --git a/document_knowledge/i18n/he.po b/document_knowledge/i18n/he.po new file mode 100644 index 00000000..963a745d --- /dev/null +++ b/document_knowledge/i18n/he.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "הגדרות תצורה" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "הגדרות תצורה" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "ידע" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "מסמכים" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "מסמכים" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ידע" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "החל" + +#~ msgid "Cancel" +#~ msgstr "בטל" + +#~ msgid "Created by" +#~ msgstr "נוצר על ידי" + +#~ msgid "Created on" +#~ msgstr "נוצר ב-" + +#~ msgid "ID" +#~ msgstr "מזהה" + +#~ msgid "Last Updated by" +#~ msgstr "עודכן לאחרונה על ידי" + +#~ msgid "Last Updated on" +#~ msgstr "עודכן לאחרונה על" + +#~ msgid "or" +#~ msgstr "או" diff --git a/document_knowledge/i18n/he_IL.po b/document_knowledge/i18n/he_IL.po new file mode 100644 index 00000000..c8710da8 --- /dev/null +++ b/document_knowledge/i18n/he_IL.po @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 13.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2020-10-13 10:08+0000\n" +"Last-Translator: Yves Goldberg \n" +"Language-Team: none\n" +"Language: he_IL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " +"n % 10 == 0) ? 2 : 3));\n" +"X-Generator: Weblate 3.10\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"הוסף תהליך עבודה על מסמכים בכל קטגוריה.\n" +"- התקנה של המודול document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "קובץ מצורף" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "רשימת קבצים מצורפים ואינדקס מסמכים" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "גישה מרכזית למסמכים" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "הגדרות תצורה" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "הגדרות" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"אינדקס מסמכים, חיפוש טקסט מלא של קבצים מצורפים.\n" +"- התקנה של המודול attachment_indexation." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "מסמכים" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "מסמכים" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "קבץ לפי" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ידע" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "ניהול ידע ומסמכים" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "צירוף מסמכים מתכנת ניהול חיצונית (DMS) לתוך Odoo" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "חבר את Odoo לשרת תואם CMIS כדי לצרף קבצים\n" +#~ "לOdoo.\n" +#~ "- התקנה של המודול cmis_read." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "חבר את Odoo לשרת תואם CMIS לאחסון קבצים.\n" +#~ "- התקנה של המודול cmis_write." + +#~ msgid "Connect with an external DMS" +#~ msgstr "קישור ל- DMS תכנת ניהול מסמכים חיצונית" diff --git a/document_knowledge/i18n/hi.po b/document_knowledge/i18n/hi.po new file mode 100644 index 00000000..d4fb16ad --- /dev/null +++ b/document_knowledge/i18n/hi.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "कॉन्फ़िगरेशन" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "कॉन्फ़िगरेशन" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "ज्ञान" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "ज्ञान" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ज्ञान" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "रद्द" diff --git a/document_knowledge/i18n/hr.po b/document_knowledge/i18n/hr.po new file mode 100644 index 00000000..b18e7213 --- /dev/null +++ b/document_knowledge/i18n/hr.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Postavke" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Postavke" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Znanje" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Upravljanje znanjem i dokumentima" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Dokumenti" + +#~ msgid "Apply" +#~ msgstr "Primjeni" + +#~ msgid "Cancel" +#~ msgstr "Odustani" + +#~ msgid "Created by" +#~ msgstr "Kreirao" + +#~ msgid "Created on" +#~ msgstr "Vrijeme kreiranja" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Promijenio" + +#~ msgid "Last Updated on" +#~ msgstr "Vrijeme promjene" + +#~ msgid "or" +#~ msgstr "ili" diff --git a/document_knowledge/i18n/hu.po b/document_knowledge/i18n/hu.po new file mode 100644 index 00000000..d454f7a6 --- /dev/null +++ b/document_knowledge/i18n/hu.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Beállítások" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Beállítások" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Tudás" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumentumok" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Tudástár beállítása" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tudás" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Tudástár és dokumentum kezelés" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Dokumentum kezelés" + +#~ msgid "Apply" +#~ msgstr "Alkalmaz" + +#~ msgid "Cancel" +#~ msgstr "Mégsem" + +#~ msgid "Created by" +#~ msgstr "Készítette" + +#~ msgid "Created on" +#~ msgstr "Létrehozás dátuma" + +#~ msgid "ID" +#~ msgstr "Azonosító ID" + +#~ msgid "Last Updated by" +#~ msgstr "Utoljára frissítve, által" + +#~ msgid "Last Updated on" +#~ msgstr "Utoljára frissítve ekkor" + +#~ msgid "or" +#~ msgstr "vagy" diff --git a/document_knowledge/i18n/hy.po b/document_knowledge/i18n/hy.po new file mode 100644 index 00000000..a0c9a23d --- /dev/null +++ b/document_knowledge/i18n/hy.po @@ -0,0 +1,148 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Armenian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/hy/)\n" +"Language: hy\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Կոնֆիգուրացիա" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Կոնֆիգուրացիա" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Ավելացնել" + +#~ msgid "Cancel" +#~ msgstr "Հրաժարվել" diff --git a/document_knowledge/i18n/id.po b/document_knowledge/i18n/id.po new file mode 100644 index 00000000..9cd6ca0c --- /dev/null +++ b/document_knowledge/i18n/id.po @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Dhaman , 2015 +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Indonesian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfigurasi" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfigurasi" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Terapkan" + +#~ msgid "Cancel" +#~ msgstr "Batalkan" + +#~ msgid "Created by" +#~ msgstr "Dibuat oleh" + +#~ msgid "Created on" +#~ msgstr "Dibuat pada" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Diperbaharui oleh" + +#~ msgid "Last Updated on" +#~ msgstr "Diperbaharui pada" + +#~ msgid "or" +#~ msgstr "atau" diff --git a/document_knowledge/i18n/is.po b/document_knowledge/i18n/is.po new file mode 100644 index 00000000..1d8a3310 --- /dev/null +++ b/document_knowledge/i18n/is.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Icelandic (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/is/)\n" +"Language: is\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);\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Created by" +#~ msgstr "Búið til af" + +#~ msgid "ID" +#~ msgstr "Auðkenni" diff --git a/document_knowledge/i18n/it.po b/document_knowledge/i18n/it.po new file mode 100644 index 00000000..477116d1 --- /dev/null +++ b/document_knowledge/i18n/it.po @@ -0,0 +1,186 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2023-09-20 19:38+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\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" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Aggiungere un workflow sul documento per categoria.\n" +"- Questo installa il modulo document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Allegato" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Elenco allegati e indicizzazione documenti" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Accesso centralizzato ai documenti" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Impostazioni di configurazione" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configurazione" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "Utente documenti conoscenza" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indicizzazione documenti, ricerca nel testo degli allegati.\n" +"- Questo installa il modulo attachment_indexation." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "Documeti conoscenza" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Raggruppa per" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Know how" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Knowledge e Gestione documentale" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gestione pagine documenti (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Gestione documenti e applicazioni\n" +" relative alle conoscenze\n" +" " + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gestione approvazione documenti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modello" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Fornisce pagina e categoria documento come una wiki.\n" +"- Questo installa il modulo document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Modello risorsa" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Impostazioni" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" +"Quando viene impostato questo campo tutti gli utenti potranno gestire gli " +"allegati centralmente, dal menu Documento conoscenza/Documenti." + +#~ msgid "Manage documents" +#~ msgstr "Gestione documenti" + +#~ msgid "Apply" +#~ msgstr "Salva" + +#~ msgid "Cancel" +#~ msgstr "Annulla" + +#~ msgid "Created by" +#~ msgstr "Creato da" + +#~ msgid "Created on" +#~ msgstr "Creato il" + +#~ msgid "Display Name" +#~ msgstr "Nome da visualizzare" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Ultima modifica il" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima modifica di" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima modifica il" + +#~ msgid "or" +#~ msgstr "o" diff --git a/document_knowledge/i18n/ja.po b/document_knowledge/i18n/ja.po new file mode 100644 index 00000000..3c71f231 --- /dev/null +++ b/document_knowledge/i18n/ja.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "設定" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "設定" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "ナレッジ" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文書" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "文書" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ナレッジ" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "適用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Created by" +#~ msgstr "作成者" + +#~ msgid "Created on" +#~ msgstr "作成日" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "最終更新者" + +#~ msgid "Last Updated on" +#~ msgstr "最終更新日" + +#~ msgid "or" +#~ msgstr "または" diff --git a/document_knowledge/i18n/ka.po b/document_knowledge/i18n/ka.po new file mode 100644 index 00000000..ab562296 --- /dev/null +++ b/document_knowledge/i18n/ka.po @@ -0,0 +1,151 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Georgian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/ka/)\n" +"Language: ka\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "კონფიგურაცია" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "კონფიგურაცია" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "გააქტიურება" + +#~ msgid "Cancel" +#~ msgstr "შეწყვეტა" + +#~ msgid "ID" +#~ msgstr "იდენტიფიკატორი" diff --git a/document_knowledge/i18n/kab.po b/document_knowledge/i18n/kab.po new file mode 100644 index 00000000..c9e8d549 --- /dev/null +++ b/document_knowledge/i18n/kab.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Kabyle (https://www.transifex.com/oca/teams/23907/kab/)\n" +"Language: kab\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Tawila" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Tawila" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Tamusni" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Arraten" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Swel Tamusni" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Tamusni" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Asefrek n tmusni d warraten" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Sefrek arraten" + +#~ msgid "Apply" +#~ msgstr "Snes" + +#~ msgid "Cancel" +#~ msgstr "Sefsex" + +#~ msgid "Created by" +#~ msgstr "Yerna-t" + +#~ msgid "Created on" +#~ msgstr "Yerna di" + +#~ msgid "ID" +#~ msgstr "Asulay" + +#~ msgid "Last Updated by" +#~ msgstr "Aleqqem aneggaru sɣuṛ" + +#~ msgid "Last Updated on" +#~ msgstr "Aleqqem aneggaru di" + +#~ msgid "or" +#~ msgstr "neɣ" diff --git a/document_knowledge/i18n/kk.po b/document_knowledge/i18n/kk.po new file mode 100644 index 00000000..efcd2162 --- /dev/null +++ b/document_knowledge/i18n/kk.po @@ -0,0 +1,145 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Kazakh (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/kk/)\n" +"Language: kk\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Баптау" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Баптау" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Бас тарту" diff --git a/document_knowledge/i18n/knowledge.pot b/document_knowledge/i18n/knowledge.pot new file mode 100644 index 00000000..e3646615 --- /dev/null +++ b/document_knowledge/i18n/knowledge.pot @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_read +msgid "Attach files from an external DMS into Odoo" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: knowledge +#: model:ir.model,name:knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_read +msgid "" +"Connect Odoo with a CMIS compatible server to attach files\n" +"to an Odoo record.\n" +"- This installs the module cmis_read." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_cmis_write +msgid "" +"Connect Odoo with a CMIS compatible server to store files.\n" +"- This installs the module cmis_write." +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Connect with an external DMS" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:knowledge.menu_document +#: model:ir.ui.menu,name:knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,name:knowledge.module_category_knowledge +#: model:ir.ui.menu,name:knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: knowledge +#: model:res.groups,name:knowledge.group_document_user +msgid "Knowledge user" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: knowledge +#: model:ir.module.category,description:knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: knowledge +#: model_terms:ir.ui.view,arch_db:knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: knowledge +#: model:ir.actions.act_window,name:knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,field_description:knowledge.field_res_config_settings__module_cmis_write +msgid "Store attachments in an external DMS instead of the Odoo Filestore" +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_ir_attachment__res_model +msgid "The database object this attachment will be attached to." +msgstr "" + +#. module: knowledge +#: model:ir.model.fields,help:knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Knowledge/Documents menu." +msgstr "" diff --git a/document_knowledge/i18n/ko.po b/document_knowledge/i18n/ko.po new file mode 100644 index 00000000..833a4656 --- /dev/null +++ b/document_knowledge/i18n/ko.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "환경 설정" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "환경 설정" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "지식" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "문서" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "지식 구성" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "지식" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "지식 및 문서 관리" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "문서 관리" + +#~ msgid "Apply" +#~ msgstr "적용" + +#~ msgid "Cancel" +#~ msgstr "취소" + +#~ msgid "Created by" +#~ msgstr "작성자" + +#~ msgid "Created on" +#~ msgstr "작성일" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "최근 갱신한 사람" + +#~ msgid "Last Updated on" +#~ msgstr "최근 갱신 날짜" + +#~ msgid "or" +#~ msgstr "또는" diff --git a/document_knowledge/i18n/ln.po b/document_knowledge/i18n/ln.po new file mode 100644 index 00000000..33495737 --- /dev/null +++ b/document_knowledge/i18n/ln.po @@ -0,0 +1,147 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:04+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lingala (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/ln/)\n" +"Language: ln\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Tika" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/lo.po b/document_knowledge/i18n/lo.po new file mode 100644 index 00000000..592c5b9f --- /dev/null +++ b/document_knowledge/i18n/lo.po @@ -0,0 +1,150 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ການກໍານົດຄ່າ" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ການກໍານົດຄ່າ" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "ການຄຸ້ມຄອງເອກະສານ" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "ການຄຸ້ມຄອງເອກະສານ" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ການຄຸ້ມຄອງເອກະສານ" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "ຍົກເລີອກ" + +#~ msgid "or" +#~ msgstr "ຫຼື" diff --git a/document_knowledge/i18n/lt.po b/document_knowledge/i18n/lt.po new file mode 100644 index 00000000..c7c7d5ab --- /dev/null +++ b/document_knowledge/i18n/lt.po @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Lithuanian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nustatymai" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nustatymai" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Taikyti" + +#~ msgid "Cancel" +#~ msgstr "Atšaukti" + +#~ msgid "Created by" +#~ msgstr "Sukūrė" + +#~ msgid "Created on" +#~ msgstr "Sukurta" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Paskutini kartą atnaujino" + +#~ msgid "Last Updated on" +#~ msgstr "Paskutinį kartą atnaujinta" + +#~ msgid "or" +#~ msgstr "arba" diff --git a/document_knowledge/i18n/lv.po b/document_knowledge/i18n/lv.po new file mode 100644 index 00000000..323f9c14 --- /dev/null +++ b/document_knowledge/i18n/lv.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Uzstādījumi" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Uzstādījumi" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Pielietot" + +#~ msgid "Cancel" +#~ msgstr "Atcelt" + +#~ msgid "Created by" +#~ msgstr "Izveidoja" + +#~ msgid "Created on" +#~ msgstr "Izveidots" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Pēdējo reizi atjaunoja" + +#~ msgid "Last Updated on" +#~ msgstr "Pēdējās izmaiņas" + +#~ msgid "or" +#~ msgstr "vai" diff --git a/document_knowledge/i18n/mk.po b/document_knowledge/i18n/mk.po new file mode 100644 index 00000000..be578199 --- /dev/null +++ b/document_knowledge/i18n/mk.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Конфигурација" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Конфигурација" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Знаење" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документи" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Конфигурирај го Знаење" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знаење" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Менаџирање на знаење и документи" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Менаџирај документи" + +#~ msgid "Apply" +#~ msgstr "Примени" + +#~ msgid "Cancel" +#~ msgstr "Откажи" + +#~ msgid "Created by" +#~ msgstr "Креирано од" + +#~ msgid "Created on" +#~ msgstr "Креирано на" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последно ажурирање од" + +#~ msgid "Last Updated on" +#~ msgstr "Последно ажурирање на" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/mn.po b/document_knowledge/i18n/mn.po new file mode 100644 index 00000000..817cd02b --- /dev/null +++ b/document_knowledge/i18n/mn.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Тохиргоо" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Тохиргоо" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Баримт" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Баримтууд" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Баримтын Тохиргоо" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Баримт" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Бичиг Баримт, Мэдлэгийн менежмент" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Бичиг баримтуудыг менежмент хийх" + +#~ msgid "Apply" +#~ msgstr "Ашиглах" + +#~ msgid "Cancel" +#~ msgstr "Цуцлах" + +#~ msgid "Created by" +#~ msgstr "Үүсгэгч" + +#~ msgid "Created on" +#~ msgstr "Үүсгэсэн огноо" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Сүүлийн засвар хийсэн" + +#~ msgid "Last Updated on" +#~ msgstr "Сүүлийн засвар хийсэн огноо" + +#~ msgid "or" +#~ msgstr "эсвэл" diff --git a/document_knowledge/i18n/nb.po b/document_knowledge/i18n/nb.po new file mode 100644 index 00000000..3c8c41e2 --- /dev/null +++ b/document_knowledge/i18n/nb.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfigurasjon" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfigurasjon" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Kunnskap" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenter" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenter" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kunnskap" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Bruk" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Created by" +#~ msgstr "Opprettet av" + +#~ msgid "Created on" +#~ msgstr "Opprettet" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Sist oppdatert av" + +#~ msgid "Last Updated on" +#~ msgstr "Sist oppdatert" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/nl.po b/document_knowledge/i18n/nl.po new file mode 100644 index 00000000..eb6513ef --- /dev/null +++ b/document_knowledge/i18n/nl.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Instellingen" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Instellingen" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Kennis" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenten" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configureer Knowledge" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kennis" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Document & Kennis Management" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Beheer documenten" + +#~ msgid "Apply" +#~ msgstr "Toepassen" + +#~ msgid "Cancel" +#~ msgstr "Annuleren" + +#~ msgid "Created by" +#~ msgstr "Aangemaakt door" + +#~ msgid "Created on" +#~ msgstr "Aangemaakt op" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Laatste bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/nl_BE.po b/document_knowledge/i18n/nl_BE.po new file mode 100644 index 00000000..798e3eca --- /dev/null +++ b/document_knowledge/i18n/nl_BE.po @@ -0,0 +1,169 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Instellingen" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Instellingen" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Kennis" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Kennis" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kennis" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Toepassen" + +#~ msgid "Cancel" +#~ msgstr "Afbreken" + +#~ msgid "Created by" +#~ msgstr "Gemaakt door" + +#~ msgid "Created on" +#~ msgstr "Gemaakt op" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Laatst bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/nl_NL.po b/document_knowledge/i18n/nl_NL.po new file mode 100644 index 00000000..09d9735b --- /dev/null +++ b/document_knowledge/i18n/nl_NL.po @@ -0,0 +1,161 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# Peter Hageman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-28 03:34+0000\n" +"PO-Revision-Date: 2017-03-28 03:34+0000\n" +"Last-Translator: Peter Hageman , 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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documenten" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Documenten" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Display Name" +#~ msgstr "Weergavenaam" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Laatst aangepast op" + +#~ msgid "Last Updated by" +#~ msgstr "Laatst bijgewerkt door" + +#~ msgid "Last Updated on" +#~ msgstr "Laatst bijgewerkt op" + +#~ msgid "or" +#~ msgstr "of" diff --git a/document_knowledge/i18n/pl.po b/document_knowledge/i18n/pl.po new file mode 100644 index 00000000..80f4a44a --- /dev/null +++ b/document_knowledge/i18n/pl.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracja" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracja" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Wiedza" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Skonfiguruj bibliotekę" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Wiedza" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Zarządzanie wiedzą i dokumentami" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Zarządzaj dokumentami" + +#~ msgid "Apply" +#~ msgstr "Zastosuj" + +#~ msgid "Cancel" +#~ msgstr "Anuluj" + +#~ msgid "Created by" +#~ msgstr "Utworzone przez" + +#~ msgid "Created on" +#~ msgstr "Data utworzenia" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ostatnio modyfikowane przez" + +#~ msgid "Last Updated on" +#~ msgstr "Data ostatniej modyfikacji" + +#~ msgid "or" +#~ msgstr "lub" diff --git a/document_knowledge/i18n/pt.po b/document_knowledge/i18n/pt.po new file mode 100644 index 00000000..e806a997 --- /dev/null +++ b/document_knowledge/i18n/pt.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configuração" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conhecimento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configurar Conhecimento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conhecimento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestão de Conhecimento e Documentos" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gerir documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Última Actualização por" + +#~ msgid "Last Updated on" +#~ msgstr "Última Actualização em" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/pt_BR.po b/document_knowledge/i18n/pt_BR.po new file mode 100644 index 00000000..afbd3d85 --- /dev/null +++ b/document_knowledge/i18n/pt_BR.po @@ -0,0 +1,216 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2018-06-21 03:20+0000\n" +"Last-Translator: Rodrigo Macedo \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" +"X-Generator: Weblate 3.0.1\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Adicione fluxo de trabalho em documentos por categoria.\n" +"- Isso instala o módulo document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configurações" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configuração" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Conhecimento" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indexação de documentos, pesquisa de texto completo de anexos.\n" +"- Isso instala o documento do módulo." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documentos" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configurar Conhecimento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Agrupar por" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Conhecimento" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Gestão de Conhecimento e Documentos" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Gerenciar páginas de documentos (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +#, fuzzy +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "Gerenciar documentos e aplicativos relacionados ao conhecimento" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Gerenciar aprovação de documentos" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Modelo" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Forneça a página do documento e a categoria como um wiki.\n" +"- Isso instala o módulo document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Configurações" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Anexar arquivos de um DMS externo no Odoo" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "Conecte o Odoo a um servidor compatível com CMIS para anexar arquivos\n" +#~ "para um registro Odoo.\n" +#~ "- Isso instala o módulo cmis_read." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "Conecte o Odoo a um servidor compatível com CMIS para armazenar " +#~ "arquivos.\n" +#~ "- Isso instala o módulo cmis_write." + +#~ msgid "Connect with an external DMS" +#~ msgstr "Conecte-se com um DMS externo" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "Armazene anexos em um DMS externo em vez do Odoo Filestore" + +#~ msgid "Manage documents" +#~ msgstr "Gerenciar documentos" + +#~ msgid "Apply" +#~ msgstr "Aplicar" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "Display Name" +#~ msgstr "Mostrar nome" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificação em" + +#~ msgid "Last Updated by" +#~ msgstr "Última atualização por" + +#~ msgid "Last Updated on" +#~ msgstr "Última atualização em" + +#~ msgid "Using CMIS" +#~ msgstr "Usando CMIS" + +#~ msgid "or" +#~ msgstr "ou" diff --git a/document_knowledge/i18n/pt_PT.po b/document_knowledge/i18n/pt_PT.po new file mode 100644 index 00000000..e38a1272 --- /dev/null +++ b/document_knowledge/i18n/pt_PT.po @@ -0,0 +1,159 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-08-13 13:00+0000\n" +"PO-Revision-Date: 2016-03-12 13:02+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-" +"knowledge-9-0/language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Cancelar" + +#~ msgid "Created by" +#~ msgstr "Criado por" + +#~ msgid "Created on" +#~ msgstr "Criado em" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Atualizado pela última vez por" + +#~ msgid "Last Updated on" +#~ msgstr "Atualizado pela última vez em" diff --git a/document_knowledge/i18n/ro.po b/document_knowledge/i18n/ro.po new file mode 100644 index 00000000..3fc28996 --- /dev/null +++ b/document_knowledge/i18n/ro.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Configurare" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Configurare" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Cunoștințe" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Documente" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Configureaza Cunostințele" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Cunoștințe" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Managementul Cunostințelor și a Documentelor" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Gestioneaza documentele" + +#~ msgid "Apply" +#~ msgstr "Aplică" + +#~ msgid "Cancel" +#~ msgstr "Anulează" + +#~ msgid "Created by" +#~ msgstr "Creat de" + +#~ msgid "Created on" +#~ msgstr "Creat la" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Ultima actualizare făcută de" + +#~ msgid "Last Updated on" +#~ msgstr "Ultima actualizare la" + +#~ msgid "or" +#~ msgstr "sau" diff --git a/document_knowledge/i18n/ru.po b/document_knowledge/i18n/ru.po new file mode 100644 index 00000000..71c45914 --- /dev/null +++ b/document_knowledge/i18n/ru.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2021-02-12 09:45+0000\n" +"Last-Translator: Sergey Pogorelov \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Добавить рабочий процесс для документов по категории.\n" +"- Устанавливает модуль document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Вложение" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Список вложений и индексация документов" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Централизованный доступ к документам" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Конфигурационные настройки" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Настройка" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Пользователь знаний" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Индексация документов, полнотекстовый поиск вложений.\n" +"- Устанавливает модуль attachment_indexation." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Документы" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Настройка знаний" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Группировать по" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Знания" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Управление знаниями и документами" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Управление страницами документов (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Управление документами и знаниями\n" +" приложения\n" +" " + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Управление согласованием документов" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Модель" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Предоставить страницу и категорию документа как вики.\n" +"- Устанавливает модуль document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Модель ресурса" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Настройки" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +#, fuzzy +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" +"Когда вы установите это поле, все пользователи смогут управлять вложениями " +"централизованно, из меню Знания/документы." + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Прикрепите файлы из внешнего DMS в Odoo" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "Подключите Odoo к CMIS-совместимому серверу для прикрепления файлов\n" +#~ "в запись Odoo.\n" +#~ "- Устанавливает модуль cmis_read." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "Подключите Odoo к CMIS-совместимому серверу для хранения файлов.\n" +#~ "- Устанавливает модуль cmis_write." + +#~ msgid "Connect with an external DMS" +#~ msgstr "Подключитесь к внешней DMS" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "Храните вложения во внешней DMS вместо файлового хранилища Odoo" + +#~ msgid "The database object this attachment will be attached to." +#~ msgstr "Объект базы данных, к которому будет прикреплено это вложение." + +#~ msgid "Manage documents" +#~ msgstr "Управлять документами" + +#~ msgid "Apply" +#~ msgstr "Применить" + +#~ msgid "Cancel" +#~ msgstr "Отменить" + +#~ msgid "Created by" +#~ msgstr "Создано" + +#~ msgid "Created on" +#~ msgstr "Создан" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Последний раз обновлено" + +#~ msgid "Last Updated on" +#~ msgstr "Последний раз обновлено" + +#~ msgid "or" +#~ msgstr "или" diff --git a/document_knowledge/i18n/sk.po b/document_knowledge/i18n/sk.po new file mode 100644 index 00000000..0ab059eb --- /dev/null +++ b/document_knowledge/i18n/sk.po @@ -0,0 +1,164 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Nastavenie" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavenie" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenty" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenty" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Zrušiť" + +#~ msgid "Created by" +#~ msgstr "Vytvoril" + +#~ msgid "Created on" +#~ msgstr "Vytvorené" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Naposledy upravoval" + +#~ msgid "Last Updated on" +#~ msgstr "Naposledy upravované" + +#~ msgid "or" +#~ msgstr "alebo" diff --git a/document_knowledge/i18n/sl.po b/document_knowledge/i18n/sl.po new file mode 100644 index 00000000..945a5471 --- /dev/null +++ b/document_knowledge/i18n/sl.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Dodaj delotok dokumentov po kategoriji.\n" +"- namesti modul document_page_approval." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "knowledge.config.settings" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Nastavitve" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Baza znanja" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +#, fuzzy +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Indeksacija dokumentov, iskanje po vsebini prilog.\n" +"- Namesti modul 'document'." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Nastavitve baze znanja" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Baza znanja" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Baza znanja in upravljanje dokumentov" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Upravljanje strani dokumentov (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Upravljanje odobritev dokumentov" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Zagotovi stran dokumenta in kategorijo kot wiki.\n" +"- namesti modul document_page." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Nastavitve" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Pripni datoteke iz zunanjega DMS v Odoo" + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to attach files\n" +#~ "to an Odoo record.\n" +#~ "- This installs the module cmis_read." +#~ msgstr "" +#~ "Poveži Odoo s CMIS združljivim strežnikom za pripenjanje datotek\n" +#~ "Odoo zapisu.\n" +#~ "- namesti modul cmis_read." + +#~ msgid "" +#~ "Connect Odoo with a CMIS compatible server to store files.\n" +#~ "- This installs the module cmis_write." +#~ msgstr "" +#~ "Poveži Odoo s CMIS združljivim strežnikom za hrambo datotek.\n" +#~ "- namesti modul cmis_write." + +#~ msgid "Connect with an external DMS" +#~ msgstr "Poveži z zunanjim DMS" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "Hrani priponke na zunanjem DMS namesto v Odoo Filestore" + +#~ msgid "Manage documents" +#~ msgstr "Upravljanje dokumentov" + +#~ msgid "Apply" +#~ msgstr "Uveljavi" + +#~ msgid "Cancel" +#~ msgstr "Preklic" + +#~ msgid "Created by" +#~ msgstr "Ustvaril" + +#~ msgid "Created on" +#~ msgstr "Ustvarjeno" + +#~ msgid "Display Name" +#~ msgstr "Naziv prikaza" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Zadnjič spremenjeno" + +#~ msgid "Last Updated by" +#~ msgstr "Zadnjič posodobil" + +#~ msgid "Last Updated on" +#~ msgstr "Zadnjič posodobljeno" + +#~ msgid "Using CMIS" +#~ msgstr "Uporaba CMIS" + +#~ msgid "or" +#~ msgstr "ali" diff --git a/document_knowledge/i18n/sr.po b/document_knowledge/i18n/sr.po new file mode 100644 index 00000000..3760a131 --- /dev/null +++ b/document_knowledge/i18n/sr.po @@ -0,0 +1,154 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguracija" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguracija" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Znanje" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created on" +#~ msgstr "Kreiran" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/sr@latin.po b/document_knowledge/i18n/sr@latin.po new file mode 100644 index 00000000..4d8406ea --- /dev/null +++ b/document_knowledge/i18n/sr@latin.po @@ -0,0 +1,158 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Podešavanje" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Podešavanje" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Znanje" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Dokumenti" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Znanje" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Primeni" + +#~ msgid "Cancel" +#~ msgstr "Otkaži" + +#~ msgid "Created on" +#~ msgstr "Kreiran" + +#~ msgid "ID" +#~ msgstr "ID" diff --git a/document_knowledge/i18n/sv.po b/document_knowledge/i18n/sv.po new file mode 100644 index 00000000..965765b1 --- /dev/null +++ b/document_knowledge/i18n/sv.po @@ -0,0 +1,171 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Konfiguration" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Konfiguration" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Kunskap" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Dokument" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Konfigurera kunskapssystemet" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Kunskap" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Dokumenthantering och kunskapsutveckling" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "Administrera dokument" + +#~ msgid "Apply" +#~ msgstr "Verkställ" + +#~ msgid "Cancel" +#~ msgstr "Avbryt" + +#~ msgid "Created by" +#~ msgstr "Skapad av" + +#~ msgid "Created on" +#~ msgstr "Skapad den" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Senast uppdaterad av" + +#~ msgid "Last Updated on" +#~ msgstr "Senast uppdaterad" + +#~ msgid "or" +#~ msgstr "eller" diff --git a/document_knowledge/i18n/th.po b/document_knowledge/i18n/th.po new file mode 100644 index 00000000..d2116c33 --- /dev/null +++ b/document_knowledge/i18n/th.po @@ -0,0 +1,168 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "ตั้งค่า" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "ตั้งค่า" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "ความรู้" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "เอกสาร" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "เอกสาร" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "ความรู้" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "ปรับใช้" + +#~ msgid "Cancel" +#~ msgstr "ยกเลิก" + +#~ msgid "Created by" +#~ msgstr "สร้างโดย" + +#~ msgid "Created on" +#~ msgstr "สร้างเมื่อ" + +#~ msgid "ID" +#~ msgstr "รหัส" + +#~ msgid "Last Updated by" +#~ msgstr "อัพเดทครั้งสุดท้ายโดย" + +#~ msgid "Last Updated on" +#~ msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#~ msgid "or" +#~ msgstr "หรือ" diff --git a/document_knowledge/i18n/tr.po b/document_knowledge/i18n/tr.po new file mode 100644 index 00000000..0c4086cf --- /dev/null +++ b/document_knowledge/i18n/tr.po @@ -0,0 +1,192 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2022-04-08 12:05+0000\n" +"Last-Translator: Ediz Duman \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" +"X-Generator: Weblate 4.3.2\n" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" +"Kategori başına belgelere iş akışı ekleyin.\n" +"- Bu, document_page_approval modülünü kurar." + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "Ek" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "Ek Listelerini ve Belgeleri İndeksleme" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "Belgelere merkezi erişim" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +msgid "Config Settings" +msgstr "Yapılandırma Ayarları" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Yapılandırma" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "Bilgi Birikimi Kullanıcısı" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" +"Belge indeksleme, eklerin tam metin araması.\n" +"- Bu, modül ek indekslemeyi yükler." + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "Belgeler" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "Bilgi Birikimini Yapılandır" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "Gruplama" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "Bilgi Birikimi" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "Bilgi ve Belge Yönetimi" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "Belge sayfalarını yönetin (Wiki)" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" +"Belgeleri ve ilgili bilgileri yönetme\n" +" Uygulama\n" +" " + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "Belge onayını yönetme" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "Model" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" +"Bir wiki olarak belge sayfası ve kategori sağlayın.\n" +"- Bu, document_page modülünü kurar." + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "Kaynak Model" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "Ayarlar" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +#, fuzzy +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" +"Bu alanı ayarladığınızda, tüm kullanıcılar Ekleri Bilgi/Belgeler menüsünden " +"merkezi olarak yönetebilecektir." + +#~ msgid "Attach files from an external DMS into Odoo" +#~ msgstr "Dosyaları harici bir DMS'den Odoo'ya ekleyin" + +#~ msgid "Store attachments in an external DMS instead of the Odoo Filestore" +#~ msgstr "Ekleri Odoo Filestore yerine harici bir DMS'de saklayın" + +#~ msgid "The database object this attachment will be attached to." +#~ msgstr "Bu ekin ekleneceği veritabanı nesnesi." + +#~ msgid "Manage documents" +#~ msgstr "Belgeleri Yönet" + +#~ msgid "Apply" +#~ msgstr "Uygula" + +#~ msgid "Cancel" +#~ msgstr "İptal" + +#~ msgid "Created by" +#~ msgstr "Oluşturan" + +#~ msgid "Created on" +#~ msgstr "Oluşturma" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Son Güncelleyen" + +#~ msgid "Last Updated on" +#~ msgstr "Son Güncelleme" + +#~ msgid "or" +#~ msgstr "ya da" diff --git a/document_knowledge/i18n/uk.po b/document_knowledge/i18n/uk.po new file mode 100644 index 00000000..f5bce7d7 --- /dev/null +++ b/document_knowledge/i18n/uk.po @@ -0,0 +1,167 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Ukrainian (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Налаштування" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Налаштування" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Застосувати" + +#~ msgid "Cancel" +#~ msgstr "Скасувати" + +#~ msgid "Created by" +#~ msgstr "Створив" + +#~ msgid "Created on" +#~ msgstr "Створено" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "Востаннє відредаговано" + +#~ msgid "Last Updated on" +#~ msgstr "Дата останньої зміни" + +#~ msgid "or" +#~ msgstr "або" diff --git a/document_knowledge/i18n/vi.po b/document_knowledge/i18n/vi.po new file mode 100644 index 00000000..e78bfd3b --- /dev/null +++ b/document_knowledge/i18n/vi.po @@ -0,0 +1,157 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: knowledge (9.0)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-09 18:03+0000\n" +"PO-Revision-Date: 2015-12-09 18:05+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: Vietnamese (http://www.transifex.com/oca/OCA-knowledge-9-0/" +"language/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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "Cấu hình" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "Cấu hình" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +msgid "Document Knowledge user" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +msgid "Documents Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "Áp dụng" + +#~ msgid "Cancel" +#~ msgstr "Hủy bỏ" + +#~ msgid "Created on" +#~ msgstr "Tạo trên" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "hoặc" diff --git a/document_knowledge/i18n/zh_CN.po b/document_knowledge/i18n/zh_CN.po new file mode 100644 index 00000000..b224b67e --- /dev/null +++ b/document_knowledge/i18n/zh_CN.po @@ -0,0 +1,172 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "配置" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "配置" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "知识" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文档" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "配置知识库" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "知识" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "知识和文档管理" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Manage documents" +#~ msgstr "管理文档" + +#~ msgid "Apply" +#~ msgstr "应用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Created by" +#~ msgstr "创建人" + +#~ msgid "Created on" +#~ msgstr "创建" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Updated by" +#~ msgstr "最后更新" + +#~ msgid "Last Updated on" +#~ msgstr "最后一次更新" + +#~ msgid "or" +#~ msgstr "或者" diff --git a/document_knowledge/i18n/zh_TW.po b/document_knowledge/i18n/zh_TW.po new file mode 100644 index 00000000..8bd3b5b3 --- /dev/null +++ b/document_knowledge/i18n/zh_TW.po @@ -0,0 +1,160 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * knowledge +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-20 03:35+0000\n" +"PO-Revision-Date: 2017-01-20 03:35+0000\n" +"Last-Translator: OCA Transbot , 2017\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: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "" +"Add workflow on documents per category.\n" +"- This installs the module document_page_approval." +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_ir_attachment +msgid "Attachment" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "Attachments List and Document Indexation" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__group_ir_attachment_user +#: model:res.groups,name:document_knowledge.group_ir_attachment_user +msgid "Central access to Documents" +msgstr "" + +#. module: document_knowledge +#: model:ir.model,name:document_knowledge.model_res_config_settings +#, fuzzy +msgid "Config Settings" +msgstr "設置" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_configuration +msgid "Configuration" +msgstr "設置" + +#. module: document_knowledge +#: model:res.groups,name:document_knowledge.group_document_user +#, fuzzy +msgid "Document Knowledge user" +msgstr "知識" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_attachment_indexation +msgid "" +"Document indexation, full text search of attachements.\n" +"- This installs the module attachment_indexation." +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.knowledge_action_documents +#: model:ir.ui.menu,name:document_knowledge.menu_document +#: model:ir.ui.menu,name:document_knowledge.menu_document_section +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Documents" +msgstr "文件" + +#. module: document_knowledge +#: model:ir.module.category,name:document_knowledge.module_category_knowledge +#, fuzzy +msgid "Documents Knowledge" +msgstr "文件" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Group by" +msgstr "" + +#. module: document_knowledge +#: model:ir.ui.menu,name:document_knowledge.menu_document_root +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge" +msgstr "知識" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.view_knowledge_configuration +msgid "Knowledge and Documents Management" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page +msgid "Manage document pages (Wiki)" +msgstr "" + +#. module: document_knowledge +#: model:ir.module.category,description:document_knowledge.module_category_knowledge +msgid "" +"Manage documents and knowledge-related\n" +" applications\n" +" " +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_res_config_settings__module_document_page_approval +msgid "Manage documents approval" +msgstr "" + +#. module: document_knowledge +#: model_terms:ir.ui.view,arch_db:document_knowledge.ir_attachment_view_user_documents +msgid "Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__module_document_page +msgid "" +"Provide document page and category as a wiki.\n" +"- This installs the module document_page." +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,field_description:document_knowledge.field_ir_attachment__res_model +msgid "Resource Model" +msgstr "" + +#. module: document_knowledge +#: model:ir.actions.act_window,name:document_knowledge.action_knowledge_configuration +#: model:ir.ui.menu,name:document_knowledge.menu_knowledge_configuration +msgid "Settings" +msgstr "" + +#. module: document_knowledge +#: model:ir.model.fields,help:document_knowledge.field_res_config_settings__group_ir_attachment_user +msgid "" +"When you set this field all users will be able to manage attachments " +"centrally, from the Document Knowledge/Documents menu." +msgstr "" + +#~ msgid "Apply" +#~ msgstr "套用" + +#~ msgid "Cancel" +#~ msgstr "取消" + +#~ msgid "Created on" +#~ msgstr "建立於" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "or" +#~ msgstr "或" diff --git a/document_knowledge/models/__init__.py b/document_knowledge/models/__init__.py new file mode 100644 index 00000000..7238c6a5 --- /dev/null +++ b/document_knowledge/models/__init__.py @@ -0,0 +1,5 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import ir_attachment +from . import res_config diff --git a/document_knowledge/models/ir_attachment.py b/document_knowledge/models/ir_attachment.py new file mode 100644 index 00000000..be1a122b --- /dev/null +++ b/document_knowledge/models/ir_attachment.py @@ -0,0 +1,11 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields, models + + +class IrAttachment(models.Model): + _inherit = "ir.attachment" + + # Add index to res_model because filtering on it is a common use case + res_model = fields.Char(index=True) diff --git a/document_knowledge/models/res_config.py b/document_knowledge/models/res_config.py new file mode 100644 index 00000000..9e59feb7 --- /dev/null +++ b/document_knowledge/models/res_config.py @@ -0,0 +1,33 @@ +# Copyright (C) 2004-2009 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import fields, models + + +class DocumentKnowledgeConfigSettings(models.TransientModel): + _inherit = "res.config.settings" + + module_attachment_indexation = fields.Boolean( + "Attachments List and Document Indexation", + help="Document indexation, full text search of attachements.\n" + "- This installs the module attachment_indexation.", + ) + + group_ir_attachment_user = fields.Boolean( + string="Central access to Documents", + help="When you set this field all users will be able to manage " + "attachments centrally, from the Document Knowledge/Documents menu.", + implied_group="document_knowledge.group_ir_attachment_user", + ) + + module_document_page = fields.Boolean( + "Manage document pages (Wiki)", + help="Provide document page and category as a wiki.\n" + "- This installs the module document_page.", + ) + + module_document_page_approval = fields.Boolean( + "Manage documents approval", + help="Add workflow on documents per category.\n" + "- This installs the module document_page_approval.", + ) diff --git a/document_knowledge/pyproject.toml b/document_knowledge/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/document_knowledge/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/document_knowledge/readme/CONFIGURE.rst b/document_knowledge/readme/CONFIGURE.rst new file mode 100644 index 00000000..ff972422 --- /dev/null +++ b/document_knowledge/readme/CONFIGURE.rst @@ -0,0 +1,20 @@ +To set up this module, you need to go to: + +* Knowledge / Configuration / Settings + +From this menu you'll have a central access to install the apps that belong +to Knowledge. + +* Check *Attachments List and Document Indexation* if you want to install the + module that allows users to attach documents to any model. +* Check *Manage attachments centrally* if you want all users to be able to + access to the all attachments to which they have read permissions, from the + menu *Knowledge / Documents* + +If you want to grant Central Access to Documents only to some users: + +#. Go to *Settings/Activate the developer mode*. Only a user with + *Administration / Settings* permissions can do that. + +#. Go to *Settings / Users & Companies / Users* and set the checkbox + *Central access to Documents* to the selected users. diff --git a/document_knowledge/readme/CONTRIBUTORS.rst b/document_knowledge/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..13813346 --- /dev/null +++ b/document_knowledge/readme/CONTRIBUTORS.rst @@ -0,0 +1,17 @@ +* Odoo SA +* Savoir-faire Linux +* Gervais Naoussi +* Leonardo Donelli +* Maxime Chambreuil +* Fayez Qandeel +* Iván Todorovich +* Jordi Ballester +* Marie Lejeune +* `Tecnativa `_: + + * Vicent Cubells + * Ernesto Tejeda + +Trobz + +* Dung Tran diff --git a/document_knowledge/readme/CREDITS.rst b/document_knowledge/readme/CREDITS.rst new file mode 100644 index 00000000..f5cc070c --- /dev/null +++ b/document_knowledge/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* Camptocamp diff --git a/document_knowledge/readme/DESCRIPTION.rst b/document_knowledge/readme/DESCRIPTION.rst new file mode 100644 index 00000000..6c4996bc --- /dev/null +++ b/document_knowledge/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module is the base for any knowledge and document management application. diff --git a/document_knowledge/readme/USAGE.rst b/document_knowledge/readme/USAGE.rst new file mode 100644 index 00000000..328eb25e --- /dev/null +++ b/document_knowledge/readme/USAGE.rst @@ -0,0 +1,5 @@ +This module adds a new top level menu *Knowledge* + +Users with permission *Central access to Documents* can access in +*Knowledge/Documents* to all the documents attached to records of any model +for which they have read permission. diff --git a/document_knowledge/security/document_knowledge_security.xml b/document_knowledge/security/document_knowledge_security.xml new file mode 100644 index 00000000..b5385cf3 --- /dev/null +++ b/document_knowledge/security/document_knowledge_security.xml @@ -0,0 +1,14 @@ + + + + Document Knowledge user + + + + + + Central access to Documents + + + + diff --git a/document_knowledge/static/description/icon.png b/document_knowledge/static/description/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e63c53590d70659e68585f3c04746179dfed5fb0 GIT binary patch literal 19884 zcmXtg1yq*J^Y%lhlz?=XbV@e@N-Lex-Q8W%jiB@^-QC>{Qqt1hUElKipU-m;<=K1h z-PzfRYpx+&QC{i|G66CK0(tXETH*@?0u}rEg$NIR;@AFR1bl;a6#Jx%2>y5>8ij%X zBiTu7I6@%Ap|4+1FN^-iTwPt6&220l4fXAenQa|R(~kuR zAP_RhCkatyx1Wd0u5Q>{1aPMu%?p?EeEw94LGh66w;j-5U~!TtzKL%A#SpDD_%AHW zk4_x}4n+l4LL|-a4+IK}4CAxkA3%_{ZLDO34 z>?kGwbpIDeblm8X+|A}Rh$Y8~C)c%okvu1^>uf2#-`D$!TU^*o(SM1{=VREcWHqwDF~_Au5Qdn9bvv%x`k&u(@mEiN zD{$;?Q&pkP0<(})vrp`=&*#JT3%eR@l#JfDXskSHx!Fum-Nd+)=)u^rvJ-(toK?Xz z*jrOd4oop0@h>fh{=*bQ#1te^pV3_O_-orPH}T<`MB^># zPJsX-c@Lj`#|8d*q-~mqLT-Hpyqv>JD#A_CX(b|gkTev+rNzFBYG8du4vjZk^2Qw# zjhrNq4ze5CC4$`$fv*%^aa4Z9p8PeVE_Ay`iw!$0G{1G{f*^Oo)mT209` z8@Da#(ZNn!PuHBzRh;!oRLGQKyoE43o=hSnzX9XCMRr!)&A{coxK0RJexdixf3=gOOE6eRtj^@j#!g?8!_vgarN+nn!}b@@U?>7H*Eah2;urSZNWur*>ruA4W>A$? z3pM&FRHKoD!s7Fr-{ycpIQRiVn4)$SY8BB`^cGRLDP^YX(j#w(cpYKfgN;ilF&QM_ z#3Z^GCeZ>t>bqlovUleM5gjN=U9=K5FU5%Xyon#8bwnlQkq&rzJ}dfT{64g@#+c!N z?M84BdpYh@q}v?z4deX2<3G$@Wq0dD@htQ!?C0Z`*|;#cTxfFH8p~-Xe+-`gmV0YZZeTNB;gUH6qf=(MrJPCuow1`7e7G1KTUYk}NkNs$WiY4E(5|CW> zISjKvBy14&wn6{#DbCGI`u50JB+Ly=wlODYKi_l${RWAKNeoU5c8+a;@U7HMPlf+4 zvV=)*`bviPD*6Y{DDzD>0;4{(@L*X1;fPoLf9zo<_;Z*J=DK4s6ZU%s^?q^+a0sZ|K*0((?l-ctF(p}|(Qp;#Sv0=VH@)u>4@=@ZQwGs>#M%Vkj-VO`FL7e;=Gv@DhwC6d| zR{HLME~pY5B;&)L?a$_)eSFCJk;p-ugNxJnEb>HQ;8>Nw0Ix^@pYVYH~q zCz)Jz7^ZP(M`zll7;8>G|`2jnH)#!@)TG7KT&WW#>d#|H{HvC?qV!FPf-~9LATzH-x z(dn&t>m;zAj_rSCs^_Q!Z1gn{wSwOWdAU>l77*JK&9k&SxmG{x6l@;+OB?8n&M8RJ7XhsO!)fkW{4_YgxnC5>yK1nsqSIx4k+ zNg!4%9)XV&78LAy+0RWX=cmAsMkLJ`0}NT){Wl^HsTyz=oB_xZIpCkYJJqEA#T-#J z6v@Mrowz{Aft{_3;PeSZ;3z~X;hnqU>q&pN4uz`#BhO~LO}8|Y4+HKm8a+lhzOOIU zO8N)r4-WUal(XXcl>LuCa?P^B1||eBklbCYdj0C%Lb1wR*Ko`r71$zkF z<>8w**yBg1r0Ylk&wngF`>vdo$=~MX%eZ8g5h}`FeNkz?C`!cd4&{E=Yv_Tdm?tGEWfDz|zrOZ;y7!zbUC@nYcpBqS=b1&J^*H^J4#D7gPS1bU@D$h!`_s;!k$H~s=(U^CgdK&qgkL{}QsL9DF{@Mp)G18D1*u0S0lq3) zU-ierU26TU)T6h+@wMf1TWN*Uv(x21$?qHcv0v>b%F&6JM0r*VG2;DW`rSn_7;8Jm zf6fpI#}&f5dM$s1wI>hqeOJi>LR$wnsF6cb)P`Cn(X3YUu|c0(QqHSd)g2hOd_k& zLbp@OY4jgCNDU@a4zj+eaNTBL8RH8*Kbp424aOC4F z`iFJ&ObTLR;&$+b45}2+pAA;k;=PO@G= z1(8bSL(@Ou^N?nS)r@ExZDEsfFp#E{En#sw-q;-w!kLC+e{g8I=<;?uev+H8xO&MB z-i<*H!u%y4D0N~TbG)A1SVT8|F@O0W%J}5*_VX}(B;Rb)=!4ynBt5fEV{ny2k_Zyv zT({VZY>5)^4m8onpTs@of{=rdNOZ5a+_oB})DhTzxXbu-g)sRdIWU6td^Kf3abWaT zwY|gwfB+p?hm9=hblzItM( zZHINglDl&6CNQ2!-tzQ(BhWk`yTgpvm1EtV_;Xdc{>Z6M>g|Ac$wq2o>o2Acw!%Gp zk`YOC!>9cj8v{e{MU+?V=&US+>02BG;igx#zpp;u5>gMbE2|VMDQkc4?%z;UDV0=S zMU));^c8H1EM*wOkuBI6J3>^A%;bx1EHt4R>&D#~*p_xm#Ww+-FMlmP&IDqZ_|Y~h z3rWej1QA3=xhkdORzw@&qM^B*UfT6` z=I*FVv1zK*5=^q4DJJi8Xa1KZjfCLIf4QIiV$s#(1w!hs1)0JDCOTu{kLSBmRBxyD zI2E^7V8;(m*TVc&>&JU?b5FYbgw{(8S%~-HqEN=}AG8hpD7j{ul3u(1wI7e!_W%SSVU|TKN<7v4NNrq2(pd1gf zd8iHS5l%B+@MFES74olFMkb2w}R&fiMeMLiiX`LT&gzJ3jm?FWhgvkt;o$Bma%4Ou!-G=XINpqp zsE4&Y{v9^p=bO*fn!Daz5X2Vj;{Uf3<(XAvz@6&YOa;ks}p02wMqqfe^$f41xEZrka zqTTRKr-QcTzgV1cijcG-2RcU^h;tvIppXsE{Y_mYj>wF~8yeXsMBc`$m-s?1f;`jh zb=f7A!zEW}bNohBtnYf2Rj6-C@hzqtt^T@T0Ppg_4WSKa2|W5Pl<%tQ8y`XbdJLAf zN?3xZ>uXCs;uw?^+qHV(=Mdmhn?m4Z9IgfXXC8NqwAl~n;wf8&t>YRUtG?+_hF%-S z4saU$D*3 z`%A?5_|&QBuk~-X-WN%cAK?u0s#@|E6W~rZxAsCNu9G<=PM7X1ODLsvK}bO(99kUV z7$NM*c`tB|A_H{QvX#VhozLYc#^(AWoO}9ogdub7Kkj6Tj|SDJzlf~Z7{4cHuwe_r zu!*@V(G(3u5IkzO>*{o9OlTt6pVf4gun`d*o-Tbw|M4i`O~Jn&BiOHbxp0wU^KI>k z1qvb{s69zeh4G88uD7r{<;~xn&524!9+!P+U2l8n=bIiFrlGE`)Q2YhesXhN(MmD6 zDKT&li*ha{+il*D3;CsuCNOI^b@E9DZnEP;Ydv%{C-H+h71fo$w*(mEnQn?L_7pX4 z|6%5VWO`p>@dedV@6>EQAMA%y)5qc#@M~0%Co7Wy87S&1y?h{+fw>Pd9C-?~8}E>IYiR!S;Gtyy z{#l45RQQ_6(#2KuYh|s<+Fd?L7s^+XfYKi!C-ArKn!DcNn?^^{UIHx z*~@lY+j=F2(jY4GCrD#dSM$qE`6xH^y_qhf^=%hlO)o!3Ch#A>)$XqBTsw2omx858 z8&LWc^m=kw<|xlh(tdn_ZuNBPYFYR?DKvknM(q62$(%L~+Pq+?_pq%%kx|bR7Kh&a z#L$rW5@T6p3$E~r24!|euqE)vRH{^obcSyv(O>lTvW!J5_di?(dfZk|dxq6V@wc;) zgX;C?Frvehf*k02n-MDKmxs6mYp0#Uv~+CFmPHuc`s$^=^SSF$^}-Vs`O$*VX02;~ZF_oT+r8>j2( z3h9q`f83!Eh(LVU!tv6q>Bw5cNBqG?&~JUiME_{po5y_{3tVt%<*oI-_3wKxgu}p( zUmoDXno9A{vQhaXOQ5&NYh5hm`VR)YsVul7jVu@XNpw`{c04S{T&a)Ps2xr1s236# zxcBVO!?MQI4)P7F%LTdcDpXRICwv8k7YQeZ{kHpmunkQ-Rne0a$iYN`o?2sA62Qsi zgif_+y^+VY3JVM*hKBKy{W;*p+*3{5#(x!#u(q{Fv&+`nx^y23<)1$;ji~|hRsDK#u(xYpi=bb%q;|~G$&p9o0Dv7dIwpaRrSv&AvBLS z6y`AJ#73SLfL2yf%`Ry8v%B#+1zErT`Xbk&mO!==DoEIZ)2js!@N%T!rh>LYGUhw8s5tCaSoJGS|2mWrBdz@ZWGMl?qF_P`{ph_$beZzQ=UlecFz z+`+I-wR^H2Am&JQyAgI>(2ce(Y#Md;sekbY@ko}XIwG^4p(73!-kSBljr3!UnVr?g z?<}e|k`HUMVTZWi2f`F3B%S_PsvpGdUhoijuNW@8=d{b zHSHhI_B6v_YhaZ8W-jNy|{q=p6B{{wi-4dqM8!^DuPwRpD0|& zw#uFCg(MS43c+)J{!gaP>fcquVWA9vAo!e;rQ4JKJ|5n`8+)H}PbUWa5pA>{I(>qR zu%vQX)eL+RWlcDI!Gto*=nb%F$AX(0{K&O=FzL zmU_z^M=ts7qf5hoz2}G|`6k%Fr?O(%q!*Y!m+G%%O!8DEY)#XwAlTi=k^tlmn zBMGU_G5+o6PW9SDCb#{wlIRT{SvNOCRo^?bLs@MKT7#YkvQ|e=;n(*Rp-2=L+Drn) zm|tAb{KHOjzs56`SBwtk&RcPST?-hi77 zj@zQ&w&P=|4`a%r?3~*c2K30^6KMpcWSlK_44r+;uZ&yaUN5D!hpDLe;MVNjB0j!; zQ}7PGa#HHuu|vU3*CVevr)JC9`dn?Y6gPMD25M7LgM;A0uH%pqk&xHM9&Y)|)xd5u zYgUXtp*w!Sj=PB#I(Pqyynn37uttuw^z0oANn|?XJYMNo1E%&D>P@EP5D*;W0IR#O z>rO5(Zg~8U)c#&OKx9z!w~iuYN&DB8&r2;~p=9PohQHt>HRF7NVax3$UalkOmSnvC z!Pt+l@0y}!$ch;;3~5n5NaokJL9e@$;4j?K2#^0>MK{=P9@g^O0+@jQ_9089`vbXu z0zPw9x_)rFo}$4euN3N@lk9w2l3th z_1>ws7zApJ)t^k5NBUmF0EDPBYn(VrD5g@OeRUIyV*Ah6@g33^dU`gWPd7F?k$M`c z%n8|+`53t|)3Mi`rDqcZqBOj97)>?#)N%v{DiWtkA zOuf}5LL|4)BY`imkYW7A_9hPU`6C7G+-R|wk}+5S_eODh$xq(04WTvJ3(mmOlFL;t-Q}x72LW9;ix6x98yP z-bK|Xma9LEDpd0SV_GTvMKuXWM8)74p*UHaOhJw)ytEmO@;!BgGxnsNLrs6Etq=^z zdg@as=l0x|q(4h(dr?$5qD-(+VThj`FCPX3!Q6*z-0nrt45$706_cW?7jPovJDr8F zZ^?bqebau3P1SweE>GSuPWa+^4#gvFbr7g}EMHOoHLGf{lwVTw%Wml@J3ehpOKe%P1RC z?cOd4?>IXZ{D@Hk0FhT0Q^|w1@Jhx5)4zXj<>Iqj#Dd$=GCy|J8lkopzr+48)qwAC zy2-VPn|f2%kosvuVHEP;-6xt~jPpMO#5U%bu$t>lW&74QDsyyv7KxxATV4Sh(UiO7 zK_1lIWgK5*R)f!^Qn}+ByTa(RM^-o$wJKRPBbW?kv<%91mu)jAKQ-Vm# zKnZ=4;d`}`N}o$k3>S7-dNGGd`!&@8-Uv|R3WLdF8Vz;UqOl`Z$HF4j^j3jq9M?0x zgp0bMW|=1_tl1F*C~COfb)TT(8yD zs(hQ8*Do>L9bHZ;6FH`Og4So%sCduYI9shM|ILqE*WHKl08f@k*c+4oCWCdbGXFzW zaA|2NG(b_<_JYJ6J@+f)5RntdzU(=n6n_{LmS8b`od5*f$_4bcF&33h3JNWx&DS3( z*EJogPu`qfbZu;eZanC@WHm?#_?j@)o<`K-31l^|$v8%O?ve}`v0E)V;}Mjiz1q-k ztB9A;hp+$&dptkTWxRcSCptbDkdjZR>#?m5(y4#@R>Z(_Qt#=vfLx01ZKq>QQ{R#> zV#e{5HtU!o`w!IhUt$%`{p*rD%LB&jvH<#0W%R%Si|>3Af7m#@D;{8=`{1al4@{Gy za$e6wvnPtr;aIk)+ogXq+i|uhYk@B}Z0%XI;GbFms)V(=5u4+8ofMhN19i-qTcINFrJH57g{4r5#~C1^0P*_q)IxI1d~36p{-&&%8t$a+Ix)-9Y$O;t@53h{ znD?U!0d<-!mhwoIaD{*Dh(hhrmjl6<;l$4U^iT z+H!lI@I(D+i{FfN>HgXiU?JOW95}$5RmLpuc91lPC%moeKeeY&JiR{6G6y6Yh3}$3I^t<+ z(OPPO0OHqQgt+THdu~QsxH)>`V~92k%R4#{L6|}r0yv5)u>Qe81_|d{g1XVe7ZHmd zWNor*mpa6gB{ZmKUBpxC;5z@d-Pu~0zXCZ>gA9w3 zL2oKIV&pxu?mTp(=QpZkmY)l|bEa~hs0h(NKgwt5*N;NOw6N`znzFe;(oIQTii)tt z123u^aIng#$$=bZl}2*Js54eQ*)X22)KxUd=|5KiB~>R7M3{_F&F`M+Q5KC^sMeZJ znEv^T=(LmY>!nbJHgo?=h8ITj2cO?+?f`sbnEP7c@xuocZ+X z8vD?#j}P4HR5SW5chH=dcGwn<__SMa4W$3x@5t z`5R|l*ye{j`X%Sc^s)Tmbs{}N8Wp@>^h~<6K|M_TWItFCK_1CLfL{x)DG2`HY6X48 zjexBZ_`2CugzkkwsOsN>A)jKgBHYmF{Z8 z6=d71PO{wakF!vl$%9#8Iek`)Lz1~`L?XfDN*C6HQRnuAG~-k2**R6G%^)yM2*G0Q znGug(0%xQDxYte=_pdF9`t^Haedep(kw{3nTNW0kGMV+tZ|ce?-z@Ee6#Uk161||T z44*7#X0O8j01B0q8>RiRseTa2on2#ebJSZ)==GQ@7DNfHH6PY~4CVr?Q@K6a*66>P zy|fYYPXGn@prq?x@ZC{D7|6{DE~mW%V*A+S!TcJ3_si?D?%#|}JncS6xO8={wu^wn zOH@;)sPQHYyxyRrXP$XzeIv*)UvVW8XledlX1H?gLazeUj7NN~!f7&F0gkaYx|hJZ zzD|C7Iqb~icBvhB;(3tNuRkX}2nzsn){f?n!nctP_2n!7F*#qN=6#raDzu~@R@9|C z6j#CBC2!Jy^wwI><<5kHY`(*$WER4#d{_SZ4b(W7pOISMgXrE+@(ug#l0#!lFJ*C4 zsA~tvX+2uG-&3Oq9{a!_+l-k_|3&!42e1EdY$)fmZQ=m`nor>Q*phl(Pu56gW<$8B zPe=dF*`JS4dsSI6m90M7P94o79QU1iK5)916|`Z_w>-t_zUcX-Ee4}U;)UIq2>y3t znpYNCCStJ;FRx9L_QRd8l;GoD3Khp{E-&p(SqXRJcf7JD&8T6u1dF84KEM83v$ooN zg%2g)5PqAr${*A1OH6r}x}^>D@Apl&MX728<>Zb%7aI;(>H3Oj+^A4459Zq#Q$3CO z-8tT9@%(6O%o$o}rKhgRV$al>Bk8-9Djgmy$3SP)NsMtocA!Dor)1(tL6(5j)geo` zpnNo{R}^@-HG^=~BW^J3N`0}w1!V(Pk6XyCn|rFD7Wf#%Jc|GIv3}KgD8viVBs&3q!<`pe8!k2UXuUg!jSV% zeD|NYj=6>}PvIW#?n*7p0UmCloF!?E`H|uI1vXBK!3AmPH$%#P%G~3kD;QA#D}t)9 zQS$j34_a=h6ad*BSATq`rHK^rFd+$8yqz?f=W{q`I#{JM49^iM8jes@`q|4DvNkof zC)$))I71*H`1Dp=P8JH{)ojAAn{iK<@skz$)B7K8KC=c!Ch4YITa(@JWK*)uH_le? z!a!Oy>cITIP}Nc~uS9rrF^!D{qqGU@Klgg|epV#SB(=Xj3oSP;px_RWI$ZBYv~(Zg zu*U#{T$)wB{zIVUYn!$Jz!Pcc&a%??J3da)CS0o&d)+ zTTKKJd`L`woBv;9eK6P2U}sm<9|0xZq$-nH=*k|D>&6XlA)a0s5C`IAdAfOa#+X|c zi-0;#*gj!&81oT<&cp=XBwGrsFwNa~65-V1pE075Yt)`E0MMY$DU(lIid5{oCw>XI4X z4Zcpr=2C}@db}FtjB1ca`00w<(_)N}MFGUx>AEM*u8w_+92u;)L~nSVudB%V$!mXw z*FU~TU^1S9R!TC`dIXr*5`TkfLi!8F*|b^BzySNHXRy8Gvfw% z0_*=-4>W`xv)$w6eW=xpa7-z^S*_eoHNsXMHR_Zo{sGECidii8H^)PK@a9m!utlWU zQrwSF6GaKxp6;}2?ztWmF`uY1HA4fKpFqjGo6SI4_%fWcElAqhUTsQA!Hlr3`xLO+Mb9EDRa+#n+xG5akeQ{fX)wT9kXIj;=x}en5gVye+rz>G4J5B`?njai-b=R_&zrHB z(uR6m$b?n=D>KScH}|HLenYPQinz4A|FcdtIMa)%5J}nz_Mc4xZH@o1@cjx9Q_^qp zfSU&S6?`UTjW}VTusEtCndZ+3i|^rN05ajDbF@|8GV0_Pe7J?NbGA1k4y>8zXu}L3 zqP^~N9=SV|GIN$I?n0y?mx^=9Dp)P#AiI8l*fgYCo*)N zkX=}HJi09?sLf{lPkNRu3=@zBP+Uqz7tz-ne`Hd;|8HHZ>Am@a+u2pGdb7J;M06%7 zeW$Fb2NZI=iv=ZI0=U;^iSOyeqe9BHb{?yUeiao$@{J^y2sZ3OYUW`K#UATo;q%d9{#2 zB*-D3Z1w$>zVfTk^30z>c=GN1HS@)QlDK;Fu0+Hy&6LRWU)ev|pL@soDQe39#@ln) zF7D1~_(Qoq$qtGOFl7{^;I4L6T@MDhdU*ep(5zb)L%bsDS^8V|+d3h*%H5Ud05N{D z3p#r+;AJ0k1?sgR4G1-PuO%Rd#M#n;tPehJ-`uc)zsjy?AVQGWH6#{i*Hk9M3C33y z)Hu~6>R&&?SC}YqMEQ5P>8Bv*d@}Z}d-Hb)4PVh9dT!$snlh`RE=l=zz6{Xf-eB&3c$2bfxssxOUpmmo_u4fqDAr4uZGdU*^M|bH_C=AlneQjsdvE>oY9O@cl_e+V-`{FzWLJAvs1pC>y-FWgU!bqRqNi#|s*=o>0E@bFe(u!W zg|6G7^Kv-Yc9jn|UwOmhv+RT6Qdj5Z{ns$35i7naD1Cv4NPIZCMxq)n=Qmh-5bWJ_ zo+!iBM#yqO3H#H8Gq;-Q;nL}QP#?E#r%AAPbNlm6K)|A6aNO3qZP|_p-bUcl^W-MT z6Xjt*8Xj1GRbyn^dd_2Ig}PXks1EOV#9PM56e=k}*~+*u$-#}0@@@Xh{id)SHe$@w z&vbxZuTpk?xjb434w2QYr0qiw4Gi@0Y#lJJ!Yz;LyAa4R-1RRjR4L|CuRNwZz>A+X z^Pe#4{L2%atKY234Csf?>dlJfq!cs)?65m%rG0u@DeL_>CkA_udlekt8q=qD%-Dp# zE>>I+0g@T0mum*XebEt3fIA@YP-D47Jm~;YDI-WD+H}t0Rat!VCueMRK#T^|98f!J z-duhJ94rA=0c64E&^_;rDfYieLSrgdE6YSOkHlaP>?CaP5-_Gg~HUb%3{5d9ml zF*QqU-0_2~kxxPLQtg$l1RNF^N3|mRz*W0BbRh}=luNaIHCRT?W)mxUCF~0 z{m}ovRV#~A%hz~Q(n$hP!IpgWd|~0H_M3iVrNn}mwG3z{rUj0)h7U3@fMY{Iccc9=ql8kTTX@JFvbn%-nk39j$%}S-rmk?*jxR z*hAGZF($Zz)(vKUm`2|)ETePi^AyK@H2s=jR;f8STKeM2D@cDd_D5}`^gQk#}> zg8WGm6nk%$63{E6MG!GNq65zw?6^Rj9YL83YSWhQi2T|Fn=3&33ELM@dtOx=flj`V zj~440yU8b=m@pbrWI>4E&d?E*R7G7iWc@*%m8f6IAHx9ZS-=awe|)mX>}xi(xrkAH zG)PQBol(WYFssfJ)t`qk!R05wk%svn+zlRpB_22Itbb4{V}E*PnvDb#-Ir-dAY$gr zH5=GJBOhJpTPTw`ySX<3kO>fM#H3M{WrzE3+CKuR;}nSO?@lmd5cR+I$(TdcN=Dr2 zodjyi@$;p@;7Ah#-iSI_Xw8JeqWp#=a_OEaGnnho@}fTm#hbYVhssylD_aRN7z)@D zvzUnF@I|VYtS1Mp6K2jOx#~Fdv3#EsL1zbs7;4S_T!Qo%oe^>OJ}CIcCC3f(L6i4D z071Xf-4(!rA+j(@Qix3aD2p165?U0zuM!Ytsht_qV;DALLLd9+S0<8H2`~`ZAJ=T>=X;{WFbw}B>E1lt~ zZnH{=l@_2oWBrQ(?g8E=sWO=dJ>!>uz_A(}F#lbT#K5h(NK$Xz0?6_vnlc&u#J-c; z$%e|U`!vbxqkIwV!iXx=a_2a2=`mmc1gMZ)+M9Oe3#jd3GdvjHZ}M4w0|na$!DaR< zEsWGN8XRL-Z*j@gx2?XnC5Ex^ivBei;}>qWoj0%i572+1UIR8O=F%1q0v!lF24%qv zLCgJ$!{+8>5RI5DIaf6zSTC4`Kosz){>8I{!X{jUgZ8URx*g_xaz5s8Fd-~GhQC*<2cZp(DOgw7$B8q6HVuV9<(_C{2{KUBC1uil zlQFwP-edLH?+%vQAo4oafR zh4hn%D#@G0BxvvkW0ReY8{t<+6h>uU!&maKfqH-^p`c7gb9xlBxJMrpi#zYWi>2c& zjffM5WMr~qxYK3^RvL#5y0)(P$H0TApfi91RAP*Y{V_h>JvdP?X;83%3F7UT@a@mS zfqA6BPrsRnr~U%iv|@zyB;Q^KHn=gpMdAji85w*IG+XvlsG(wZ5%9MdlMhj4LR8_% zJweJv^h5#<(LhNhO7lvv`VDP?EH(WAfzahJH_8stdERd>bwV2RPLs_(aC_G z8#0L+aP5CM!%m5TRs5bbvw!>p2bPTa9|N~zY@#mk0OsWM7#z0`u!3Y%dE}uA(~7R| z0oOAycXB6tX76c6Rck0Oo;(N-7>Ec!Ca2hRrD1@Lv6#D=*rpds(dOn@nb1)`NqDFeh~kuW-{-<#n3 z|NW>?1Q807H+iZP@xKw}G?PJMVvsx&&@Tc`mE((w>N=p;ytX>1OAZ;6tNO5b6)EUtM>&WBaH8ZGyE|Q zRLcM@+8;3pxo2dG<3dqIj>9he>Wj)3e|2Q=uIYUzX}RIoyKl1TzPlf-vfa_XG80+(Tu{8tB$OUg*d}fV9;a0gD^{-!?Ovx5)X{d`@QvQ_c>NF#(;J6 zSM+C%P5$v}(MDkJ8>_*d#o)R`^y9FMx9Gt+>URxx;%3-HzXq;gXneA$8hMY$q)M1^ z7PLMUS71gU#=#8vKstC6xRjEwZ>rYSS^Ph7b|HfPK@-r1CPK6EdW<>XkzZg08(?k) z!9ReT7AXPOg(wI^KFbVf;0K7W#}x_me)@U0rwH_e^#ZNH!a<}Yh{EM<3Lyke|;NW6iMD&2IUgQ{=;!s zF_lmJj-QE{M#eF8{4p%QDi-uuqWJcgUQ&RrBEVV3%gJu(Ni*8P{Wk-*7@MI5y1X#K z2E+#oHGrTDaPc+n+^!O=2ZqYO5eFlNW%#q^F_wym#sPyQCcCft8CN&0`o~Z=w30uo zBoI4~U zA5~f!-Dv;t!GVsgAg~~r&x1zb`ic?@xJ(*5mN#&4^3N zxC%4RQyDEb;s=(L9G?+2MDNidoo5SZ?y0R#2uYzhKqq8#Cn?q~*nyJb8DCtBtDheE z%=0vWE}4-qWC>Wb%rJ0?VsW+FjfHVv>@bjN6@W~BD1o+#vZqNv)diwAsIXOiiTqM=P?WnMIAMrJMqBzf{$F1|jqTO5?m=(=6_DFZ3am9IJx1K^W4d1U7ZqSfq^kjy z`jr3+daCU%PfdwKStZ~out1lI+e^X;IIO%+fZBh;bW5`M+ys$|5dmF7hUcoKl-m_( zq88fiKSG9v=ur>fb@CyTUjd%rNJcxdXEaSmF9RN=pAQQ(<4G79u;@wwx+jRQ{A4BH zg-H+<70slwJ)k^#@AGMU{|y`pggBwdB+l9{#2|eY?g7MZ;HmsSs|3H((~Eq&W77#* zn+gO5+8ZX?63hx^&Sjm7WaucJg#Dli6&e!sl0$dV3UYM}r+NI_e^Ev&Hs$MwQrkNAW4j){c# zHKxoC^jxo$3e5q92WVPaF*-mA`ST;fj_Lh78z22OBL~n0I-uw;9UIz=;&HPZv{vV1 zw)poQ$d)F4*P?^!$l9hEdSlD8o|CaT=)p`XC@2sEXcG0%YxNWyRd$7X_{bsj=GKcE zZsT2VL78g$){DZ+iq6?{N&bXVo|?uiU3(UuLVFd)C-XZylwH&xk+V9~SHKdIHOj)% z(jwRqAw)?A0=#ZEE{!^6_zZN9rk*|WfRa{KwBbyZ1M=zRr9y0m4m9_ReC%MMfOI!# zGA#h9wtjDp8sP8b{??>+G)F(&Ta2gJIbyq#?d%6wRxXMJUoJPl6tps;Aw;%dlD8sqF z$X8VUXR0V63`YF{#S$sdz5xFvJhkUXLvbpfBjyl8(c1PZJ~BT&dX6wX289Pe@Vh4` z(FB`=K{JNZD~>5+%P0zZKW(0WWmV*tnuY7{lJms{QG*+!7dj3?J~lMsh~CTkl$p?Jq(hBdCD`mjJ={ z;A^q{b%F|M(0XNLeg8zZl6LXNNs~$2>u=}mjlKg_a8d;-w%^OrVqn4dP&U$b7R~ccBW#qGAsPki@5Hi`rMC z0y^_Fq%ebvEVzERKk;6Z2)uz*xSj<>xUzzQ2CpKMX-JN|(s~AIJ+F!}j;@C{5@1{* zKq?&1{UX#5A=9?LvL$bU14CqJTeX;Ziz+ire|i`h45}9BkP2tJzz79Tzua@O-{Np$ zi~)dOs8_Ny0(cUDiXi)|60!1K84Ls)joI$%05LkZeWj;nmp@WHa@FNAYIv^Xz~941 zl#QmH75yFaDg-h=&)Yf5oj4Sj3g?}I8Ik>e5ZD2pNy4j=vy6!U8|8%fMU_%6J$82t zZbl|xT8e_V4gn3U&xBF00<~iSt|P;|JYyKhCh|j?_lWU_*Fm5=n{jNaoLl44AOaK@ z+3xNdrH2RL6u*)jLxEmx20U8I*%086e}Xbj#i|&0=4T+2e!ZWeKU>5gej|N#+e6|u z!#wzvlE86MFufde?>Z$r<6r^k>phFFmuCYzty;$@3#tPlf8StOZ4NX!?w;fq_-8(% zZoZIj1_tHd_9KH8lT{%QBX-`U$F6UN2OVHG6EK^BceP3LM*$RG0&kM>*8BHE4D?Wc z5<`o9Y3UA$@WHx3`@MQeark>4Ebk0w)LbGy7c`dkR@5Yw83-ggp>u{C8=0TBZx9i5 zm*d)O#Vl$_nNt63q;`i9!U{rC1^UnHW_qYF7!nMaUz5a3RutgY>(DrMqj*k6YLY5I(F}c^t zC6`>5%UovCT#ggUT!u|rQt^vOb&-c>?mTnU)oA2k-{{}e$P68eqZ13>+?L% z=li)lpUeBxW&h{fgE2fe@75Hr>Jhfpc>BOq{z-j&37Gd#g-^2EAHQS?&=g0c4${aw zLzxcoS1c9VzgswQLr53{)JdI8Box1-%)O z*i*4vgUZ7PWn_kiBA)-g?(`8r9)}l1hG!`enwcOG=C)bEs* zxEs!L<3zOF1Q?*SOZr0!TeDm%@LfwmzkzDfjXyYWy?(z3Yt3vH)US1-B6Jvv8axWN zodet|B&*+CVz1#|RP=UCTS+Z}BYK|b3-tp0gdWycMH>Ja`0z2%SO?Qq_fx)95sY3} ztu=Q{YuBXQ5**&Bbhw@McO-p?ZjHzX<*ItNk*Vc>ST}FxE@1f)tz_aH4BKW5=$u() zJ5@138^Fy}wps6EaAyW7$NYk;Mg9v^U0*_zm@22oD%}r7-IZ=^klA{-jX^cFfJjL_ z%A545?bQ@fR#Y>b$;2<)X~p2S$#De5BmA4{3oL|<(8uIPVyrc=nvt!B^_=w5)LrM! z`?A=j@Hi>MBDr)ju}g2Vlh3!Y4JvpzykMg1+q9WwOD2Y0T~QAvgF{9vjwbsp6K~*> zwcT8N)6_%GRF7CZR-XKZM|q7ZrMTj~rIav7Olzlm4iG`BbiP)oK@Ilg$)8zIU({+u zMIq!ZwNL;XjjtMi-A$CY=(|OnlR5!l@@v*`-8{huErkpO08?9m)gBiwg?Lh0G%I$v*q7PZde~|-5J1VLqz>_wY1fV^f>8*E?^CHE|t(DxD zYTMNIHv=}*KB@x2rB}(to37o`?qFR5RiHH#%9EX z5TT4XA}5?*3d;%qv1OEu2!Uf%|HU->+5l|7w8f(Fll8D*1TpnZFryauPa+uV(c-a? zZBca$j#kKGc7dA~3>2#<332uwg*t@te&R4R0QIx^ttb7!g0zoedY+%yrUo^9^y&7- zQwJF5yot6~Od{D|sym-mWEY99Rhm;B=-aX{3bUko&~nczn+lw0=g~$LGUYQ#m2w){ z+02t+XHsGK+jyZs&Z~|2DBl7l&<|;0)<$hHXmDLiy(V$ysU#4K3JOh@ar$t4Nf2=X zhLspo9?phUY6S1UW>S3@cN5Hq>2$84+#Bomv&Tr_=d*lGkZ`h-IsU(SenG11X~sP> zir`wSriC0i*BGy2;M-dQSJJEJR6qW5WkQ;LnWyYFkwC0Nw`@oi>X#2D9@tO3x}?ligig7k9W5r;G~T z!{P~Nwd~*7Isn5V={wGi+hCG*;E$)hJx5tn&gkf)Q^6Ah!fl*w1HiHoQahi7i>5{v z-GT*WK%ic2?xVP75V>SG#s1zwXVf>#aYs7dB>v&NrQGXGtLwOwUKv9G6MRC^yf$Am#!c|5{0rG|akD3jIHQ;aGo3?sek`+^7_^?H&BsXSF13uN zm5k=z9M1?)A-d4lCE+zBM3 zbeKq45D%d>t@>A3Zc!-)cbBwud`f*P4S#WHOdx3n6X$kEWKw9wjEYhtu&6ZMbYXe2 zY(5~scj)DHoyp0gO3}6W;ptX|U19?KG7-4hj_%NXWT{%GiHT zy*%3S!z&Rxzd_$+<{r89!KeC-r77L0DPDpo`Q6Bz)~5fGFM^;i#!PxM%J3vdZrS^E z9+UI5K(`cs%PL*c&oF)_vNyu;#=05L9)1`Jc28>X-uGBEJnlH6U23L0(b|)Y{&@J| z)V93qM$3!6-Z;ga8{)NbzAX!CoG2#?m#3@S{I;;D%ve1%!7hWSX%PauGYi)R>^BXn zL=ybv$@W&GHSry@MgERNl{;5ogs-?^R3tSslXTLHx_>sGvpA5jS;b}7{>$O(BSfn>|{fb$-jWA>{ug-r*|7lyFl0)i5J)hkF?X+o2 z`a&LM9<%Y6E9Z-+HtuylGCNx`_R1jH^Mp_q5>R+BK72bywf0oTU2Otekyw#?I{m29 zY{c9^-)q)(O?0kR&2& + + + + + image/svg+xml + + + + + + + + + icon + + + + + + + + diff --git a/document_knowledge/static/description/index.html b/document_knowledge/static/description/index.html new file mode 100644 index 00000000..7d10a1ba --- /dev/null +++ b/document_knowledge/static/description/index.html @@ -0,0 +1,481 @@ + + + + + + +Documents Knowledge + + + +
+

Documents Knowledge

+ + +

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runboat

+

This module is the base for any knowledge and document management application.

+

Table of contents

+ +
+

Configuration

+

To set up this module, you need to go to:

+
    +
  • Knowledge / Configuration / Settings
  • +
+

From this menu you’ll have a central access to install the apps that belong +to Knowledge.

+
    +
  • Check Attachments List and Document Indexation if you want to install the +module that allows users to attach documents to any model.
  • +
  • Check Manage attachments centrally if you want all users to be able to +access to the all attachments to which they have read permissions, from the +menu Knowledge / Documents
  • +
+

If you want to grant Central Access to Documents only to some users:

+
    +
  1. Go to Settings/Activate the developer mode. Only a user with +Administration / Settings permissions can do that.
  2. +
  3. Go to Settings / Users & Companies / Users and set the checkbox +Central access to Documents to the selected users.
  4. +
+
+
+

Usage

+

This module adds a new top level menu Knowledge

+

Users with permission Central access to Documents can access in +Knowledge/Documents to all the documents attached to records of any model +for which they have read permission.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • OpenERP SA
  • +
  • MONK Software
  • +
  • Tecnativa
  • +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +

Trobz

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+
    +
  • Camptocamp
  • +
+
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/knowledge project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/document_knowledge/views/document_knowledge.xml b/document_knowledge/views/document_knowledge.xml new file mode 100644 index 00000000..36cf8429 --- /dev/null +++ b/document_knowledge/views/document_knowledge.xml @@ -0,0 +1,54 @@ + + + + Documents + ir.attachment + kanban,tree,form + {'search_default_user_documents': True} + + + Documents search view: additional filters + ir.attachment + + + + + + + + + + + + + + + + + diff --git a/document_knowledge/views/res_config.xml b/document_knowledge/views/res_config.xml new file mode 100644 index 00000000..e029e2c5 --- /dev/null +++ b/document_knowledge/views/res_config.xml @@ -0,0 +1,81 @@ + + + + res.config.settings.view.form.inherit.knowledge + res.config.settings + + + + +
+

Knowledge and Documents Management

+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ + Settings + ir.actions.act_window + res.config.settings + + form + inline + {'module': 'document_knowledge'} + + + +
diff --git a/document_page/README.rst b/document_page/README.rst new file mode 100644 index 00000000..11992bb9 --- /dev/null +++ b/document_page/README.rst @@ -0,0 +1,121 @@ +============= +Document Page +============= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:7ba9b7baeb324eeed4b1daa1cef00cd5f88753efbf38ccc8399bf0d30add1f06 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github + :target: https://github.com/OCA/knowledge/tree/16.0/document_page + :alt: OCA/knowledge +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows you to write web pages for internal documentation. + +**Table of contents** + +.. contents:: + :local: + +Installation +============ + +This module depends on module knowledge. So make sure to have it in your addons list. + +Configuration +============= + +No configuration required. + +Usage +===== + +To use this module, you need to: + +* Go to Knowledge menu +* Click on Categories to create the document's category you need with the template +* Click on Pages to create pages and select the previous category to use the template + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* OpenERP SA + +Contributors +~~~~~~~~~~~~ + +* Gervais Naoussi +* Maxime Chambreuil +* Iván Todorovich +* Jose Maria Alzaga +* Lois Rilo +* Simone Orsi +* `Tecnativa `_: + + * Ernesto Tejeda + * Víctor Martínez + +Trobz + +* Dung Tran + +* `Sygel `_: + + * Ángel García de la Chica Herrera + +Other credits +~~~~~~~~~~~~~ + +The development of this module has been financially supported by: + +* Odoo SA +* Savoir-faire Linux +* Camptocamp + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/knowledge `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/document_page/__init__.py b/document_page/__init__.py new file mode 100644 index 00000000..4d7a49b5 --- /dev/null +++ b/document_page/__init__.py @@ -0,0 +1,4 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models +from . import wizard diff --git a/document_page/__manifest__.py b/document_page/__manifest__.py new file mode 100644 index 00000000..7f3db61a --- /dev/null +++ b/document_page/__manifest__.py @@ -0,0 +1,37 @@ +# Copyright (C) 2004-2010 Tiny SPRL (). +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + + +{ + "name": "Document Page", + "version": "17.0.1.0.0", + "category": "Knowledge Management", + "author": "OpenERP SA, Odoo Community Association (OCA)", + "images": [ + "images/category_list.png", + "images/create_category.png", + "images/page_list.png", + "images/create_page.png", + "images/customer_invoice.jpeg", + "images/page_history.png", + ], + "website": "https://github.com/OCA/knowledge", + "license": "AGPL-3", + "depends": ["mail", "document_knowledge"], + "data": [ + "security/document_page_security.xml", + "security/ir.model.access.csv", + "wizard/document_page_create_menu.xml", + "wizard/document_page_show_diff.xml", + "views/document_page.xml", + "views/document_page_category.xml", + "views/document_page_history.xml", + "views/report_document_page.xml", + ], + "demo": ["demo/document_page.xml"], + "assets": { + "web.assets_backend": [ + "document_page/static/src/scss/document_page.scss", + ], + }, +} diff --git a/document_page/demo/document_page.xml b/document_page/demo/document_page.xml new file mode 100644 index 00000000..450f7575 --- /dev/null +++ b/document_page/demo/document_page.xml @@ -0,0 +1,142 @@ + + + + + + + + + Odoo Features + category + +Summary of the feature + +Long explanation + +Conclusion + +Additional ressources + + + + + + Odoo 15.0 Functional Demo + 1.0 + Init + + + +
+The news is out, Odoo's latest version 15.0 is here. It's more
+user-friendly, even more business oriented and efficient to manage your company
+
+How to discover the latest version 15.0?
+
+Demo :
+Online:
+Download:
+
+We have also put together a functional demo that presents 15.0. Watch this video
+to learn directly from us what Odoo 15.0 can do for you. Share it in your
+company, with your clients and implement it now for your business.
+
+

Watch on Youtube!


+
+
+
+
+