From c7ec79dcda0cdba9234a5c3f0c6eb76c902ac5e2 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Tue, 2 Oct 2012 17:11:17 +0200 Subject: [PATCH 1/4] [REM] base_tools profile_tools bzr revid: al@openerp.com-20121002151117-7bhsdagpmb4rn9fl --- addons/base_tools/LICENSE | 15 -- addons/base_tools/__init__.py | 3 - addons/base_tools/__openerp__.py | 18 -- addons/base_tools/i18n/ar.po | 32 ---- addons/base_tools/i18n/base_tools.pot | 28 --- addons/base_tools/i18n/bg.po | 32 ---- addons/base_tools/i18n/ca.po | 32 ---- addons/base_tools/i18n/cs.po | 32 ---- addons/base_tools/i18n/da.po | 32 ---- addons/base_tools/i18n/de.po | 32 ---- addons/base_tools/i18n/en_GB.po | 32 ---- addons/base_tools/i18n/es.po | 32 ---- addons/base_tools/i18n/es_AR.po | 32 ---- addons/base_tools/i18n/es_CL.po | 32 ---- addons/base_tools/i18n/es_CR.po | 34 ---- addons/base_tools/i18n/es_EC.po | 32 ---- addons/base_tools/i18n/es_MX.po | 32 ---- addons/base_tools/i18n/es_PY.po | 32 ---- addons/base_tools/i18n/es_VE.po | 32 ---- addons/base_tools/i18n/fa.po | 32 ---- addons/base_tools/i18n/fi.po | 32 ---- addons/base_tools/i18n/fr.po | 32 ---- addons/base_tools/i18n/gl.po | 32 ---- addons/base_tools/i18n/gu.po | 32 ---- addons/base_tools/i18n/hi.po | 32 ---- addons/base_tools/i18n/hr.po | 32 ---- addons/base_tools/i18n/id.po | 32 ---- addons/base_tools/i18n/it.po | 32 ---- addons/base_tools/i18n/ja.po | 32 ---- addons/base_tools/i18n/lt.po | 30 ---- addons/base_tools/i18n/mn.po | 32 ---- addons/base_tools/i18n/nb.po | 32 ---- addons/base_tools/i18n/nl.po | 32 ---- addons/base_tools/i18n/nl_BE.po | 32 ---- addons/base_tools/i18n/oc.po | 32 ---- addons/base_tools/i18n/pt.po | 32 ---- addons/base_tools/i18n/pt_BR.po | 32 ---- addons/base_tools/i18n/ro.po | 32 ---- addons/base_tools/i18n/ru.po | 32 ---- addons/base_tools/i18n/sk.po | 32 ---- addons/base_tools/i18n/sl.po | 32 ---- addons/base_tools/i18n/sq.po | 30 ---- addons/base_tools/i18n/sr@latin.po | 32 ---- addons/base_tools/i18n/sv.po | 32 ---- addons/base_tools/i18n/tr.po | 32 ---- addons/base_tools/i18n/vi.po | 32 ---- addons/base_tools/i18n/zh_CN.po | 32 ---- addons/base_tools/i18n/zh_TW.po | 32 ---- addons/base_tools/tools_view.xml | 11 -- addons/idea/__openerp__.py | 2 +- addons/idea/idea_view.xml | 2 + addons/lunch/__openerp__.py | 2 +- addons/lunch/lunch_view.xml | 3 + addons/mail/__openerp__.py | 2 +- addons/note/__openerp__.py | 1 - addons/note_pad/__openerp__.py | 1 - addons/profile_tools/__init__.py | 23 --- addons/profile_tools/__openerp__.py | 43 ----- addons/profile_tools/i18n/ar.po | 30 ---- addons/profile_tools/i18n/bg.po | 65 ------- addons/profile_tools/i18n/ca.po | 114 ------------- addons/profile_tools/i18n/da.po | 20 --- addons/profile_tools/i18n/de.po | 112 ------------ addons/profile_tools/i18n/es.po | 113 ------------- addons/profile_tools/i18n/es_CR.po | 115 ------------- addons/profile_tools/i18n/es_MX.po | 159 ------------------ addons/profile_tools/i18n/es_VE.po | 159 ------------------ addons/profile_tools/i18n/fi.po | 73 -------- addons/profile_tools/i18n/fr.po | 114 ------------- addons/profile_tools/i18n/gl.po | 112 ------------ addons/profile_tools/i18n/hr.po | 89 ---------- addons/profile_tools/i18n/hu.po | 48 ------ addons/profile_tools/i18n/it.po | 70 -------- addons/profile_tools/i18n/mn.po | 39 ----- addons/profile_tools/i18n/nl.po | 111 ------------ addons/profile_tools/i18n/profile_tools.pot | 19 --- addons/profile_tools/i18n/pt.po | 33 ---- addons/profile_tools/i18n/pt_BR.po | 57 ------- addons/profile_tools/i18n/ro.po | 112 ------------ addons/profile_tools/i18n/ru.po | 91 ---------- addons/profile_tools/i18n/tr.po | 27 --- addons/profile_tools/i18n/zh_CN.po | 101 ----------- .../security/ir.model.access.csv | 1 - addons/profile_tools/static/src/img/icon.png | Bin 8466 -> 0 bytes addons/subscription/__openerp__.py | 2 +- addons/subscription/subscription_view.xml | 2 + addons/survey/__openerp__.py | 2 +- addons/survey/survey_view.xml | 2 + 88 files changed, 14 insertions(+), 3538 deletions(-) delete mode 100644 addons/base_tools/LICENSE delete mode 100644 addons/base_tools/__init__.py delete mode 100644 addons/base_tools/__openerp__.py delete mode 100644 addons/base_tools/i18n/ar.po delete mode 100644 addons/base_tools/i18n/base_tools.pot delete mode 100644 addons/base_tools/i18n/bg.po delete mode 100644 addons/base_tools/i18n/ca.po delete mode 100644 addons/base_tools/i18n/cs.po delete mode 100644 addons/base_tools/i18n/da.po delete mode 100644 addons/base_tools/i18n/de.po delete mode 100644 addons/base_tools/i18n/en_GB.po delete mode 100644 addons/base_tools/i18n/es.po delete mode 100644 addons/base_tools/i18n/es_AR.po delete mode 100644 addons/base_tools/i18n/es_CL.po delete mode 100644 addons/base_tools/i18n/es_CR.po delete mode 100644 addons/base_tools/i18n/es_EC.po delete mode 100644 addons/base_tools/i18n/es_MX.po delete mode 100644 addons/base_tools/i18n/es_PY.po delete mode 100644 addons/base_tools/i18n/es_VE.po delete mode 100644 addons/base_tools/i18n/fa.po delete mode 100644 addons/base_tools/i18n/fi.po delete mode 100644 addons/base_tools/i18n/fr.po delete mode 100644 addons/base_tools/i18n/gl.po delete mode 100644 addons/base_tools/i18n/gu.po delete mode 100644 addons/base_tools/i18n/hi.po delete mode 100644 addons/base_tools/i18n/hr.po delete mode 100644 addons/base_tools/i18n/id.po delete mode 100644 addons/base_tools/i18n/it.po delete mode 100644 addons/base_tools/i18n/ja.po delete mode 100644 addons/base_tools/i18n/lt.po delete mode 100644 addons/base_tools/i18n/mn.po delete mode 100644 addons/base_tools/i18n/nb.po delete mode 100644 addons/base_tools/i18n/nl.po delete mode 100644 addons/base_tools/i18n/nl_BE.po delete mode 100644 addons/base_tools/i18n/oc.po delete mode 100644 addons/base_tools/i18n/pt.po delete mode 100644 addons/base_tools/i18n/pt_BR.po delete mode 100644 addons/base_tools/i18n/ro.po delete mode 100644 addons/base_tools/i18n/ru.po delete mode 100644 addons/base_tools/i18n/sk.po delete mode 100644 addons/base_tools/i18n/sl.po delete mode 100644 addons/base_tools/i18n/sq.po delete mode 100644 addons/base_tools/i18n/sr@latin.po delete mode 100644 addons/base_tools/i18n/sv.po delete mode 100644 addons/base_tools/i18n/tr.po delete mode 100644 addons/base_tools/i18n/vi.po delete mode 100644 addons/base_tools/i18n/zh_CN.po delete mode 100644 addons/base_tools/i18n/zh_TW.po delete mode 100644 addons/base_tools/tools_view.xml delete mode 100644 addons/profile_tools/__init__.py delete mode 100644 addons/profile_tools/__openerp__.py delete mode 100644 addons/profile_tools/i18n/ar.po delete mode 100644 addons/profile_tools/i18n/bg.po delete mode 100644 addons/profile_tools/i18n/ca.po delete mode 100644 addons/profile_tools/i18n/da.po delete mode 100644 addons/profile_tools/i18n/de.po delete mode 100644 addons/profile_tools/i18n/es.po delete mode 100644 addons/profile_tools/i18n/es_CR.po delete mode 100644 addons/profile_tools/i18n/es_MX.po delete mode 100644 addons/profile_tools/i18n/es_VE.po delete mode 100644 addons/profile_tools/i18n/fi.po delete mode 100644 addons/profile_tools/i18n/fr.po delete mode 100644 addons/profile_tools/i18n/gl.po delete mode 100644 addons/profile_tools/i18n/hr.po delete mode 100644 addons/profile_tools/i18n/hu.po delete mode 100644 addons/profile_tools/i18n/it.po delete mode 100644 addons/profile_tools/i18n/mn.po delete mode 100644 addons/profile_tools/i18n/nl.po delete mode 100644 addons/profile_tools/i18n/profile_tools.pot delete mode 100644 addons/profile_tools/i18n/pt.po delete mode 100644 addons/profile_tools/i18n/pt_BR.po delete mode 100644 addons/profile_tools/i18n/ro.po delete mode 100644 addons/profile_tools/i18n/ru.po delete mode 100644 addons/profile_tools/i18n/tr.po delete mode 100644 addons/profile_tools/i18n/zh_CN.po delete mode 100644 addons/profile_tools/security/ir.model.access.csv delete mode 100644 addons/profile_tools/static/src/img/icon.png diff --git a/addons/base_tools/LICENSE b/addons/base_tools/LICENSE deleted file mode 100644 index 27a1a4cf453..00000000000 --- a/addons/base_tools/LICENSE +++ /dev/null @@ -1,15 +0,0 @@ -OpenERP, Open Source Management Solution -Copyright © 2010 OpenERP SA (). - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU Affero General Public License as -published by the Free Software Foundation, either version 3 of the -License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Affero General Public License for more details. - -You should have received a copy of the GNU Affero General Public Lice -along with this program. If not, see . diff --git a/addons/base_tools/__init__.py b/addons/base_tools/__init__.py deleted file mode 100644 index 4c241b72be9..00000000000 --- a/addons/base_tools/__init__.py +++ /dev/null @@ -1,3 +0,0 @@ -# Debian packaging removes blank files, so this comment is added. - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_tools/__openerp__.py b/addons/base_tools/__openerp__.py deleted file mode 100644 index 71f6cbe549c..00000000000 --- a/addons/base_tools/__openerp__.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- encoding: utf-8 -*- -{ - 'name': 'Base Tools', - 'author': 'OpenERP SA', - 'version': '1.0', - 'depends': ['base'], - 'category' : 'Hidden/Dependency', - 'description': """ -Common base for tools modules. -============================== - -Creates menu link for Tools from where tools like survey, lunch, idea are accessible if installed. - """, - 'data': ['tools_view.xml'], - 'installable': True, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_tools/i18n/ar.po b/addons/base_tools/i18n/ar.po deleted file mode 100644 index 389ac1af356..00000000000 --- a/addons/base_tools/i18n/ar.po +++ /dev/null @@ -1,32 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-08-23 01:58+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "قاعدة أساسية لأدوات البرامج" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/base_tools.pot b/addons/base_tools/i18n/base_tools.pot deleted file mode 100644 index f2b6a6b0d6b..00000000000 --- a/addons/base_tools/i18n/base_tools.pot +++ /dev/null @@ -1,28 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_tools -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0.0-rc2\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14:58+0000\n" -"PO-Revision-Date: 2011-01-11 11:14:58+0000\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: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "\n" -" " -msgstr "" - diff --git a/addons/base_tools/i18n/bg.po b/addons/base_tools/i18n/bg.po deleted file mode 100644 index 9e1b0730048..00000000000 --- a/addons/base_tools/i18n/bg.po +++ /dev/null @@ -1,32 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-18 09:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Обща база за модули на Инструменти" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ca.po b/addons/base_tools/i18n/ca.po deleted file mode 100644 index c33a3b15baf..00000000000 --- a/addons/base_tools/i18n/ca.po +++ /dev/null @@ -1,32 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-13 17:59+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comú per a mòduls eines" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/cs.po b/addons/base_tools/i18n/cs.po deleted file mode 100644 index 6532862aa11..00000000000 --- a/addons/base_tools/i18n/cs.po +++ /dev/null @@ -1,32 +0,0 @@ -# Czech translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-04-06 06:17+0000\n" -"Last-Translator: Jiří Hajda \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Obecný základ pro nástrojové moduly" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/da.po b/addons/base_tools/i18n/da.po deleted file mode 100644 index 4df777264fc..00000000000 --- a/addons/base_tools/i18n/da.po +++ /dev/null @@ -1,32 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-08 10:44+0000\n" -"Last-Translator: OpenERP Danmark / Mikhael Saxtorph \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Fælles grundlag for værktøjsmoduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/de.po b/addons/base_tools/i18n/de.po deleted file mode 100644 index 561df06caea..00000000000 --- a/addons/base_tools/i18n/de.po +++ /dev/null @@ -1,32 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemeinsame Basis für Module \"Tools\"" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/en_GB.po b/addons/base_tools/i18n/en_GB.po deleted file mode 100644 index ca667bccf59..00000000000 --- a/addons/base_tools/i18n/en_GB.po +++ /dev/null @@ -1,32 +0,0 @@ -# English (United Kingdom) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-08-25 11:52+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Common base for tools modules" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es.po b/addons/base_tools/i18n/es.po deleted file mode 100644 index 7c471df9a20..00000000000 --- a/addons/base_tools/i18n/es.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_AR.po b/addons/base_tools/i18n/es_AR.po deleted file mode 100644 index 6faff2c306f..00000000000 --- a/addons/base_tools/i18n/es_AR.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Argentina) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-06-18 18:37+0000\n" -"Last-Translator: Eduardo Alberto Calvo \n" -"Language-Team: Spanish (Argentina) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_CL.po b/addons/base_tools/i18n/es_CL.po deleted file mode 100644 index 768d7cc1b4f..00000000000 --- a/addons/base_tools/i18n/es_CL.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Chile) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-10-03 16:53+0000\n" -"Last-Translator: David Acevedo Toledo \n" -"Language-Team: Spanish (Chile) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos de herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_CR.po b/addons/base_tools/i18n/es_CR.po deleted file mode 100644 index b31b7457c7d..00000000000 --- a/addons/base_tools/i18n/es_CR.po +++ /dev/null @@ -1,34 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-02-13 19:12+0000\n" -"Last-Translator: Carlos Vásquez (CLEARCORP) " -"\n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_EC.po b/addons/base_tools/i18n/es_EC.po deleted file mode 100644 index 1950ab6fd43..00000000000 --- a/addons/base_tools/i18n/es_EC.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Ecuador) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-24 04:09+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_MX.po b/addons/base_tools/i18n/es_MX.po deleted file mode 100644 index fdf326b3f0e..00000000000 --- a/addons/base_tools/i18n/es_MX.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:58+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_PY.po b/addons/base_tools/i18n/es_PY.po deleted file mode 100644 index 19ec2feae6d..00000000000 --- a/addons/base_tools/i18n/es_PY.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-18 12:37+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/es_VE.po b/addons/base_tools/i18n/es_VE.po deleted file mode 100644 index fdf326b3f0e..00000000000 --- a/addons/base_tools/i18n/es_VE.po +++ /dev/null @@ -1,32 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:58+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos herramientas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fa.po b/addons/base_tools/i18n/fa.po deleted file mode 100644 index bd4b2dbd4b4..00000000000 --- a/addons/base_tools/i18n/fa.po +++ /dev/null @@ -1,32 +0,0 @@ -# Persian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-19 09:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "پایه‌ی معمول برای ماژول‌های ابزار" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fi.po b/addons/base_tools/i18n/fi.po deleted file mode 100644 index 5810f7ad137..00000000000 --- a/addons/base_tools/i18n/fi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Yhteinen pohja työkalumoduleille" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/fr.po b/addons/base_tools/i18n/fr.po deleted file mode 100644 index e3d4169def0..00000000000 --- a/addons/base_tools/i18n/fr.po +++ /dev/null @@ -1,32 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base commune pour les modules utilitaires" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/gl.po b/addons/base_tools/i18n/gl.po deleted file mode 100644 index a2d1a0bb5cb..00000000000 --- a/addons/base_tools/i18n/gl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base común para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/gu.po b/addons/base_tools/i18n/gu.po deleted file mode 100644 index 030e21f85c1..00000000000 --- a/addons/base_tools/i18n/gu.po +++ /dev/null @@ -1,32 +0,0 @@ -# Gujarati translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-04-23 06:10+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Gujarati \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/hi.po b/addons/base_tools/i18n/hi.po deleted file mode 100644 index 086dac411a7..00000000000 --- a/addons/base_tools/i18n/hi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Hindi translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hindi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "उपकरण मॉड्यूल के लिए सामान्य आधार" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/hr.po b/addons/base_tools/i18n/hr.po deleted file mode 100644 index f71d831e5bf..00000000000 --- a/addons/base_tools/i18n/hr.po +++ /dev/null @@ -1,32 +0,0 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-19 11:40+0000\n" -"Last-Translator: Tomislav Bosnjakovic \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Zajednička osnova za alatne module" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/id.po b/addons/base_tools/i18n/id.po deleted file mode 100644 index eaf8e04fec6..00000000000 --- a/addons/base_tools/i18n/id.po +++ /dev/null @@ -1,32 +0,0 @@ -# Indonesian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Indonesian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Dasar umum untuk modul alat" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/it.po b/addons/base_tools/i18n/it.po deleted file mode 100644 index 43a848cf05e..00000000000 --- a/addons/base_tools/i18n/it.po +++ /dev/null @@ -1,32 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comune per moduli di strumenti" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ja.po b/addons/base_tools/i18n/ja.po deleted file mode 100644 index eb5c3ff6744..00000000000 --- a/addons/base_tools/i18n/ja.po +++ /dev/null @@ -1,32 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-31 18:52+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "ツールモジュールの共通基盤" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/lt.po b/addons/base_tools/i18n/lt.po deleted file mode 100644 index 005bf36218f..00000000000 --- a/addons/base_tools/i18n/lt.po +++ /dev/null @@ -1,30 +0,0 @@ -# Lithuanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-08-28 13:53+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-29 05:05+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" diff --git a/addons/base_tools/i18n/mn.po b/addons/base_tools/i18n/mn.po deleted file mode 100644 index 424ac4fd9e0..00000000000 --- a/addons/base_tools/i18n/mn.po +++ /dev/null @@ -1,32 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-07-08 19:30+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Багажийн модулиудын ерөнхий суурь" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nb.po b/addons/base_tools/i18n/nb.po deleted file mode 100644 index dcc674f3bdc..00000000000 --- a/addons/base_tools/i18n/nb.po +++ /dev/null @@ -1,32 +0,0 @@ -# Norwegian Bokmal translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Felles base for verktøy moduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nl.po b/addons/base_tools/i18n/nl.po deleted file mode 100644 index 68ed91cdf4d..00000000000 --- a/addons/base_tools/i18n/nl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-16 11:39+0000\n" -"Last-Translator: Douwe Wullink (Dypalio) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Algemene basis voor tools modules" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/nl_BE.po b/addons/base_tools/i18n/nl_BE.po deleted file mode 100644 index 2a3bc54a552..00000000000 --- a/addons/base_tools/i18n/nl_BE.po +++ /dev/null @@ -1,32 +0,0 @@ -# Dutch (Belgium) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-03-01 17:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Belgium) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemeenschappelijke basis voor hulpmiddelen" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/oc.po b/addons/base_tools/i18n/oc.po deleted file mode 100644 index f0e14cd807a..00000000000 --- a/addons/base_tools/i18n/oc.po +++ /dev/null @@ -1,32 +0,0 @@ -# Occitan (post 1500) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-20 09:19+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Occitan (post 1500) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Basa comuna pels moduls utilitaris" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/pt.po b/addons/base_tools/i18n/pt.po deleted file mode 100644 index 586829bedbd..00000000000 --- a/addons/base_tools/i18n/pt.po +++ /dev/null @@ -1,32 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-12-10 12:08+0000\n" -"Last-Translator: Paulino Ascenção \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base comum para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/pt_BR.po b/addons/base_tools/i18n/pt_BR.po deleted file mode 100644 index 10f8adab288..00000000000 --- a/addons/base_tools/i18n/pt_BR.po +++ /dev/null @@ -1,32 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-16 22:10+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Base Comum para módulos de ferramentas" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ro.po b/addons/base_tools/i18n/ro.po deleted file mode 100644 index 63550f7e0ba..00000000000 --- a/addons/base_tools/i18n/ro.po +++ /dev/null @@ -1,32 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2012-01-03 16:01+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Baza comuna pentru modulele unelte" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/ru.po b/addons/base_tools/i18n/ru.po deleted file mode 100644 index d55368d88d3..00000000000 --- a/addons/base_tools/i18n/ru.po +++ /dev/null @@ -1,32 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-09 15:57+0000\n" -"Last-Translator: Stanislav Hanzhin \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Общая основа для всех модулей-инструментов" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sk.po b/addons/base_tools/i18n/sk.po deleted file mode 100644 index a9c02244046..00000000000 --- a/addons/base_tools/i18n/sk.po +++ /dev/null @@ -1,32 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-21 08:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Spoločný základ pre nástroje modulov" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sl.po b/addons/base_tools/i18n/sl.po deleted file mode 100644 index 175c84db73c..00000000000 --- a/addons/base_tools/i18n/sl.po +++ /dev/null @@ -1,32 +0,0 @@ -# Slovenian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-05-22 17:15+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Skupna osnova za module orodij" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/sq.po b/addons/base_tools/i18n/sq.po deleted file mode 100644 index a488bda45f6..00000000000 --- a/addons/base_tools/i18n/sq.po +++ /dev/null @@ -1,30 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-28 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" diff --git a/addons/base_tools/i18n/sr@latin.po b/addons/base_tools/i18n/sr@latin.po deleted file mode 100644 index 883e6e01ab5..00000000000 --- a/addons/base_tools/i18n/sr@latin.po +++ /dev/null @@ -1,32 +0,0 @@ -# Serbian Latin translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-10-06 13:41+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian Latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Uobičajena osnova za alatne module" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"modul: base_tools\n" -" " diff --git a/addons/base_tools/i18n/sv.po b/addons/base_tools/i18n/sv.po deleted file mode 100644 index 232a15703f3..00000000000 --- a/addons/base_tools/i18n/sv.po +++ /dev/null @@ -1,32 +0,0 @@ -# Swedish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-11-10 15:12+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Gemensam bas för verktygsmoduler" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/tr.po b/addons/base_tools/i18n/tr.po deleted file mode 100644 index 5d961a40efd..00000000000 --- a/addons/base_tools/i18n/tr.po +++ /dev/null @@ -1,32 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-02-15 15:36+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Araçlar modülleri için ortak taban" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/vi.po b/addons/base_tools/i18n/vi.po deleted file mode 100644 index bf971d02d5a..00000000000 --- a/addons/base_tools/i18n/vi.po +++ /dev/null @@ -1,32 +0,0 @@ -# Vietnamese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-05-04 18:47+0000\n" -"Last-Translator: OpenBMS JSC \n" -"Language-Team: Vietnamese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "Cơ sở chung cho mô-đun công cụ" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/zh_CN.po b/addons/base_tools/i18n/zh_CN.po deleted file mode 100644 index b663347552d..00000000000 --- a/addons/base_tools/i18n/zh_CN.po +++ /dev/null @@ -1,32 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-06-29 01:21+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "常见的基础工具模块" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/i18n/zh_TW.po b/addons/base_tools/i18n/zh_TW.po deleted file mode 100644 index 7fc27772692..00000000000 --- a/addons/base_tools/i18n/zh_TW.po +++ /dev/null @@ -1,32 +0,0 @@ -# Chinese (Traditional) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-09-27 14:45+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:41+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_tools -#: model:ir.module.module,shortdesc:base_tools.module_meta_information -msgid "Common base for tools modules" -msgstr "工具模組共同基礎" - -#. module: base_tools -#: model:ir.module.module,description:base_tools.module_meta_information -msgid "" -"\n" -" " -msgstr "" -"\n" -" " diff --git a/addons/base_tools/tools_view.xml b/addons/base_tools/tools_view.xml deleted file mode 100644 index fbe0e16e31a..00000000000 --- a/addons/base_tools/tools_view.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - diff --git a/addons/idea/__openerp__.py b/addons/idea/__openerp__.py index 3c7a3fca1b0..8f32e1e91c4 100644 --- a/addons/idea/__openerp__.py +++ b/addons/idea/__openerp__.py @@ -35,7 +35,7 @@ The managers can obtain an easy view of best ideas from all the users. Once installed, check the menu 'Ideas' in the 'Tools' main menu.""", 'author': 'OpenERP SA', 'website': 'http://openerp.com', - 'depends': ['base_tools','mail'], + 'depends': ['mail'], 'data': [ 'security/idea_security.xml', 'security/ir.model.access.csv', diff --git a/addons/idea/idea_view.xml b/addons/idea/idea_view.xml index 1b7cc5446b8..8547761b4c3 100644 --- a/addons/idea/idea_view.xml +++ b/addons/idea/idea_view.xml @@ -1,6 +1,8 @@ + + idea.category.search diff --git a/addons/lunch/__openerp__.py b/addons/lunch/__openerp__.py index f3791da7acd..0feb1af4184 100644 --- a/addons/lunch/__openerp__.py +++ b/addons/lunch/__openerp__.py @@ -23,7 +23,7 @@ 'name': 'Lunch Orders', 'author': 'OpenERP SA', 'version': '0.1', - 'depends': ['base_tools'], + 'depends': [], 'category' : 'Tools', 'description': """ The base module to manage lunch. diff --git a/addons/lunch/lunch_view.xml b/addons/lunch/lunch_view.xml index bf438a538f9..b560ada323c 100644 --- a/addons/lunch/lunch_view.xml +++ b/addons/lunch/lunch_view.xml @@ -1,6 +1,9 @@ + + + diff --git a/addons/mail/__openerp__.py b/addons/mail/__openerp__.py index 5a3c48de675..4e42b74597e 100644 --- a/addons/mail/__openerp__.py +++ b/addons/mail/__openerp__.py @@ -45,7 +45,7 @@ Main Features """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', - 'depends': ['base', 'base_tools', 'base_setup'], + 'depends': ['base', 'base_setup'], 'data': [ 'wizard/invite_view.xml', 'wizard/mail_compose_message_view.xml', diff --git a/addons/note/__openerp__.py b/addons/note/__openerp__.py index 2c6134e5e3a..c91d324e6d8 100644 --- a/addons/note/__openerp__.py +++ b/addons/note/__openerp__.py @@ -39,7 +39,6 @@ Notes can be found in the 'Home' menu. 'website': 'http://openerp.com', 'summary': 'Sticky notes, Collaborative, Memos', 'depends': [ - 'base_tools', 'mail', ], 'data': [ diff --git a/addons/note_pad/__openerp__.py b/addons/note_pad/__openerp__.py index 1a40ef80cc6..e1d4b96e3c6 100644 --- a/addons/note_pad/__openerp__.py +++ b/addons/note_pad/__openerp__.py @@ -34,7 +34,6 @@ Use for update your text memo in real time with the following user that you invi 'website': 'http://openerp.com', 'summary': 'Sticky memos, Collaborative', 'depends': [ - 'base_tools', 'mail', 'pad', 'note', diff --git a/addons/profile_tools/__init__.py b/addons/profile_tools/__init__.py deleted file mode 100644 index 9a3d6d2fbb6..00000000000 --- a/addons/profile_tools/__init__.py +++ /dev/null @@ -1,23 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/profile_tools/__openerp__.py b/addons/profile_tools/__openerp__.py deleted file mode 100644 index 17588a4de02..00000000000 --- a/addons/profile_tools/__openerp__.py +++ /dev/null @@ -1,43 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name' : 'Miscellaneous Tools', - 'version' : '1.0', - 'depends' : ['base', 'base_setup'], - 'author' : 'OpenERP SA', - 'category' : 'Hidden/Dependency', - 'description': """ -Installer for extra Hidden like lunch, survey, idea, share. -=========================================================== - -Makes the Extra Hidden Configuration available from where you can install -modules like share, lunch, pad, idea, survey and subscription. - """, - 'website': 'http://www.openerp.com', - 'data': [], - 'demo': [], - 'installable': True, - 'auto_install': False, - 'images': ['images/config_extra_Hidden.jpeg'], -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/profile_tools/i18n/ar.po b/addons/profile_tools/i18n/ar.po deleted file mode 100644 index 04cf1da095a..00000000000 --- a/addons/profile_tools/i18n/ar.po +++ /dev/null @@ -1,30 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-12 22:03+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "تهيئة" - -#~ msgid "Configuration Progress" -#~ msgstr "سير الإعدادات" - -#~ msgid "Image" -#~ msgstr "صورة" - -#~ msgid "title" -#~ msgstr "الاسم" diff --git a/addons/profile_tools/i18n/bg.po b/addons/profile_tools/i18n/bg.po deleted file mode 100644 index e0399c7adf0..00000000000 --- a/addons/profile_tools/i18n/bg.po +++ /dev/null @@ -1,65 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-03-28 21:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Настройване" - -#~ msgid "Configuration Progress" -#~ msgstr "Прогрес на настройките" - -#~ msgid "Survey" -#~ msgstr "Проучване" - -#~ msgid "Image" -#~ msgstr "Изображение" - -#~ msgid "title" -#~ msgstr "заглавие" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Разни инструменти" - -#~ msgid "Recurring Documents" -#~ msgstr "Повтарящи се документи" - -#~ msgid "Ideas Box" -#~ msgstr "Кутия с идеи" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Настройка на допълнителни инструменти" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Помага за генериране на автоматично повтарящи се документи" - -#~ msgid "Tools Configuration" -#~ msgstr "Настройка на инструменти" - -#~ msgid "Lunch" -#~ msgstr "Обяд" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Промотиране идеите на служителите, гласуванията и дискусиите по най-добрите " -#~ "идеи." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Помага за организиране на проучванията." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Прост модул за спмагане управлението на поръчките за обяд." diff --git a/addons/profile_tools/i18n/ca.po b/addons/profile_tools/i18n/ca.po deleted file mode 100644 index 4cfe71909e0..00000000000 --- a/addons/profile_tools/i18n/ca.po +++ /dev/null @@ -1,114 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-02-12 20:58+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configura" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Eines vàries" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instal·la eines per a menjar, enquesta, subscripció i auditoria\n" -#~ " mòdul\n" -#~ " " - -#~ msgid "Recurring Documents" -#~ msgstr "Documents recurrents" - -#~ msgid "misc_tools.installer" -#~ msgstr "eines_vàries.instal·lador" - -#~ msgid "Configuration Progress" -#~ msgstr "Progrés de la configuració" - -#~ msgid "Ideas Box" -#~ msgstr "Caixa d'idees" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notes col·laboratius" - -#~ msgid "Survey" -#~ msgstr "Enquesta" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuració d'eines extres" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuració d'eines extres" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ajuda a generar documents recurrents automàticament." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuració d'eines" - -#~ msgid "Image" -#~ msgstr "Imatge" - -#~ msgid "Web Share" -#~ msgstr "Comparteix Web" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promou les idees dels treballadors, la votació i el debat de les millors " -#~ "idees." - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Us permet donar accés restringit als documents OpenERP a usuaris externs, " -#~ "com a clients, proveïdors, o comptables. Podeu compartir qualsevol menú " -#~ "OpenERP com les tasques del projecte, les sol·licituds de suport, factures, " -#~ "etc" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Us permet organitzar enquestes." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Les eines extra són aplicacions que us poden ajudar a millorar la vostra " -#~ "organització encara que no són claus per a la gestió de l'empresa." - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Aquest mòdul crea una integració més estreta entre una instància Pad " -#~ "seleccionada i el vostre client web d'OpenERP que us permet enllaçar " -#~ "fàcilment pads als objectes d'OpenERP a través de fitxers adjunts OpenERP." - -#~ msgid "title" -#~ msgstr "títol" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un mòdul simple que us permet gestionar les ordres de menjar (pizzes, menús, " -#~ "...)." - -#~ msgid "Lunch" -#~ msgstr "Menjar" diff --git a/addons/profile_tools/i18n/da.po b/addons/profile_tools/i18n/da.po deleted file mode 100644 index f297208d493..00000000000 --- a/addons/profile_tools/i18n/da.po +++ /dev/null @@ -1,20 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-27 06:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - - diff --git a/addons/profile_tools/i18n/de.po b/addons/profile_tools/i18n/de.po deleted file mode 100644 index 11421e73a19..00000000000 --- a/addons/profile_tools/i18n/de.po +++ /dev/null @@ -1,112 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 18:24+0000\n" -"Last-Translator: silas \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Betriebliche Vorschläge" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "Abstimmung über Mitarbeitervorschläge" - -#~ msgid "Configuration Progress" -#~ msgstr "Abfolge Konfiguration" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Hilft bei der Erstellung autom. wiederkehrender Dokumente" - -#~ msgid "Lunch" -#~ msgstr "Mittagessen" - -#~ msgid "Tools Configuration" -#~ msgstr "Konfiguration Werkzeuge" - -#~ msgid "Image" -#~ msgstr "Bild" - -#~ msgid "Recurring Documents" -#~ msgstr "Wiederkehrende Dokumente" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Ermöglicht Umfragen." - -#~ msgid "Survey" -#~ msgstr "Umfrage" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Sonstige Werkzeuge" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installationstool für die Module lunch, \n" -#~ " survey,subscription and audittrail\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Ermöglicht die Erteilung eines eingeschränkten Zugriff auf OpenERP " -#~ "Dokumente, z.B. für externe Benutzer, Kunden, Lieferanten oder " -#~ "Finanzbuchhalter. Sie können jegliches OpenERP Menü, wie z.B. Aufgaben, " -#~ "Kundendienst, Rechnungen etc. freigeben" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Dieses Modul erzeugt eine Integration zwischen einer Etherpad Instanz Ihrer " -#~ "Wahl und dem OpenERP Webclient. Hierdurch können Sie auf einfachem Wege Pads " -#~ "miteinander vernetzen." - -#~ msgid "Web Share" -#~ msgstr "Gemeinsames Web" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Konfiguration Extra Anwendungen" - -#~ msgid "Configure" -#~ msgstr "Konfigurieren" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Konfiguration Extra Anwendungen" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Eine einfache Anwendung für die Verwaltung der täglichen " -#~ "Mitarbeiterverpflegung." - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "title" -#~ msgstr "Titel" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra Werkzeuge sind kleinere, möglicherweise hilfreiche Anwendungen für Ihr " -#~ "Unternehmen. Es handelt sich dabei nicht um Kernanwendungen von OpenERP." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Online Notizblock - Pad" diff --git a/addons/profile_tools/i18n/es.po b/addons/profile_tools/i18n/es.po deleted file mode 100644 index 2e6b5d45b8d..00000000000 --- a/addons/profile_tools/i18n/es.po +++ /dev/null @@ -1,113 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Caja de ideas" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promueve las ideas de los empleados, y la votación y el debate de las " -#~ "mejores ideas." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de herramientas" - -#~ msgid "Lunch" -#~ msgstr "Comida" - -#~ msgid "Image" -#~ msgstr "Imagen" - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recurrentes" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Survey" -#~ msgstr "Encuesta" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Herramientas varias" - -#~ msgid "misc_tools.installer" -#~ msgstr "herramientas_varias.instalador" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "En este módulo crea una integración más estrecha entre una instancia Pad " -#~ "seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -#~ "pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Le permite organizar encuestas." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -#~ "organización aunque no son claves para la gestión de la compañía." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala herramientas para comida, encuesta, suscripción y auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Le permite dar acceso restringido a los documentos OpenERP a usuarios " -#~ "externos, como clientes, proveedores, o contables. Puede compartir cualquier " -#~ "menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -#~ "facturas, etc." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso de la configuración" diff --git a/addons/profile_tools/i18n/es_CR.po b/addons/profile_tools/i18n/es_CR.po deleted file mode 100644 index ef77d888c44..00000000000 --- a/addons/profile_tools/i18n/es_CR.po +++ /dev/null @@ -1,115 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-02-17 00:27+0000\n" -"Last-Translator: Carlos Vásquez (CLEARCORP) " -"\n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#~ msgid "Ideas Box" -#~ msgstr "Caja de ideas" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promueve las ideas de los empleados, y la votación y el debate de las " -#~ "mejores ideas." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de herramientas" - -#~ msgid "Lunch" -#~ msgstr "Comida" - -#~ msgid "Image" -#~ msgstr "Imagen" - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recurrentes" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Survey" -#~ msgstr "Encuesta" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Herramientas varias" - -#~ msgid "misc_tools.installer" -#~ msgstr "herramientas_varias.instalador" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "En este módulo crea una integración más estrecha entre una instancia Pad " -#~ "seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -#~ "pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de herramientas extras" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Le permite organizar encuestas." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -#~ "organización aunque no son claves para la gestión de la compañía." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala herramientas para comida, encuesta, suscripción y auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Le permite dar acceso restringido a los documentos OpenERP a usuarios " -#~ "externos, como clientes, proveedores, o contables. Puede compartir cualquier " -#~ "menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -#~ "facturas, etc." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso de la configuración" diff --git a/addons/profile_tools/i18n/es_MX.po b/addons/profile_tools/i18n/es_MX.po deleted file mode 100644 index ec495f0d96e..00000000000 --- a/addons/profile_tools/i18n/es_MX.po +++ /dev/null @@ -1,159 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:56+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: profile_tools -#: help:misc_tools.installer,idea:0 -msgid "Promote ideas of the employees, votes and discussion on best ideas." -msgstr "" -"Promueve las ideas de los empleados, y la votación y el debate de las " -"mejores ideas." - -#. module: profile_tools -#: help:misc_tools.installer,share:0 -msgid "" -"Allows you to give restricted access to your OpenERP documents to external " -"users, such as customers, suppliers, or accountants. You can share any " -"OpenERP Menu such as your project tasks, support requests, invoices, etc." -msgstr "" -"Le permite dar acceso restringido a los documentos OpenERP a usuarios " -"externos, como clientes, proveedores, o contables. Puede compartir cualquier " -"menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -"facturas, etc." - -#. module: profile_tools -#: help:misc_tools.installer,lunch:0 -msgid "A simple module to help you to manage Lunch orders." -msgstr "" -"Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -"menús, ...)." - -#. module: profile_tools -#: field:misc_tools.installer,subscription:0 -msgid "Recurring Documents" -msgstr "Documentos recurrentes" - -#. module: profile_tools -#: model:ir.model,name:profile_tools.model_misc_tools_installer -msgid "misc_tools.installer" -msgstr "herramientas_varias.instalador" - -#. module: profile_tools -#: model:ir.module.module,description:profile_tools.module_meta_information -msgid "" -"Installs tools for lunch,survey,subscription and audittrail\n" -" module\n" -" " -msgstr "" -"Instala herramientas para comida, encuesta, suscripción y auditoría\n" -" " - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "" -"Extra Tools are applications that can help you improve your organization " -"although they are not key for company management." -msgstr "" -"Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -"organización aunque no son claves para la gestión de la compañía." - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure" -msgstr "Configurar" - -#. module: profile_tools -#: help:misc_tools.installer,survey:0 -msgid "Allows you to organize surveys." -msgstr "Le permite organizar encuestas." - -#. module: profile_tools -#: model:ir.module.module,shortdesc:profile_tools.module_meta_information -msgid "Miscellaneous Tools" -msgstr "Herramientas varias" - -#. module: profile_tools -#: help:misc_tools.installer,pad:0 -msgid "" -"This module creates a tighter integration between a Pad instance of your " -"choosing and your OpenERP Web Client by letting you easily link pads to " -"OpenERP objects via OpenERP attachments." -msgstr "" -"En este módulo crea una integración más estrecha entre una instancia Pad " -"seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -"pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#. module: profile_tools -#: field:misc_tools.installer,lunch:0 -msgid "Lunch" -msgstr "Comida" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Extra Tools Configuration" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,idea:0 -msgid "Ideas Box" -msgstr "Caja de ideas" - -#. module: profile_tools -#: help:misc_tools.installer,subscription:0 -msgid "Helps to generate automatically recurring documents." -msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#. module: profile_tools -#: model:ir.actions.act_window,name:profile_tools.action_misc_tools_installer -msgid "Tools Configuration" -msgstr "Configuración de herramientas" - -#. module: profile_tools -#: field:misc_tools.installer,pad:0 -msgid "Collaborative Note Pads" -msgstr "Blocs de notas colaborativos" - -#. module: profile_tools -#: field:misc_tools.installer,survey:0 -msgid "Survey" -msgstr "Encuesta" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure Extra Tools" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,progress:0 -msgid "Configuration Progress" -msgstr "Progreso de la configuración" - -#. module: profile_tools -#: field:misc_tools.installer,config_logo:0 -msgid "Image" -msgstr "Imagen" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "title" -msgstr "título" - -#. module: profile_tools -#: field:misc_tools.installer,share:0 -msgid "Web Share" -msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/es_VE.po b/addons/profile_tools/i18n/es_VE.po deleted file mode 100644 index ec495f0d96e..00000000000 --- a/addons/profile_tools/i18n/es_VE.po +++ /dev/null @@ -1,159 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-13 19:37+0000\n" -"Last-Translator: Borja López Soilán (NeoPolus) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:56+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: profile_tools -#: help:misc_tools.installer,idea:0 -msgid "Promote ideas of the employees, votes and discussion on best ideas." -msgstr "" -"Promueve las ideas de los empleados, y la votación y el debate de las " -"mejores ideas." - -#. module: profile_tools -#: help:misc_tools.installer,share:0 -msgid "" -"Allows you to give restricted access to your OpenERP documents to external " -"users, such as customers, suppliers, or accountants. You can share any " -"OpenERP Menu such as your project tasks, support requests, invoices, etc." -msgstr "" -"Le permite dar acceso restringido a los documentos OpenERP a usuarios " -"externos, como clientes, proveedores, o contables. Puede compartir cualquier " -"menú de OpenERP como las tareas del proyecto, las solicitudes de soporte, " -"facturas, etc." - -#. module: profile_tools -#: help:misc_tools.installer,lunch:0 -msgid "A simple module to help you to manage Lunch orders." -msgstr "" -"Un módulo simple que le permite gestionar las órdenes de comida (pizzas, " -"menús, ...)." - -#. module: profile_tools -#: field:misc_tools.installer,subscription:0 -msgid "Recurring Documents" -msgstr "Documentos recurrentes" - -#. module: profile_tools -#: model:ir.model,name:profile_tools.model_misc_tools_installer -msgid "misc_tools.installer" -msgstr "herramientas_varias.instalador" - -#. module: profile_tools -#: model:ir.module.module,description:profile_tools.module_meta_information -msgid "" -"Installs tools for lunch,survey,subscription and audittrail\n" -" module\n" -" " -msgstr "" -"Instala herramientas para comida, encuesta, suscripción y auditoría\n" -" " - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "" -"Extra Tools are applications that can help you improve your organization " -"although they are not key for company management." -msgstr "" -"Las herramientas extra son aplicaciones que pueden ayudarle a mejorar su " -"organización aunque no son claves para la gestión de la compañía." - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure" -msgstr "Configurar" - -#. module: profile_tools -#: help:misc_tools.installer,survey:0 -msgid "Allows you to organize surveys." -msgstr "Le permite organizar encuestas." - -#. module: profile_tools -#: model:ir.module.module,shortdesc:profile_tools.module_meta_information -msgid "Miscellaneous Tools" -msgstr "Herramientas varias" - -#. module: profile_tools -#: help:misc_tools.installer,pad:0 -msgid "" -"This module creates a tighter integration between a Pad instance of your " -"choosing and your OpenERP Web Client by letting you easily link pads to " -"OpenERP objects via OpenERP attachments." -msgstr "" -"En este módulo crea una integración más estrecha entre una instancia Pad " -"seleccionada y su cliente web de OpenERP que le permite enlazar fácilmente " -"pads a los objetos de OpenERP a través de archivos adjuntos OpenERP." - -#. module: profile_tools -#: field:misc_tools.installer,lunch:0 -msgid "Lunch" -msgstr "Comida" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Extra Tools Configuration" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,idea:0 -msgid "Ideas Box" -msgstr "Caja de ideas" - -#. module: profile_tools -#: help:misc_tools.installer,subscription:0 -msgid "Helps to generate automatically recurring documents." -msgstr "Ayuda a generar documentos recurrentes automáticamente." - -#. module: profile_tools -#: model:ir.actions.act_window,name:profile_tools.action_misc_tools_installer -msgid "Tools Configuration" -msgstr "Configuración de herramientas" - -#. module: profile_tools -#: field:misc_tools.installer,pad:0 -msgid "Collaborative Note Pads" -msgstr "Blocs de notas colaborativos" - -#. module: profile_tools -#: field:misc_tools.installer,survey:0 -msgid "Survey" -msgstr "Encuesta" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "Configure Extra Tools" -msgstr "Configuración de herramientas extras" - -#. module: profile_tools -#: field:misc_tools.installer,progress:0 -msgid "Configuration Progress" -msgstr "Progreso de la configuración" - -#. module: profile_tools -#: field:misc_tools.installer,config_logo:0 -msgid "Image" -msgstr "Imagen" - -#. module: profile_tools -#: view:misc_tools.installer:0 -msgid "title" -msgstr "título" - -#. module: profile_tools -#: field:misc_tools.installer,share:0 -msgid "Web Share" -msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/fi.po b/addons/profile_tools/i18n/fi.po deleted file mode 100644 index 9f78c8ea9c0..00000000000 --- a/addons/profile_tools/i18n/fi.po +++ /dev/null @@ -1,73 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-06-22 09:37+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Sekalaiset työkalut" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "yksinkertainen moduuli lounastilausten hallintaan." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Mahdollistaa kyselyjen organisoinnin." - -#~ msgid "Configure" -#~ msgstr "Konfiguroi" - -#~ msgid "Configuration Progress" -#~ msgstr "Konfiguraation eteneminen" - -#~ msgid "Ideas Box" -#~ msgstr "Idealaatikkoa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Ylimääräisten työkalujen konfiguaatio" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Konfiguroi ylimääräiset työkalut" - -#~ msgid "Lunch" -#~ msgstr "Lunch" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Auttaa luomaan toistuvia automaattisia dokumentteja." - -#~ msgid "Tools Configuration" -#~ msgstr "Työkalujen konfigurointi" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Yhteiset muistiinpanot" - -#~ msgid "Survey" -#~ msgstr "Kysely" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Edistää työntekijöiden ideoita, äänestystä ja keskustelua parhaista ideoista." - -#~ msgid "Image" -#~ msgstr "Kuva" - -#~ msgid "Recurring Documents" -#~ msgstr "Toistuvat dokumentit" - -#~ msgid "title" -#~ msgstr "otsikko" - -#~ msgid "Web Share" -#~ msgstr "Nettijako" diff --git a/addons/profile_tools/i18n/fr.po b/addons/profile_tools/i18n/fr.po deleted file mode 100644 index 5dc1ad90d10..00000000000 --- a/addons/profile_tools/i18n/fr.po +++ /dev/null @@ -1,114 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 14:33+0000\n" -"Last-Translator: Maxime Chambreuil (http://www.savoirfairelinux.com) " -"\n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Ideas Box" -#~ msgstr "Boite à idées" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Vous aide à générer automatiquement vos documents récurrents." - -#~ msgid "Image" -#~ msgstr "Image" - -#~ msgid "Tools Configuration" -#~ msgstr "Configuration des outils" - -#~ msgid "Recurring Documents" -#~ msgstr "Documents récurrents" - -#~ msgid "title" -#~ msgstr "Titre" - -#~ msgid "Configuration Progress" -#~ msgstr "Avancement de la configuration" - -#~ msgid "Survey" -#~ msgstr "Sondage" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Outils divers" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Vous permet d'organiser des sondages" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Encouragez les idées de vos employés, votez et discutez autour des " -#~ "meilleures idées." - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Vous permet de donner des accès restreints sur vos documents OpenERP à des " -#~ "utilisateurs externes, comme des clients, des fournisseurs ou des " -#~ "comptables. Vous pouvez partager n'importe quel menu d'OpenERP comme par " -#~ "exemple vos tâches de projet, vos demandes d'intervention, vos factures, " -#~ "etc..." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Pads collaboratifs" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installe des outils pour les modules de repas, sondage, inscription\n" -#~ " et audit\n" -#~ " " - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuration des outils supplémentaires" - -#~ msgid "Configure" -#~ msgstr "Configurer" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurez les outils supplémentaires" - -#~ msgid "Lunch" -#~ msgstr "Repas" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un module simple pour vous aider à gérer les commandes de repas." - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Ce module crée une plus forte intégration entre une instance de pad de votre " -#~ "choix et votre client Web OpenERP en vous permettant d'associer facilement " -#~ "des pads aux objets OpenERP avec les pièces jointes OpenERP." - -#~ msgid "Web Share" -#~ msgstr "Partage web" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Applications qui peuvent vous aider à améliorer votre organisation même " -#~ "s'ils ne sont pas importants pour la gestion de la société." diff --git a/addons/profile_tools/i18n/gl.po b/addons/profile_tools/i18n/gl.po deleted file mode 100644 index b1962cc639d..00000000000 --- a/addons/profile_tools/i18n/gl.po +++ /dev/null @@ -1,112 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-05-10 14:51+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promove as ideas dos empregados, e a votación e o debate das mellores ideas." - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Ferramentas varias" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instala ferramentas para comida, enquisa, suscrición e auditoría\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Permítelle dar acceso restrinxido ós documentos OpenERP a usuarios externos, " -#~ "como clientes, provedores, ou contables. Pode compartir calquera menú de " -#~ "OpenERP como as tarefas do proxecto, as solicitudes de soporte, facturas, " -#~ "etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permítelle organizar enquisas." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "As ferramentas extra son aplicacións que lle poden axudar a mellorar a súa " -#~ "organización aínda que non son clave para a xestión da compañía." - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos recorrentes" - -#~ msgid "misc_tools.installer" -#~ msgstr "ferramentas_varias.instalador" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "" -#~ "Un módulo simple que lle permite xestionar as ordes de comida (pizzas, " -#~ "menús, ...)." - -#~ msgid "Configuration Progress" -#~ msgstr "Progreso da configuración" - -#~ msgid "Ideas Box" -#~ msgstr "Caixa de ideas" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocs de notas colaborativos" - -#~ msgid "Survey" -#~ msgstr "Enquisa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuración de ferramentas extras" - -#~ msgid "Lunch" -#~ msgstr "Xantar" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Axuda a xerar documentos recorrentes automaticamente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configuración de ferramentas" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configuración de ferramentas extras" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Neste módulo crea unha integración máis estreita entre un exemplo Pad " -#~ "seleccionado e o seu cliente web de OpenERP que lle permite enlazar " -#~ "facilmente pads ós obxectos de OpenERP a través de arquivos adxuntos OpenERP." - -#~ msgid "Image" -#~ msgstr "Imaxe" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Web Share" -#~ msgstr "Compartir Web" diff --git a/addons/profile_tools/i18n/hr.po b/addons/profile_tools/i18n/hr.po deleted file mode 100644 index 07236a02e42..00000000000 --- a/addons/profile_tools/i18n/hr.po +++ /dev/null @@ -1,89 +0,0 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-12-12 10:10+0000\n" -"Last-Translator: Tomislav Bosnjakovic \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Razni alati" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Promoviranje ideja zaposlenika, glasovanje i rasprava o najboljim idejama." - -#~ msgid "Configure" -#~ msgstr "Podešavanje" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Dopušta vam davanje ograničenog pristupa vašim OpenERP dokumentima vanjskim " -#~ "korisnicima, poput kupaca, dobavljača ili računovođe. Možete podjeliti bilo " -#~ "koji OpenERP izbornik poput zadatka projekta, zahtejvi za podrškom, računi, " -#~ "itd." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Dodatni alati su aplikacije koje vam mogu pomoći u poboljšanju organizacije " -#~ "iako nisu ključni za upravljanje društvom." - -#~ msgid "Recurring Documents" -#~ msgstr "Ponavljajući dokumenti" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Napredak konfiguracije" - -#~ msgid "Ideas Box" -#~ msgstr "Kutija za ideje" - -#~ msgid "Survey" -#~ msgstr "Upitnik" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Podešavanje dodatnih alata" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Pomaže u generiranju automatskih ponavljajućih dokumenata" - -#~ msgid "Tools Configuration" -#~ msgstr "Podešavanje alata" - -#~ msgid "Image" -#~ msgstr "Slika" - -#~ msgid "title" -#~ msgstr "naziv" - -#~ msgid "Web Share" -#~ msgstr "Djeljenje na webu" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instaliraj alate za lansiranje, upitnike, pretplatu i audittrail modul\n" -#~ " " - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Omogućuje organiziranje istraživanja" diff --git a/addons/profile_tools/i18n/hu.po b/addons/profile_tools/i18n/hu.po deleted file mode 100644 index bd22908c9ad..00000000000 --- a/addons/profile_tools/i18n/hu.po +++ /dev/null @@ -1,48 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * profile_tools -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-25 08:50+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Beállítás" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Vegyes eszközök" - -#~ msgid "Recurring Documents" -#~ msgstr "Ismétlődő dokumentumok" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Folyamat beállítása" - -#~ msgid "Ideas Box" -#~ msgstr "Ötletdoboz" - -#~ msgid "Survey" -#~ msgstr "Felmérés" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Extra eszközök beállítása" - -#~ msgid "Lunch" -#~ msgstr "Ebéd" - -#~ msgid "Tools Configuration" -#~ msgstr "Eszközök beállítása" diff --git a/addons/profile_tools/i18n/it.po b/addons/profile_tools/i18n/it.po deleted file mode 100644 index 30c6c5fd3ef..00000000000 --- a/addons/profile_tools/i18n/it.po +++ /dev/null @@ -1,70 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-13 23:07+0000\n" -"Last-Translator: Nicola Riolini - Micronaet \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configura" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Strumenti vari" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permette di organizzare sondaggi." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Gli strumenti extra sono applicazioni che possono aiutare a migliorare " -#~ "l'organizzazione, anche se non sono fondamentali per la gestione aziendale." - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un semplice modulo che aiuta nella gestione ordini pasto." - -#~ msgid "Ideas Box" -#~ msgstr "Cassetta idee" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Blocco note collaborativo" - -#~ msgid "Survey" -#~ msgstr "Sondaggio" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configurazione strumenti extra" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configura strumenti extra" - -#~ msgid "Lunch" -#~ msgstr "Pranzo" - -#~ msgid "Tools Configuration" -#~ msgstr "Configurazione strumenti" - -#~ msgid "Image" -#~ msgstr "Immagine" - -#~ msgid "title" -#~ msgstr "titolo" - -#~ msgid "Recurring Documents" -#~ msgstr "Documenti Ricorrenti" diff --git a/addons/profile_tools/i18n/mn.po b/addons/profile_tools/i18n/mn.po deleted file mode 100644 index 768bcdfcde8..00000000000 --- a/addons/profile_tools/i18n/mn.po +++ /dev/null @@ -1,39 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-21 13:52+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Tools Configuration" -#~ msgstr "Тохиргооны Хэрэгслүүд" - -#~ msgid "title" -#~ msgstr "гарчиг" - -#~ msgid "Configuration Progress" -#~ msgstr "Тохиргооны явц" - -#~ msgid "Survey" -#~ msgstr "Санал асуулга" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Төрөл бүрийн Хэрэгслүүд" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Web Share" -#~ msgstr "Web Share" diff --git a/addons/profile_tools/i18n/nl.po b/addons/profile_tools/i18n/nl.po deleted file mode 100644 index c39e843a1ea..00000000000 --- a/addons/profile_tools/i18n/nl.po +++ /dev/null @@ -1,111 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-01-27 16:05+0000\n" -"Last-Translator: Douwe Wullink (Dypalio) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Ideeën van medewerkers bevorderen, stemmen en discussiëren over de beste " -#~ "ideeën." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra tools zijn applicaties die u kunnen helpen uw organisatie te " -#~ "verbeteren al zijn ze niet wezenlijk voor het bedrijfsproces." - -#~ msgid "Configure" -#~ msgstr "Configureren" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Installeert tools voor lunch, enquête, abonnement en audittrail\n" -#~ " module\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Laat u beperkte toegang tot uw OpenERP documenten geven aan externe " -#~ "gebruikers, zoals klanten, leveranciers of accountants. U kunt elk OpenERP " -#~ "menu delen, zoals project taken, incidenten, facturen, etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Laat u enquêtes organiseren." - -#~ msgid "Recurring Documents" -#~ msgstr "Herhalende documenten" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Een eenvoudige module voor het beheer van lunch opdrachten." - -#~ msgid "Configuration Progress" -#~ msgstr "Configuratievoortgang" - -#~ msgid "Ideas Box" -#~ msgstr "Ideënbus" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Gemeenschappelijke notitie pads" - -#~ msgid "Survey" -#~ msgstr "Enquête" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Extra tools configuratie" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Extra tools configureren" - -#~ msgid "Lunch" -#~ msgstr "Lunch" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Helpt bij het genereren van automatisch terugkerende documenten" - -#~ msgid "Tools Configuration" -#~ msgstr "Tools configuratie" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Deze module zorgt voor een verdere integratie tussen een Pad document en de " -#~ "OpenERP web client door eenvoudig pads te koppelen met OpenERP objecten via " -#~ "OpenERP bijlagen." - -#~ msgid "Image" -#~ msgstr "Afbeelding" - -#~ msgid "title" -#~ msgstr "titel" - -#~ msgid "Web Share" -#~ msgstr "Web delen" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Diverse hulpmiddelen" diff --git a/addons/profile_tools/i18n/profile_tools.pot b/addons/profile_tools/i18n/profile_tools.pot deleted file mode 100644 index e4df33e91c0..00000000000 --- a/addons/profile_tools/i18n/profile_tools.pot +++ /dev/null @@ -1,19 +0,0 @@ -# Translations template for PROJECT. -# Copyright (C) 2012 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2012. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 0.9.6\n" - diff --git a/addons/profile_tools/i18n/pt.po b/addons/profile_tools/i18n/pt.po deleted file mode 100644 index 51f082ded69..00000000000 --- a/addons/profile_tools/i18n/pt.po +++ /dev/null @@ -1,33 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2010-12-09 09:56+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Image" -#~ msgstr "Imagem" - -#~ msgid "Lunch" -#~ msgstr "Almoço" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Configuration Progress" -#~ msgstr "Progresso da configuração" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" diff --git a/addons/profile_tools/i18n/pt_BR.po b/addons/profile_tools/i18n/pt_BR.po deleted file mode 100644 index 9f5a6e9f54a..00000000000 --- a/addons/profile_tools/i18n/pt_BR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-03-08 21:01+0000\n" -"Last-Translator: Emerson \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Configurar" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Ferramentas Diversas" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Configuration Progress" -#~ msgstr "Progresso da Configuração" - -#~ msgid "Survey" -#~ msgstr "Pesquisa" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configuração de Ferramentas Extras" - -#~ msgid "Tools Configuration" -#~ msgstr "Configuração de Ferramentas" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Permite que você organize pesquisas (questionários)." - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurar Ferramentas Extras" - -#~ msgid "Image" -#~ msgstr "Imagem" - -#~ msgid "title" -#~ msgstr "título" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Auxilia na geração automática de documentos recorrentes." - -#~ msgid "Recurring Documents" -#~ msgstr "Documentos Recorrentes" diff --git a/addons/profile_tools/i18n/ro.po b/addons/profile_tools/i18n/ro.po deleted file mode 100644 index fd3bd34600b..00000000000 --- a/addons/profile_tools/i18n/ro.po +++ /dev/null @@ -1,112 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-11 21:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Incurajează ideile angajatilor, voturi si discutii pe baza celor mai bune " -#~ "idei." - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Unelte diverse" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "Instalează unelte pentru modulul pranz, sondaj, abonament si pistă de audit\n" -#~ " " - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Vă permite să acordati acces restrictionat utilizatorilor externi la " -#~ "documentele dumneavoastră OpenERP, cum ar fi clienti, furnizori, sau " -#~ "contabili. Puteti impărtăsi orice meniu OpenERP, precum sarcini de proiecte, " -#~ "cereri de asistentă tehnică, facturi, etc." - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Vă permite să organizati sondaje." - -#~ msgid "Configure" -#~ msgstr "Configurează" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Extra Tools (Unelte suplimentare) sunt aplicatii care vă pot ajuta să vă " -#~ "imbunătătiti organizarea, desi ele nu sunt foarte importante pentru " -#~ "managementul companiei." - -#~ msgid "Recurring Documents" -#~ msgstr "Documente recurente" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer (program de instalare.unelte_diverse)" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Un modul simplu care să vă ajute la gestionarea comenzilor de pranz." - -#~ msgid "Configuration Progress" -#~ msgstr "Progres configurare" - -#~ msgid "Ideas Box" -#~ msgstr "Casetă Idei" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Notă pad colaborativă" - -#~ msgid "Survey" -#~ msgstr "Sondaj" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Configurare Unelte Suplimentare" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Configurează Uneltele Suplimentare" - -#~ msgid "Lunch" -#~ msgstr "Prânz" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Ajută la generarea automată de documente recurente." - -#~ msgid "Tools Configuration" -#~ msgstr "Configurare unelte" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "" -#~ "Acest modul creează o integrare mai compactă intre o instantă Pad la alegere " -#~ "si Clientul Web OpenERP permitandu-vă să legati cu usurintă pad-uri de " -#~ "obiecte OpenERP prin atasamentele OpenERP." - -#~ msgid "Image" -#~ msgstr "Imagine" - -#~ msgid "title" -#~ msgstr "titlu" - -#~ msgid "Web Share" -#~ msgstr "Partajare web" diff --git a/addons/profile_tools/i18n/ru.po b/addons/profile_tools/i18n/ru.po deleted file mode 100644 index ba1a7ef879b..00000000000 --- a/addons/profile_tools/i18n/ru.po +++ /dev/null @@ -1,91 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-04-23 20:51+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Настройки" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Разные инструменты" - -#~ msgid "Recurring Documents" -#~ msgstr "Повторяющийся документ" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "Survey" -#~ msgstr "Опрос" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "Дополнительные инструменты настройки" - -#~ msgid "Configure Extra Tools" -#~ msgstr "Настроить дополнительные инструменты" - -#~ msgid "Tools Configuration" -#~ msgstr "Средства настройки" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "Позволяет организовать опросы." - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "Помогает генерировать автоматически повторяющиеся документы." - -#~ msgid "Image" -#~ msgstr "Изображение" - -#~ msgid "Configuration Progress" -#~ msgstr "Выполнение настройки" - -#~ msgid "Ideas Box" -#~ msgstr "Копилка идей" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "" -#~ "Продвигайте идеи сотрудников, организуйте голосования и обсуждение лучших " -#~ "идей." - -#~ msgid "Collaborative Note Pads" -#~ msgstr "Заметки с общим доступом" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "Позволяет предоставить ограниченный доступ к документам из OpenERP для " -#~ "сторонних пользователей, например заказчиков, поставщиков, или бухгалтеров. " -#~ "Можно предоставить доступ к любому меню OpenERP: задачам проекта, запросам " -#~ "поддержки, счетам и т.д." - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "Простой модуль, помогающий управлять заказами на ланч." - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "" -#~ "Дополнительные инструменты - приложения, позволяющие улучшить работу, при " -#~ "этом не являющиеся ключевыми для управления организацией." - -#~ msgid "Lunch" -#~ msgstr "Ланч" - -#~ msgid "title" -#~ msgstr "title" diff --git a/addons/profile_tools/i18n/tr.po b/addons/profile_tools/i18n/tr.po deleted file mode 100644 index 6627dccf652..00000000000 --- a/addons/profile_tools/i18n/tr.po +++ /dev/null @@ -1,27 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2012-01-25 17:29+0000\n" -"Last-Translator: Ahmet Altınışık \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Configure" -#~ msgstr "Yapılandır" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "Çeşitli Araçlar" - -#~ msgid "Recurring Documents" -#~ msgstr "Tekrarlanan Dökümanlar" diff --git a/addons/profile_tools/i18n/zh_CN.po b/addons/profile_tools/i18n/zh_CN.po deleted file mode 100644 index d2c03db32db..00000000000 --- a/addons/profile_tools/i18n/zh_CN.po +++ /dev/null @@ -1,101 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 01:37+0100\n" -"PO-Revision-Date: 2011-07-13 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:40+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#~ msgid "Miscellaneous Tools" -#~ msgstr "各种工具" - -#~ msgid "Promote ideas of the employees, votes and discussion on best ideas." -#~ msgstr "推广员工的创意,对最佳创意投票和讨论" - -#~ msgid "Configure" -#~ msgstr "设置" - -#~ msgid "" -#~ "Allows you to give restricted access to your OpenERP documents to external " -#~ "users, such as customers, suppliers, or accountants. You can share any " -#~ "OpenERP Menu such as your project tasks, support requests, invoices, etc." -#~ msgstr "" -#~ "允许你给外部用户如客户、供应商或会计师有限的权限访问OpenERP的对象。可以共享任何OpenERP菜单,比如你的项目任务,支持请求,发票等" - -#~ msgid "Allows you to organize surveys." -#~ msgstr "允许组织调查问卷" - -#~ msgid "" -#~ "Extra Tools are applications that can help you improve your organization " -#~ "although they are not key for company management." -#~ msgstr "这些工具不是公司管理必须的但可以帮你改善组织。" - -#~ msgid "Recurring Documents" -#~ msgstr "周期性凭证" - -#~ msgid "misc_tools.installer" -#~ msgstr "misc_tools.installer" - -#~ msgid "A simple module to help you to manage Lunch orders." -#~ msgstr "一个简单的模块用于管理午饭订餐。" - -#~ msgid "Configuration Progress" -#~ msgstr "设置进度" - -#~ msgid "Collaborative Note Pads" -#~ msgstr "协作记事本" - -#~ msgid "Survey" -#~ msgstr "问卷" - -#~ msgid "Lunch" -#~ msgstr "午餐" - -#~ msgid "Helps to generate automatically recurring documents." -#~ msgstr "帮助生成周期性凭证" - -#~ msgid "" -#~ "This module creates a tighter integration between a Pad instance of your " -#~ "choosing and your OpenERP Web Client by letting you easily link pads to " -#~ "OpenERP objects via OpenERP attachments." -#~ msgstr "此模块紧密集成了你选择的记事本和OpenERP的网页客户端。利用OpenERP的附件你可以轻松地把记事本和OpenERP的对象联系起来。" - -#~ msgid "Image" -#~ msgstr "图片" - -#~ msgid "title" -#~ msgstr "标题" - -#~ msgid "" -#~ "Installs tools for lunch,survey,subscription and audittrail\n" -#~ " module\n" -#~ " " -#~ msgstr "" -#~ "安装一些工具类的模块,如午餐、调查问卷、周期性凭证和审计跟踪之类。\n" -#~ " " - -#~ msgid "Ideas Box" -#~ msgstr "创意" - -#~ msgid "Extra Tools Configuration" -#~ msgstr "附加工具设置" - -#~ msgid "Configure Extra Tools" -#~ msgstr "设置附加的工具" - -#~ msgid "Tools Configuration" -#~ msgstr "工具设置" - -#~ msgid "Web Share" -#~ msgstr "共享" diff --git a/addons/profile_tools/security/ir.model.access.csv b/addons/profile_tools/security/ir.model.access.csv deleted file mode 100644 index 4a08a4aa60d..00000000000 --- a/addons/profile_tools/security/ir.model.access.csv +++ /dev/null @@ -1 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink diff --git a/addons/profile_tools/static/src/img/icon.png b/addons/profile_tools/static/src/img/icon.png deleted file mode 100644 index d6ba086677747098a64109f4aea1e5118ea82d80..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8466 zcmZ`;RZtwjvfagY7k6DGNN~5{?gZB$!9BRU1=rvn++Bh@Bm^gDa0t3MfyKGG_wRkY znmKc-y6W^#PfwldiB?mQ!$2iP1pojT3i8q#|5*IL0Hgdnt8861{t=S3#Cr(y;wZ_klIXZCP3G!Aj#k18yKJ->nE*16kobWAX3aUC43;{CIy2UdCB%;Q@+D3grdt zzON#ISoI312)T*N<(!~Ow25Eyur^b?^2)uU66}n?=@=>9L+5yjvo9<4D~u*q_=k2aZa!%5gn$tUr-shN7YD&G zd7&jkcX&9NgC28oL(Wb&p7&NKx z;w(z@ULxrAu#{NVk=`1m9knI5$@C?A`oYJeYbxs|3Ao%*^B-+=;czKTj!sXB}So)*^mZ%R?vdZyT+>HyDWDpFvK^$;pP| z;{D8Ybab)oAM5mUun8^{t$a0Jr_T+Z;=7s?Q;y!-eEb;X z;(`xoukw*)-&f@&)e#;)Q6)G#r{rK^V{>%<@ZtC6&d!cOS{lKmi!mSO28x@NUk+;^ z-TBt{H4&w=b-A*&7tHGIC0{eImK&=NkAG)i?Lw zFmvwkboo13%sIHMj@{r)EgfaK+CzfJ=yDzlJbD-?TEb3K}r1P-s? zPr0FR4x{bHO)@BS!WMS2V^&nWsidT|ZltEBrmnBQqN}a_dFKmmiHy&{l9^>n{pHj3 z!f3Jf@3@WzKUprLNvl_BrErupE7D!ZI*FV2A=`_oTnCM&X=nBLUezwP-{M|`FGZc| z{}_HWy3qNVAyktMf7m<|C3Rv!4(o6g@mV zbd8Kezz7NCLb5K<4j-Q=x0QI7;^+W^^a4+-g8L$NPG>&cUph3U%9H}S4r=ZTz&(D< z7Trw&t?U5a3I6ApR^u~_CCX66@cIVY_l*}Xo4|KM{(J{_$8pidPVAMqPma-6uTZUF zOZW%UYzqIGom=yd)^@2E>hfMru_B#LP|1V6Pd3bkiIMuQ-kF8Lx5BLMX{0SmpfNBB_uIgiw^Cnt2Ab%DX2=e*W7zKhKU*I2&B zDQ7R;P3dhz%grXpG(#=benxqGSfUTc?*dEKCJ{zw&o)1akZp@;&Lqb#p+u%{+YmP)kZLLIE@#{t* z3*^QLE0YCC{Gr@egikJjpG-{9PPBJD#zbG;w3G^aBSZ5OIq*J{k<7ZM)RLt zJ&rn)rE%AC8XU^CY$xI;XWed|`BIe7hN}6OCzp1XXx3|!EC4P%yYv&#UevQfqKNwI za-XbzYhB&Rd*5aB<7m7;_1q*z)YXDNtg5^uXb8krWodcCd^>U_nF@bG7*RxkZBv; zTV~Uun=57C#%U=guZ1!J)EDDCBB) zBR%~FZO{%tdFwBRxXDy7H2vYA;o-*{V!EdoypFyd@e;B&q>qvMR%qQ-6zW)qk_0P{ zRyo*SLNeHyczO+wwSNt1o@+W=K`ZW#cYA#A_BTg*Ge3s*Ttuq>Xg3o z!97!UK^ffFJhb-|m)pfT`P~Rk$sjZ7oHBKIM~}9Cam1mN6`gY5ylwb3LL^y#Ib}Iq za|Dj9zM0UyS|r*Z&PC6Gt^BSlC^o;kynrBC6SvNzzv~I;z?EG{?uzl#aUl&hg|DI` z{0IV;w5w6taPMTt+>CBa|6*(R4P^Wsdot^{P6T(Wok_9`ah0G_R6?q#tdwyN2a&== zz`^vT!)f2TF6z)AUZD*m$-@P~7q^_?oP?s?2)f&>lR=BpT|HC!*!QBE4MJup$|=^n z(l6{6^~Qi$X)FhfE=cSNp&>O9t?_w@#^J!8UyqG9!*IM@QM)YM{-|Rv-LYi-P}+Ht zCb#V5Jh20Kqr|Iss<-xSPITIEY1Sk2i`35bXSqDBKTvn8z9bLZ@yGk#)l{UH)ljFs z6aRVQ7F_-S{;%K8pcIA>DO*#_pX1DT;0yT3RViA-2S*g@F!XQ@J~TjEZ zk;q4Sb8H7{a`Y&S8cyFll|Yt(tWP@~OELjb-@t^3HfZR1C72s9VYx~T%YsCxZAA5X zjT-aOtsh^EFX;%TmUc+|qN8@N43kc;E^X`VARVF~@;Z7~)o==pA%Z~%tSo8uAjf% zBkQr=ThB-HsuG@m5-#9267bYpo=uBjJka`VTX!t)wHXerXKg2Krr-~-Dje{D2#%k+ zbTE+qGY-pD9mpS5^MloCHir$I=CWVT#5ne!`8k~yt>3}E2AA2He~@6Q49V8GCr04M zq~`jGo3cppT~)A}D(Jz0q3bpHbU@QIl?QZtf4!x{i50jITj;@v1Y_4SS27Xt{Js$m zS-6>f(s@U)`CX>UO%)YB2YRQZ|82YjF>Kgi2E7x74$f2|ST=BxDumEeqXspP8XuEo zh@P=eeD}88pKc`Tn(N`l1<zT4`-`4jr>^8POQ?xh-D*tjh>404nF4*te^l_z5G~!B zUkPmFcucU;!f`BDs89JQ%f{YwP(>a}uLVb_VzjJlY;PS!4689~(UI;bR=u&)jC0N^ zVv?YAvBpnX$DAVD`_$=z3aNrU5Y=ZRG|BA0Sn+H|1*N5^~AaU48Utr7-=%A2VpWH~- zbMT~uKs0SLf^oHXr-_a5+ZAlBlAB+g_Ih2WtaR!5KhQW}J`hG! zau-r|;Wv92aah_T1#Xapkvx9k{7!|8s*~K{+7Y~LVz2d0OdM5Wx081t>Vc+yKb~Pk8`qpc?Pzt?AG|RlUduk zO-;``pb&N6z{@bBo{2L!W$}Io#7kMTu^U4}f0~SI7L!ez{%Kbt6n4)c6%fHtXNA6Y zP*84iP}W)Lac98tlXeoX;+p->+U*pXEH)nqYV0pKCL_R`$Ca~x3!<8FJ94y(5^VrUgLNZ`nHMkp4H~tzU#}m{fTIfu==sY?__Vg-EHC~T4yOr zQB*K1;Qs15S7^Z$79eWXR4pKug3R)=Z{Fl=k^Acbi%W#hvZSl}8t?)R#}8asmakWr zD%thbJAWW>y{1>&|Gw4!lGu*>4Z1F4Kf|09MrB7=W;;1R4;$5t8(1bNFt1r7`V*>t zCwY$OUq>Cu==#{8eGcf(yHSUJqB`E+866#NR>s7gLTl}BWjShqKIx(F`nFkqGU{9@ z;T8(=ZS8|tc{}XPiSU%oHtJKqY=-oQeSPGSe{&K}JxH!w#Q2G|Q^DJM1J!+>MMmk^ zwSp8n968>$y`ELg>E9%5{A@mmBMK26W;d+~6MO#@>^%Nr z^Fwfra&Ef$8Z53W)%N)+p2a@-PFh!+?Ym|Q4a|uK&|~XJdIx`l4wOhfstf&Tg1n|+ z7?JSzvyJLK@!N(<1?mSR{cwTqk zMgf&E^_}nS?i-BaH>Q&L~V@pRZur$t5rsGjqB!POGdqxD{^favAJ4-LVMZL_ZK|;&Q}k&j(`hKI zT~Vb{g+tnM?Tx8NQL@$h9k-XLFGTGr%;0s_6v~EQbVq}4hjY~>LYtX13>RK`z!2*+ z95-LYre{xKOmV~4>2I%FC-7M7LB`#iqkW`bNrA5tt{K2d%rZ%YvXvyuO9ud5vR_Bh zVGq}y`lF%ivwPA>Co-oB8BV~5EKu_C1G}VifM9t0FGVDA2;*5!CHid)P`Kv>lrHLW zol+GL?VbJ!rI>Fd)i(zCv*>0_p@mGDdw04=+l0meciC=(a9Na0Tqajk7aE{e#&?;d zr2j`0AL&eTzx0#5aD50vDE3}^hXLIJwOa~AfO>1yhSRBAI@yEyup#R z$|ML>|K@{EL3R$xf3<(|HT&4kOW+1389PZId{EO*qCs_VQF2C_9Pu37FDlMv9r2t- zQIi2E(!j^(>Bu^@W@XZ3PNmc0CAWUFSzMt}rMzC%oPq1kv)euo#(^&EpxBg^0XIxdryHG!d`j91y``Gy@3+eE(VQaU>Q1l|efPbR7u&>nRyiKMOlN zbVDX{%!?g;##Gsp?Kk)+=aLj1A*|-n2lF^SijX(As7PVbdD=K=fr8S907u z8O*3MhN4YY4Dn7#6UvVwt|@@ei{RhoM3}ZxM;=D{f|JkcsoS~Ws7E+pl2T%9y^XP zv@=IC190;138;j+g9kDHcsogrj|N+vQ=MN=tG0|}6dqa5;wa%C~z#r{mN%#jhSh5oyeCBG14R&qi`SPHq)Gvhs47SCk?O|Zz@J8t3QHF^)eMQZ`gNT?FqmXynDC03 z74xHqjZR|_&1d_|guSN7nK(uC^v%lXN9FX4w_HaEEAyGsn#SlIZ{`Cro@#ZjaJIh& z%M)rL-~!MI?MqmemH%}(WQ@n(lEYrJhiLY(S-T?C7srn>-3KKUm?UmOrzR&-6og32 ziwOsb^rkt{lt9!|5~e{(uzFTaio%1zlPPO|`Nfr-t1O~eYoZ~pA;1hpXkHr@ zT>_=6JFkEw<~9=T!@MAAIKB@cx`o~(o+H9n0>R^&rwRrwI8D9DOZ5=xy>F5=Bwc&X9u{1iw!4VhzCY18a7<66ny}qeBlOY2X-h?(GTaT7fsY3jC@Z*BL=)> zNa5vaOe1m7al{4GK$-=@k*mFC?-BpaE?mbrGi+OlpM1WK^m_{YlDy)~Op?5oZQFAL z+}XM5=dW7Egn4z!XRoPk`!7DSvg1yl6B~hIt*PVt{=l!dLT;A0TtL^b$ReL zP9PX~i1kwJhBuo`u~eP~hH1X%sV~bCB?BZ)2;|gyGcL)&{M$10{?5d8+5feE<{a0w z%4$cV&;C7C6I68fWA{oJx+o+q6+eu;dT+%{tbxix%y7Gbh>arNurxmdp7aHx>7a&% z=2t6m5^C6J2y4Eg;d62Ky&ht?hJcF4`?B=BA5y|K7b9b=gAC$!N0_g8#q^#?rJ)9s zLSfG;C~cd_bEV?kAh95|hJ{G4yw$P+Y(3Sl_7<3xZvnjiGqOzT_!%Q|w@?Xe4I5(x zKL4rsAk|AMy|*PuHCRcOa(4!Dq@~C<)%F5PkZX*)1jWJE^~#6LQ7l})Xk??OD-g}Q*yD^2z{(Xlpaadqgv%%6P3NedHKf@D9%A>%qlW3{!j)2gJWsDr3$O|Ppvdp`}Ba_$0m~|qtw;YnFliA+S<-ZG_ zleYq5C?oqG=5~~Hs&|*kFn`|Sh11JJ67jGEl!XnBizx6^e|^n^4kpy?OmDwB@4S5= zRE%iH&qoRokeYW`0Ii8XVtNKb#Mn<@AK93T;5XBl1e}i}1=c5W+7m!i?TNt2s%6CK z6W|cThR<_r-?Ym&J(7aA`TO3pb2C0d z0@Hu^BOoo}>7|Sp9cZveQI*8x_2*kF(e-J}Oi<}_tpG;8MkV--(A>Oi{5%ZEIl9Yr ziq6yCi@*xHFWoYSS!hl>#mS47U)fNtN^!9n!FFnt3`D;ii-fYUk9A7>N1dX+2&3pC zNzgKwGa&WSN0HK?End=5);2aJE64lKd|}k*lva}t!v`KRCaxJ6;k3eSeC9VU-JghF z48jBClAb4L^!Fw$tkXO!?(c@1$plftnK2z*H3mzY*;w--SajRU{tc6^FNXV7f#AC7 z;C>y@2F9w-_CHrWJd|it%7DwB^>jjoA_@3CPW_i_oEm({xrIHD!v*MpII`9!LNS$9-0%Wk2}>U^ZaK6-CQ zp9u_sr!pIEEU6}q3pc4(q)NZYw#xy!!cJJMlvn)J#pZozuxI;gwZY%YR>ODHkRP_0FUG`zC6dk5TRf8%yQ) z;2>3=FM@N#j;_ST)Y8zPc6+zUsTe#cx+tM`Z?JZ;8{19N)L~+*waZMUhLsi|@@4N- zp_Q%CpM%|yR`lWm_r-8gyZ~Gn7DRQme0&A=>(~hFQnEHu^xrZ~z5|SJ`pDNLHslXdUF?bb zMOhHxAkFGJMYKyiCF>D&O5VaxP5U=8FEgUniHoBc!aiwz-w19OLT0_O|&;Rn=n_X&Da1bNZaye9{ zu|?0Lk#+qtS{UbEl)&|X`r8&l;UgwxdPs)Dyd)xDWJML(Z)*AON% zoPkzKFBBFX7J@)$%of8rd=pNpjU_Fe7W}#6Hy9y0nZ4oMFemz4?W^JrseH4N#JoYY z+48jZ*Pl6kBW8r`DTw z>L;F;HrFu9-3Io@1;jL0be|^)SxYWTAK}Eo@{bGTEir$j1%8|-dg@)vl!SGouOGY= zbo-Eh7`!)_Hr-SXSYLAAc175dul_zN@7Dnjt4+s56YC6peBJRJbH_QbrG5-8*gNNv z;8XetZZdwL?8$!x>KP`>N$ixG{`;k-bC=O`w=i|L6f}3W{6_#T4h{j + + diff --git a/addons/survey/__openerp__.py b/addons/survey/__openerp__.py index acd76ba9a6b..d5e4c3af10c 100644 --- a/addons/survey/__openerp__.py +++ b/addons/survey/__openerp__.py @@ -34,7 +34,7 @@ question and according to that survey is done. Partners are also sent mails with user name and password for the invitation of the survey. """, 'author': 'OpenERP SA', - 'depends': ['base_tools', 'mail'], + 'depends': ['mail'], 'data': [ 'survey_report.xml', 'survey_data.xml', diff --git a/addons/survey/survey_view.xml b/addons/survey/survey_view.xml index 8f855084069..01d6098df55 100644 --- a/addons/survey/survey_view.xml +++ b/addons/survey/survey_view.xml @@ -1,6 +1,8 @@ + + From 17796fce4136800faeff9f8b553ed5c7d8e9d54c Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Tue, 2 Oct 2012 17:58:59 +0200 Subject: [PATCH 2/4] [REM] modules moved to openerp-extra bzr revid: al@openerp.com-20121002155859-dfe6lycimc87tw93 --- addons/base_module_doc_rst/__init__.py | 25 - addons/base_module_doc_rst/__openerp__.py | 49 - .../base_module_doc_rst.py | 125 -- .../base_module_doc_rst_view.xml | 24 - addons/base_module_doc_rst/i18n/ar.po | 57 - addons/base_module_doc_rst/i18n/ar_AR.po | 57 - .../i18n/base_module_doc_rst.pot | 89 - addons/base_module_doc_rst/i18n/bg.po | 115 - addons/base_module_doc_rst/i18n/bg_BG.po | 57 - addons/base_module_doc_rst/i18n/bs.po | 57 - addons/base_module_doc_rst/i18n/bs_BS.po | 57 - addons/base_module_doc_rst/i18n/ca.po | 116 - addons/base_module_doc_rst/i18n/ca_ES.po | 57 - addons/base_module_doc_rst/i18n/cs.po | 57 - addons/base_module_doc_rst/i18n/cs_CZ.po | 57 - addons/base_module_doc_rst/i18n/de.po | 57 - addons/base_module_doc_rst/i18n/de_DE.po | 57 - addons/base_module_doc_rst/i18n/el.po | 58 - addons/base_module_doc_rst/i18n/es.po | 116 - addons/base_module_doc_rst/i18n/es_AR.po | 58 - addons/base_module_doc_rst/i18n/es_CR.po | 112 - addons/base_module_doc_rst/i18n/es_ES.po | 57 - addons/base_module_doc_rst/i18n/es_MX.po | 116 - addons/base_module_doc_rst/i18n/es_PY.po | 116 - addons/base_module_doc_rst/i18n/es_VE.po | 116 - addons/base_module_doc_rst/i18n/et.po | 57 - addons/base_module_doc_rst/i18n/et_EE.po | 57 - addons/base_module_doc_rst/i18n/fi.po | 58 - addons/base_module_doc_rst/i18n/fr.po | 57 - addons/base_module_doc_rst/i18n/fr_FR.po | 57 - addons/base_module_doc_rst/i18n/gl.po | 59 - addons/base_module_doc_rst/i18n/hr.po | 57 - addons/base_module_doc_rst/i18n/hr_HR.po | 57 - addons/base_module_doc_rst/i18n/hu.po | 57 - addons/base_module_doc_rst/i18n/hu_HU.po | 57 - addons/base_module_doc_rst/i18n/it.po | 57 - addons/base_module_doc_rst/i18n/it_IT.po | 57 - addons/base_module_doc_rst/i18n/ko.po | 58 - addons/base_module_doc_rst/i18n/lt.po | 57 - addons/base_module_doc_rst/i18n/lt_LT.po | 57 - addons/base_module_doc_rst/i18n/nl.po | 115 - addons/base_module_doc_rst/i18n/nl_BE.po | 58 - addons/base_module_doc_rst/i18n/nl_NL.po | 57 - addons/base_module_doc_rst/i18n/pl.po | 57 - addons/base_module_doc_rst/i18n/pl_PL.po | 57 - addons/base_module_doc_rst/i18n/pt.po | 57 - addons/base_module_doc_rst/i18n/pt_BR.po | 57 - addons/base_module_doc_rst/i18n/pt_PT.po | 57 - addons/base_module_doc_rst/i18n/ro.po | 57 - addons/base_module_doc_rst/i18n/ro_RO.po | 57 - addons/base_module_doc_rst/i18n/ru.po | 116 - addons/base_module_doc_rst/i18n/ru_RU.po | 57 - addons/base_module_doc_rst/i18n/sk.po | 58 - addons/base_module_doc_rst/i18n/sl.po | 60 - addons/base_module_doc_rst/i18n/sl_SL.po | 57 - addons/base_module_doc_rst/i18n/sq.po | 108 - addons/base_module_doc_rst/i18n/sr.po | 58 - addons/base_module_doc_rst/i18n/sr@latin.po | 58 - addons/base_module_doc_rst/i18n/sv.po | 22 - addons/base_module_doc_rst/i18n/sv_SE.po | 57 - addons/base_module_doc_rst/i18n/tlh.po | 57 - addons/base_module_doc_rst/i18n/tlh_TLH.po | 57 - addons/base_module_doc_rst/i18n/tr.po | 57 - addons/base_module_doc_rst/i18n/tr_TR.po | 57 - addons/base_module_doc_rst/i18n/uk.po | 57 - addons/base_module_doc_rst/i18n/uk_UK.po | 57 - addons/base_module_doc_rst/i18n/ur.po | 60 - addons/base_module_doc_rst/i18n/zh_CN.po | 57 - addons/base_module_doc_rst/i18n/zh_TW.po | 57 - addons/base_module_doc_rst/module_report.xml | 9 - addons/base_module_doc_rst/report/__init__.py | 26 - .../report/ir_module_reference_graph.rml | 270 --- .../report/ir_module_reference_print_graph.py | 82 - .../report/report_proximity_graph.py | 82 - addons/base_module_doc_rst/wizard/__init__.py | 26 - .../wizard/generate_relation_graph.py | 38 - .../wizard/generate_relation_graph_view.xml | 30 - .../wizard/tech_guide_rst_view.xml | 27 - .../wizard/tech_rst_guide.py | 477 ----- addons/base_module_record/__init__.py | 25 - addons/base_module_record/__openerp__.py | 58 - .../base_module_record/base_module_record.py | 504 ----- addons/base_module_record/i18n/ar.po | 322 --- .../i18n/base_module_record.pot | 261 --- addons/base_module_record/i18n/bg.po | 297 --- addons/base_module_record/i18n/bs.po | 264 --- addons/base_module_record/i18n/ca.po | 399 ---- addons/base_module_record/i18n/cs.po | 328 --- addons/base_module_record/i18n/da.po | 265 --- addons/base_module_record/i18n/de.po | 407 ---- addons/base_module_record/i18n/el.po | 354 --- addons/base_module_record/i18n/es.po | 398 ---- addons/base_module_record/i18n/es_AR.po | 339 --- addons/base_module_record/i18n/es_CR.po | 282 --- addons/base_module_record/i18n/es_EC.po | 397 ---- addons/base_module_record/i18n/es_MX.po | 393 ---- addons/base_module_record/i18n/es_PY.po | 326 --- addons/base_module_record/i18n/es_VE.po | 393 ---- addons/base_module_record/i18n/et.po | 337 --- addons/base_module_record/i18n/fa.po | 265 --- addons/base_module_record/i18n/fi.po | 339 --- addons/base_module_record/i18n/fr.po | 408 ---- addons/base_module_record/i18n/gl.po | 397 ---- addons/base_module_record/i18n/hr.po | 395 ---- addons/base_module_record/i18n/hu.po | 280 --- addons/base_module_record/i18n/id.po | 264 --- addons/base_module_record/i18n/it.po | 401 ---- addons/base_module_record/i18n/ja.po | 268 --- addons/base_module_record/i18n/ko.po | 313 --- addons/base_module_record/i18n/lt.po | 264 --- addons/base_module_record/i18n/nb.po | 271 --- addons/base_module_record/i18n/nl.po | 399 ---- addons/base_module_record/i18n/nl_BE.po | 269 --- addons/base_module_record/i18n/pl.po | 291 --- addons/base_module_record/i18n/pt.po | 399 ---- addons/base_module_record/i18n/pt_BR.po | 398 ---- addons/base_module_record/i18n/ro.po | 405 ---- addons/base_module_record/i18n/ru.po | 394 ---- addons/base_module_record/i18n/sk.po | 314 --- addons/base_module_record/i18n/sl.po | 327 --- addons/base_module_record/i18n/sq.po | 265 --- addons/base_module_record/i18n/sr.po | 351 --- addons/base_module_record/i18n/sr@latin.po | 394 ---- addons/base_module_record/i18n/sv.po | 288 --- addons/base_module_record/i18n/tlh.po | 264 --- addons/base_module_record/i18n/tr.po | 332 --- addons/base_module_record/i18n/uk.po | 269 --- addons/base_module_record/i18n/vi.po | 268 --- addons/base_module_record/i18n/zh_CN.po | 372 ---- addons/base_module_record/i18n/zh_TW.po | 264 --- .../security/ir.model.access.csv | 2 - addons/base_module_record/wizard/__init__.py | 26 - .../wizard/base_module_record_data.py | 134 -- .../wizard/base_module_record_data_view.xml | 63 - .../wizard/base_module_record_object_view.xml | 129 -- .../wizard/base_module_record_objects.py | 173 -- .../wizard/base_module_save.py | 169 -- .../wizard/base_module_save_view.xml | 50 - addons/caldav/__init__.py | 27 - addons/caldav/__openerp__.py | 75 - addons/caldav/caldav.py | 29 - addons/caldav/caldav_data.xml | 389 ---- addons/caldav/caldav_node.py | 522 ----- addons/caldav/caldav_setup.xml | 90 - addons/caldav/caldav_view.xml | 195 -- addons/caldav/calendar.py | 1300 ----------- addons/caldav/calendar_collection.py | 90 - addons/caldav/doc/all.rst | 47 - addons/caldav/doc/android.rst | 27 - addons/caldav/doc/caldav_doc.pdf | 1899 ----------------- addons/caldav/doc/evolution.rst | 23 - addons/caldav/doc/iPhone.rst | 56 - addons/caldav/doc/makefile | 15 - addons/caldav/doc/path_discovery.rst | 43 - addons/caldav/doc/sunbird.rst | 28 - addons/caldav/i18n/ar.po | 1198 ----------- addons/caldav/i18n/bg.po | 819 ------- addons/caldav/i18n/bn.po | 819 ------- addons/caldav/i18n/ca.po | 1225 ----------- addons/caldav/i18n/caldav.pot | 786 ------- addons/caldav/i18n/da.po | 819 ------- addons/caldav/i18n/de.po | 1415 ------------ addons/caldav/i18n/el.po | 822 ------- addons/caldav/i18n/es.po | 1227 ----------- addons/caldav/i18n/es_CR.po | 1393 ------------ addons/caldav/i18n/es_EC.po | 1216 ----------- addons/caldav/i18n/es_MX.po | 1011 --------- addons/caldav/i18n/es_PY.po | 1221 ----------- addons/caldav/i18n/es_VE.po | 1011 --------- addons/caldav/i18n/fa.po | 819 ------- addons/caldav/i18n/fi.po | 822 ------- addons/caldav/i18n/fr.po | 1306 ------------ addons/caldav/i18n/gl.po | 1132 ---------- addons/caldav/i18n/hr.po | 836 -------- addons/caldav/i18n/hu.po | 831 -------- addons/caldav/i18n/it.po | 1105 ---------- addons/caldav/i18n/ja.po | 959 --------- addons/caldav/i18n/lv.po | 828 ------- addons/caldav/i18n/mn.po | 821 ------- addons/caldav/i18n/nl.po | 1369 ------------ addons/caldav/i18n/pl.po | 837 -------- addons/caldav/i18n/pt.po | 1376 ------------ addons/caldav/i18n/pt_BR.po | 880 -------- addons/caldav/i18n/ro.po | 1382 ------------ addons/caldav/i18n/ru.po | 1213 ----------- addons/caldav/i18n/sq.po | 825 ------- addons/caldav/i18n/sr.po | 835 -------- addons/caldav/i18n/sr@latin.po | 835 -------- addons/caldav/i18n/sv.po | 873 -------- addons/caldav/i18n/tr.po | 847 -------- addons/caldav/i18n/zh_CN.po | 1238 ----------- addons/caldav/i18n/zh_TW.po | 942 -------- addons/caldav/orm_utils.py | 50 - addons/caldav/security/ir.model.access.csv | 6 - addons/caldav/wizard/__init__.py | 26 - addons/caldav/wizard/caldav_browse.py | 279 --- addons/caldav/wizard/caldav_browse_view.xml | 86 - addons/caldav/wizard/calendar_event_export.py | 67 - .../wizard/calendar_event_export_view.xml | 24 - addons/caldav/wizard/calendar_event_import.py | 94 - .../wizard/calendar_event_import_view.xml | 40 - .../caldav/wizard/calendar_event_subscribe.py | 97 - .../wizard/calendar_event_subscribe_view.xml | 49 - addons/crm_caldav/__init__.py | 30 - addons/crm_caldav/__openerp__.py | 48 - addons/crm_caldav/crm_caldav.py | 115 - addons/crm_caldav/crm_caldav_data.xml | 324 --- addons/crm_caldav/crm_caldav_setup.xml | 287 --- addons/crm_caldav/crm_caldav_view.xml | 24 - addons/crm_caldav/i18n/ar.po | 48 - addons/crm_caldav/i18n/bg.po | 45 - addons/crm_caldav/i18n/ca.po | 48 - addons/crm_caldav/i18n/crm_caldav.pot | 32 - addons/crm_caldav/i18n/cs.po | 33 - addons/crm_caldav/i18n/da.po | 36 - addons/crm_caldav/i18n/de.po | 49 - addons/crm_caldav/i18n/el.po | 33 - addons/crm_caldav/i18n/en_GB.po | 48 - addons/crm_caldav/i18n/es.po | 48 - addons/crm_caldav/i18n/es_CR.po | 49 - addons/crm_caldav/i18n/es_EC.po | 45 - addons/crm_caldav/i18n/es_MX.po | 49 - addons/crm_caldav/i18n/es_PY.po | 48 - addons/crm_caldav/i18n/es_VE.po | 49 - addons/crm_caldav/i18n/fi.po | 36 - addons/crm_caldav/i18n/fr.po | 49 - addons/crm_caldav/i18n/gl.po | 49 - addons/crm_caldav/i18n/gu.po | 33 - addons/crm_caldav/i18n/hi.po | 33 - addons/crm_caldav/i18n/hr.po | 36 - addons/crm_caldav/i18n/hu.po | 50 - addons/crm_caldav/i18n/id.po | 48 - addons/crm_caldav/i18n/it.po | 48 - addons/crm_caldav/i18n/ja.po | 48 - addons/crm_caldav/i18n/ko.po | 48 - addons/crm_caldav/i18n/lo.po | 33 - addons/crm_caldav/i18n/lt.po | 33 - addons/crm_caldav/i18n/mn.po | 33 - addons/crm_caldav/i18n/nb.po | 33 - addons/crm_caldav/i18n/nl.po | 48 - addons/crm_caldav/i18n/nl_BE.po | 48 - addons/crm_caldav/i18n/oc.po | 49 - addons/crm_caldav/i18n/pl.po | 33 - addons/crm_caldav/i18n/pt.po | 49 - addons/crm_caldav/i18n/pt_BR.po | 49 - addons/crm_caldav/i18n/ro.po | 48 - addons/crm_caldav/i18n/ru.po | 48 - addons/crm_caldav/i18n/sk.po | 36 - addons/crm_caldav/i18n/sl.po | 48 - addons/crm_caldav/i18n/sq.po | 33 - addons/crm_caldav/i18n/sr.po | 33 - addons/crm_caldav/i18n/sr@latin.po | 48 - addons/crm_caldav/i18n/sv.po | 33 - addons/crm_caldav/i18n/ta.po | 41 - addons/crm_caldav/i18n/tr.po | 48 - addons/crm_caldav/i18n/zh_CN.po | 48 - addons/crm_caldav/i18n/zh_TW.po | 33 - addons/event/__openerp__.py | 2 +- addons/event_project/__init__.py | 25 - addons/event_project/__openerp__.py | 41 - addons/event_project/event_project.py | 58 - addons/event_project/event_project_view.xml | 42 - addons/event_project/i18n/ar.po | 125 -- addons/event_project/i18n/bg.po | 123 -- addons/event_project/i18n/bs.po | 145 -- addons/event_project/i18n/ca.po | 164 -- addons/event_project/i18n/cs.po | 148 -- addons/event_project/i18n/da.po | 108 - addons/event_project/i18n/de.po | 163 -- addons/event_project/i18n/el.po | 134 -- addons/event_project/i18n/en_GB.po | 162 -- addons/event_project/i18n/es.po | 164 -- addons/event_project/i18n/es_AR.po | 145 -- addons/event_project/i18n/es_CR.po | 165 -- addons/event_project/i18n/es_EC.po | 151 -- addons/event_project/i18n/es_MX.po | 165 -- addons/event_project/i18n/es_PY.po | 129 -- addons/event_project/i18n/es_VE.po | 165 -- addons/event_project/i18n/et.po | 122 -- addons/event_project/i18n/event_project.pot | 104 - addons/event_project/i18n/fi.po | 114 - addons/event_project/i18n/fr.po | 152 -- addons/event_project/i18n/gl.po | 165 -- addons/event_project/i18n/hi.po | 133 -- addons/event_project/i18n/hr.po | 114 - addons/event_project/i18n/hu.po | 123 -- addons/event_project/i18n/id.po | 107 - addons/event_project/i18n/it.po | 127 -- addons/event_project/i18n/ja.po | 111 - addons/event_project/i18n/ko.po | 142 -- addons/event_project/i18n/lt.po | 107 - addons/event_project/i18n/lv.po | 111 - addons/event_project/i18n/mn.po | 113 - addons/event_project/i18n/nb.po | 114 - addons/event_project/i18n/nl.po | 161 -- addons/event_project/i18n/nl_BE.po | 107 - addons/event_project/i18n/pl.po | 141 -- addons/event_project/i18n/pt.po | 148 -- addons/event_project/i18n/pt_BR.po | 155 -- addons/event_project/i18n/ro.po | 130 -- addons/event_project/i18n/ru.po | 162 -- addons/event_project/i18n/sl.po | 137 -- addons/event_project/i18n/sq.po | 108 - addons/event_project/i18n/sr.po | 153 -- addons/event_project/i18n/sr@latin.po | 153 -- addons/event_project/i18n/sv.po | 127 -- addons/event_project/i18n/tlh.po | 107 - addons/event_project/i18n/tr.po | 160 -- addons/event_project/i18n/uk.po | 110 - addons/event_project/i18n/vi.po | 108 - addons/event_project/i18n/zh_CN.po | 146 -- addons/event_project/i18n/zh_TW.po | 114 - addons/event_project/wizard/__init__.py | 25 - .../wizard/event_project_retro.py | 83 - .../wizard/event_project_retro_view.xml | 34 - addons/google_map/__init__.py | 24 - addons/google_map/__openerp__.py | 44 - addons/google_map/google_map_launch.py | 49 - addons/google_map/google_map_view.xml | 22 - addons/google_map/i18n/ar.po | 47 - addons/google_map/i18n/bg.po | 49 - addons/google_map/i18n/br.po | 36 - addons/google_map/i18n/bs.po | 35 - addons/google_map/i18n/ca.po | 51 - addons/google_map/i18n/cs.po | 49 - addons/google_map/i18n/da.po | 51 - addons/google_map/i18n/de.po | 49 - addons/google_map/i18n/el.po | 51 - addons/google_map/i18n/en_GB.po | 51 - addons/google_map/i18n/es.po | 51 - addons/google_map/i18n/es_AR.po | 47 - addons/google_map/i18n/es_CR.po | 52 - addons/google_map/i18n/es_EC.po | 50 - addons/google_map/i18n/es_MX.po | 57 - addons/google_map/i18n/es_PY.po | 48 - addons/google_map/i18n/es_VE.po | 57 - addons/google_map/i18n/et.po | 50 - addons/google_map/i18n/eu.po | 36 - addons/google_map/i18n/fi.po | 47 - addons/google_map/i18n/fr.po | 50 - addons/google_map/i18n/gl.po | 51 - addons/google_map/i18n/google_map.pot | 32 - addons/google_map/i18n/gu.po | 36 - addons/google_map/i18n/hi.po | 51 - addons/google_map/i18n/hr.po | 47 - addons/google_map/i18n/hu.po | 50 - addons/google_map/i18n/id.po | 47 - addons/google_map/i18n/is.po | 33 - addons/google_map/i18n/it.po | 50 - addons/google_map/i18n/ja.po | 33 - addons/google_map/i18n/ko.po | 45 - addons/google_map/i18n/lo.po | 47 - addons/google_map/i18n/lt.po | 48 - addons/google_map/i18n/lv.po | 50 - addons/google_map/i18n/lv_LV.po | 46 - addons/google_map/i18n/mk.po | 36 - addons/google_map/i18n/mn.po | 48 - addons/google_map/i18n/nb.po | 47 - addons/google_map/i18n/nl.po | 50 - addons/google_map/i18n/nl_BE.po | 32 - addons/google_map/i18n/oc.po | 39 - addons/google_map/i18n/pl.po | 47 - addons/google_map/i18n/pt.po | 49 - addons/google_map/i18n/pt_BR.po | 50 - addons/google_map/i18n/ro.po | 50 - addons/google_map/i18n/ru.po | 50 - addons/google_map/i18n/sk.po | 50 - addons/google_map/i18n/sl.po | 50 - addons/google_map/i18n/sq.po | 36 - addons/google_map/i18n/sr.po | 48 - addons/google_map/i18n/sr@latin.po | 51 - addons/google_map/i18n/sv.po | 48 - addons/google_map/i18n/tlh.po | 32 - addons/google_map/i18n/tr.po | 49 - addons/google_map/i18n/uk.po | 35 - addons/google_map/i18n/vi.po | 51 - addons/google_map/i18n/zh_CN.po | 49 - addons/google_map/i18n/zh_TW.po | 32 - addons/google_map/static/src/js/google_map.js | 75 - addons/import_base/__init__.py | 25 - addons/import_base/__openerp__.py | 40 - addons/import_base/i18n/ar.po | 100 - addons/import_base/i18n/de.po | 105 - addons/import_base/i18n/es_CR.po | 105 - addons/import_base/i18n/fi.po | 104 - addons/import_base/i18n/fr.po | 105 - addons/import_base/i18n/import_base.pot | 100 - addons/import_base/i18n/ja.po | 104 - addons/import_base/i18n/nb.po | 105 - addons/import_base/i18n/nl.po | 106 - addons/import_base/i18n/pl.po | 105 - addons/import_base/i18n/pt.po | 105 - addons/import_base/i18n/pt_BR.po | 105 - addons/import_base/i18n/ro.po | 104 - addons/import_base/i18n/sv.po | 105 - addons/import_base/i18n/tr.po | 106 - addons/import_base/i18n/zh_CN.po | 104 - addons/import_base/import_base_view.xml | 6 - addons/import_base/import_framework.py | 501 ----- addons/import_base/mapper.py | 171 -- addons/import_google/__init__.py | 24 - addons/import_google/__openerp__.py | 46 - addons/import_google/i18n/ar.po | 224 -- addons/import_google/i18n/de.po | 226 -- addons/import_google/i18n/es.po | 217 -- addons/import_google/i18n/es_CR.po | 229 -- addons/import_google/i18n/fr.po | 230 -- addons/import_google/i18n/import_google.pot | 212 -- addons/import_google/i18n/ja.po | 223 -- addons/import_google/i18n/mn.po | 217 -- addons/import_google/i18n/nb.po | 226 -- addons/import_google/i18n/nl.po | 229 -- addons/import_google/i18n/pt.po | 227 -- addons/import_google/i18n/pt_BR.po | 227 -- addons/import_google/i18n/ro.po | 229 -- addons/import_google/i18n/sr@latin.po | 226 -- addons/import_google/i18n/sv.po | 219 -- addons/import_google/i18n/zh_CN.po | 222 -- addons/import_google/partner.py | 31 - .../security/ir.model.access.csv | 4 - .../sync_google_calendar_view.xml | 15 - .../test/test_sync_google_calendar.yml | 36 - ...est_sync_google_contact_import_partner.yml | 35 - addons/import_google/wizard/__init__.py | 24 - .../wizard/google_import_message.py | 44 - .../wizard/google_import_message_view.xml | 20 - addons/import_google/wizard/import_google.py | 367 ---- .../wizard/import_google_data.py | 183 -- .../wizard/import_google_data_view.xml | 81 - addons/import_sugarcrm/__init__.py | 27 - addons/import_sugarcrm/__openerp__.py | 43 - .../import_sugarcrm_installation_manual.odt | Bin 98428 -> 0 bytes .../doc/import_sugarcrm_user_manual.odt | Bin 193018 -> 0 bytes .../doc/import_sugarcrm_zsi_installation.txt | 8 - addons/import_sugarcrm/i18n/ar.po | 404 ---- addons/import_sugarcrm/i18n/de.po | 429 ---- addons/import_sugarcrm/i18n/es_CR.po | 458 ---- addons/import_sugarcrm/i18n/fr.po | 418 ---- .../import_sugarcrm/i18n/import_sugarcrm.pot | 377 ---- addons/import_sugarcrm/i18n/ja.po | 417 ---- addons/import_sugarcrm/i18n/nl.po | 409 ---- addons/import_sugarcrm/i18n/pt.po | 404 ---- addons/import_sugarcrm/i18n/ro.po | 456 ---- addons/import_sugarcrm/i18n/zh_CN.po | 404 ---- addons/import_sugarcrm/import_sugarcrm.py | 1148 ---------- .../import_sugarcrm/import_sugarcrm_view.xml | 82 - .../security/ir.model.access.csv | 3 - addons/import_sugarcrm/sugar.py | 180 -- addons/import_sugarcrm/sugarsoap_services.py | 1422 ------------ .../sugarsoap_services_types.py | 648 ------ addons/import_sugarcrm/wizard/__init__.py | 24 - .../import_sugarcrm/wizard/import_message.py | 31 - .../wizard/import_message_view.xml | 17 - addons/project_retro_planning/__init__.py | 22 - addons/project_retro_planning/__openerp__.py | 41 - addons/project_retro_planning/i18n/ar.po | 32 - addons/project_retro_planning/i18n/bg.po | 35 - addons/project_retro_planning/i18n/bs.po | 35 - addons/project_retro_planning/i18n/ca.po | 49 - addons/project_retro_planning/i18n/cs.po | 35 - addons/project_retro_planning/i18n/da.po | 33 - addons/project_retro_planning/i18n/de.po | 47 - addons/project_retro_planning/i18n/es.po | 49 - addons/project_retro_planning/i18n/es_AR.po | 35 - addons/project_retro_planning/i18n/es_CR.po | 50 - addons/project_retro_planning/i18n/es_EC.po | 35 - addons/project_retro_planning/i18n/es_MX.po | 53 - addons/project_retro_planning/i18n/es_VE.po | 53 - addons/project_retro_planning/i18n/et.po | 35 - addons/project_retro_planning/i18n/fi.po | 36 - addons/project_retro_planning/i18n/fr.po | 50 - addons/project_retro_planning/i18n/gl.po | 50 - addons/project_retro_planning/i18n/hr.po | 47 - addons/project_retro_planning/i18n/hu.po | 49 - addons/project_retro_planning/i18n/id.po | 35 - addons/project_retro_planning/i18n/it.po | 36 - addons/project_retro_planning/i18n/ja.po | 33 - addons/project_retro_planning/i18n/kab.po | 46 - addons/project_retro_planning/i18n/ko.po | 36 - addons/project_retro_planning/i18n/lt.po | 32 - addons/project_retro_planning/i18n/mn.po | 36 - addons/project_retro_planning/i18n/nl.po | 45 - addons/project_retro_planning/i18n/nl_BE.po | 32 - addons/project_retro_planning/i18n/oc.po | 36 - addons/project_retro_planning/i18n/pl.po | 35 - .../i18n/project_retro_planning.pot | 32 - addons/project_retro_planning/i18n/pt.po | 35 - addons/project_retro_planning/i18n/pt_BR.po | 46 - addons/project_retro_planning/i18n/ro.po | 48 - addons/project_retro_planning/i18n/ru.po | 36 - addons/project_retro_planning/i18n/sl.po | 35 - addons/project_retro_planning/i18n/sq.po | 33 - addons/project_retro_planning/i18n/sr.po | 36 - .../project_retro_planning/i18n/sr@latin.po | 47 - addons/project_retro_planning/i18n/sv.po | 35 - addons/project_retro_planning/i18n/tlh.po | 32 - addons/project_retro_planning/i18n/tr.po | 32 - addons/project_retro_planning/i18n/uk.po | 32 - addons/project_retro_planning/i18n/ur.po | 36 - addons/project_retro_planning/i18n/ur_UR.po | 23 - addons/project_retro_planning/i18n/vi.po | 33 - addons/project_retro_planning/i18n/zh_CN.po | 45 - addons/project_retro_planning/i18n/zh_TW.po | 35 - .../project_retro_planning.py | 56 - .../test/deadline_change.yml | 20 - addons/report_designer/__init__.py | 23 - addons/report_designer/__openerp__.py | 43 - addons/report_designer/i18n/ar.po | 98 - addons/report_designer/i18n/bg.po | 102 - addons/report_designer/i18n/ca.po | 107 - addons/report_designer/i18n/da.po | 98 - addons/report_designer/i18n/de.po | 108 - addons/report_designer/i18n/el.po | 101 - addons/report_designer/i18n/es.po | 108 - addons/report_designer/i18n/es_CR.po | 109 - addons/report_designer/i18n/es_MX.po | 108 - addons/report_designer/i18n/es_VE.po | 108 - addons/report_designer/i18n/fi.po | 100 - addons/report_designer/i18n/fr.po | 108 - addons/report_designer/i18n/gl.po | 107 - addons/report_designer/i18n/hr.po | 107 - addons/report_designer/i18n/hu.po | 103 - addons/report_designer/i18n/it.po | 107 - addons/report_designer/i18n/ja.po | 103 - addons/report_designer/i18n/mn.po | 104 - addons/report_designer/i18n/nb.po | 98 - addons/report_designer/i18n/nl.po | 107 - addons/report_designer/i18n/pt.po | 108 - addons/report_designer/i18n/pt_BR.po | 107 - .../report_designer/i18n/report_designer.pot | 89 - addons/report_designer/i18n/ro.po | 107 - addons/report_designer/i18n/ru.po | 107 - addons/report_designer/i18n/sv.po | 98 - addons/report_designer/i18n/th.po | 98 - addons/report_designer/i18n/tr.po | 107 - addons/report_designer/i18n/zh_CN.po | 100 - .../security/ir.model.access.csv | 1 - addons/report_webkit_sample/__init__.py | 34 - addons/report_webkit_sample/__openerp__.py | 55 - addons/report_webkit_sample/i18n/ar.po | 126 -- addons/report_webkit_sample/i18n/bg.po | 126 -- addons/report_webkit_sample/i18n/ca.po | 153 -- addons/report_webkit_sample/i18n/da.po | 123 -- addons/report_webkit_sample/i18n/de.po | 153 -- addons/report_webkit_sample/i18n/es.po | 154 -- addons/report_webkit_sample/i18n/es_CR.po | 155 -- addons/report_webkit_sample/i18n/es_MX.po | 155 -- addons/report_webkit_sample/i18n/es_VE.po | 155 -- addons/report_webkit_sample/i18n/fi.po | 129 -- addons/report_webkit_sample/i18n/fr.po | 152 -- addons/report_webkit_sample/i18n/fr_FR.po | 241 --- addons/report_webkit_sample/i18n/gl.po | 148 -- addons/report_webkit_sample/i18n/hr.po | 152 -- addons/report_webkit_sample/i18n/hu.po | 129 -- addons/report_webkit_sample/i18n/it.po | 126 -- addons/report_webkit_sample/i18n/ja.po | 126 -- addons/report_webkit_sample/i18n/nl.po | 153 -- addons/report_webkit_sample/i18n/pt.po | 126 -- addons/report_webkit_sample/i18n/pt_BR.po | 123 -- .../i18n/report_webkit_sample.pot | 122 -- addons/report_webkit_sample/i18n/ro.po | 152 -- addons/report_webkit_sample/i18n/ru.po | 123 -- addons/report_webkit_sample/i18n/sv.po | 126 -- addons/report_webkit_sample/i18n/tr.po | 123 -- addons/report_webkit_sample/i18n/zh_CN.po | 147 -- .../report_webkit_sample/report/__init__.py | 34 - .../report/report_webkit_html.mako | 83 - .../report/report_webkit_html.py | 19 - .../report_webkit_html_view.xml | 13 - 569 files changed, 1 insertion(+), 102946 deletions(-) delete mode 100644 addons/base_module_doc_rst/__init__.py delete mode 100644 addons/base_module_doc_rst/__openerp__.py delete mode 100644 addons/base_module_doc_rst/base_module_doc_rst.py delete mode 100644 addons/base_module_doc_rst/base_module_doc_rst_view.xml delete mode 100644 addons/base_module_doc_rst/i18n/ar.po delete mode 100644 addons/base_module_doc_rst/i18n/ar_AR.po delete mode 100644 addons/base_module_doc_rst/i18n/base_module_doc_rst.pot delete mode 100644 addons/base_module_doc_rst/i18n/bg.po delete mode 100644 addons/base_module_doc_rst/i18n/bg_BG.po delete mode 100644 addons/base_module_doc_rst/i18n/bs.po delete mode 100644 addons/base_module_doc_rst/i18n/bs_BS.po delete mode 100644 addons/base_module_doc_rst/i18n/ca.po delete mode 100644 addons/base_module_doc_rst/i18n/ca_ES.po delete mode 100644 addons/base_module_doc_rst/i18n/cs.po delete mode 100644 addons/base_module_doc_rst/i18n/cs_CZ.po delete mode 100644 addons/base_module_doc_rst/i18n/de.po delete mode 100644 addons/base_module_doc_rst/i18n/de_DE.po delete mode 100644 addons/base_module_doc_rst/i18n/el.po delete mode 100644 addons/base_module_doc_rst/i18n/es.po delete mode 100644 addons/base_module_doc_rst/i18n/es_AR.po delete mode 100644 addons/base_module_doc_rst/i18n/es_CR.po delete mode 100644 addons/base_module_doc_rst/i18n/es_ES.po delete mode 100644 addons/base_module_doc_rst/i18n/es_MX.po delete mode 100644 addons/base_module_doc_rst/i18n/es_PY.po delete mode 100644 addons/base_module_doc_rst/i18n/es_VE.po delete mode 100644 addons/base_module_doc_rst/i18n/et.po delete mode 100644 addons/base_module_doc_rst/i18n/et_EE.po delete mode 100644 addons/base_module_doc_rst/i18n/fi.po delete mode 100644 addons/base_module_doc_rst/i18n/fr.po delete mode 100644 addons/base_module_doc_rst/i18n/fr_FR.po delete mode 100644 addons/base_module_doc_rst/i18n/gl.po delete mode 100644 addons/base_module_doc_rst/i18n/hr.po delete mode 100644 addons/base_module_doc_rst/i18n/hr_HR.po delete mode 100644 addons/base_module_doc_rst/i18n/hu.po delete mode 100644 addons/base_module_doc_rst/i18n/hu_HU.po delete mode 100644 addons/base_module_doc_rst/i18n/it.po delete mode 100644 addons/base_module_doc_rst/i18n/it_IT.po delete mode 100644 addons/base_module_doc_rst/i18n/ko.po delete mode 100644 addons/base_module_doc_rst/i18n/lt.po delete mode 100644 addons/base_module_doc_rst/i18n/lt_LT.po delete mode 100644 addons/base_module_doc_rst/i18n/nl.po delete mode 100644 addons/base_module_doc_rst/i18n/nl_BE.po delete mode 100644 addons/base_module_doc_rst/i18n/nl_NL.po delete mode 100644 addons/base_module_doc_rst/i18n/pl.po delete mode 100644 addons/base_module_doc_rst/i18n/pl_PL.po delete mode 100644 addons/base_module_doc_rst/i18n/pt.po delete mode 100644 addons/base_module_doc_rst/i18n/pt_BR.po delete mode 100644 addons/base_module_doc_rst/i18n/pt_PT.po delete mode 100644 addons/base_module_doc_rst/i18n/ro.po delete mode 100644 addons/base_module_doc_rst/i18n/ro_RO.po delete mode 100644 addons/base_module_doc_rst/i18n/ru.po delete mode 100644 addons/base_module_doc_rst/i18n/ru_RU.po delete mode 100644 addons/base_module_doc_rst/i18n/sk.po delete mode 100644 addons/base_module_doc_rst/i18n/sl.po delete mode 100644 addons/base_module_doc_rst/i18n/sl_SL.po delete mode 100644 addons/base_module_doc_rst/i18n/sq.po delete mode 100644 addons/base_module_doc_rst/i18n/sr.po delete mode 100644 addons/base_module_doc_rst/i18n/sr@latin.po delete mode 100644 addons/base_module_doc_rst/i18n/sv.po delete mode 100644 addons/base_module_doc_rst/i18n/sv_SE.po delete mode 100644 addons/base_module_doc_rst/i18n/tlh.po delete mode 100644 addons/base_module_doc_rst/i18n/tlh_TLH.po delete mode 100644 addons/base_module_doc_rst/i18n/tr.po delete mode 100644 addons/base_module_doc_rst/i18n/tr_TR.po delete mode 100644 addons/base_module_doc_rst/i18n/uk.po delete mode 100644 addons/base_module_doc_rst/i18n/uk_UK.po delete mode 100644 addons/base_module_doc_rst/i18n/ur.po delete mode 100644 addons/base_module_doc_rst/i18n/zh_CN.po delete mode 100644 addons/base_module_doc_rst/i18n/zh_TW.po delete mode 100644 addons/base_module_doc_rst/module_report.xml delete mode 100644 addons/base_module_doc_rst/report/__init__.py delete mode 100644 addons/base_module_doc_rst/report/ir_module_reference_graph.rml delete mode 100644 addons/base_module_doc_rst/report/ir_module_reference_print_graph.py delete mode 100644 addons/base_module_doc_rst/report/report_proximity_graph.py delete mode 100644 addons/base_module_doc_rst/wizard/__init__.py delete mode 100644 addons/base_module_doc_rst/wizard/generate_relation_graph.py delete mode 100644 addons/base_module_doc_rst/wizard/generate_relation_graph_view.xml delete mode 100644 addons/base_module_doc_rst/wizard/tech_guide_rst_view.xml delete mode 100644 addons/base_module_doc_rst/wizard/tech_rst_guide.py delete mode 100644 addons/base_module_record/__init__.py delete mode 100644 addons/base_module_record/__openerp__.py delete mode 100644 addons/base_module_record/base_module_record.py delete mode 100644 addons/base_module_record/i18n/ar.po delete mode 100644 addons/base_module_record/i18n/base_module_record.pot delete mode 100644 addons/base_module_record/i18n/bg.po delete mode 100644 addons/base_module_record/i18n/bs.po delete mode 100644 addons/base_module_record/i18n/ca.po delete mode 100644 addons/base_module_record/i18n/cs.po delete mode 100644 addons/base_module_record/i18n/da.po delete mode 100644 addons/base_module_record/i18n/de.po delete mode 100644 addons/base_module_record/i18n/el.po delete mode 100644 addons/base_module_record/i18n/es.po delete mode 100644 addons/base_module_record/i18n/es_AR.po delete mode 100644 addons/base_module_record/i18n/es_CR.po delete mode 100644 addons/base_module_record/i18n/es_EC.po delete mode 100644 addons/base_module_record/i18n/es_MX.po delete mode 100644 addons/base_module_record/i18n/es_PY.po delete mode 100644 addons/base_module_record/i18n/es_VE.po delete mode 100644 addons/base_module_record/i18n/et.po delete mode 100644 addons/base_module_record/i18n/fa.po delete mode 100644 addons/base_module_record/i18n/fi.po delete mode 100644 addons/base_module_record/i18n/fr.po delete mode 100644 addons/base_module_record/i18n/gl.po delete mode 100644 addons/base_module_record/i18n/hr.po delete mode 100644 addons/base_module_record/i18n/hu.po delete mode 100644 addons/base_module_record/i18n/id.po delete mode 100644 addons/base_module_record/i18n/it.po delete mode 100644 addons/base_module_record/i18n/ja.po delete mode 100644 addons/base_module_record/i18n/ko.po delete mode 100644 addons/base_module_record/i18n/lt.po delete mode 100644 addons/base_module_record/i18n/nb.po delete mode 100644 addons/base_module_record/i18n/nl.po delete mode 100644 addons/base_module_record/i18n/nl_BE.po delete mode 100644 addons/base_module_record/i18n/pl.po delete mode 100644 addons/base_module_record/i18n/pt.po delete mode 100644 addons/base_module_record/i18n/pt_BR.po delete mode 100644 addons/base_module_record/i18n/ro.po delete mode 100644 addons/base_module_record/i18n/ru.po delete mode 100644 addons/base_module_record/i18n/sk.po delete mode 100644 addons/base_module_record/i18n/sl.po delete mode 100644 addons/base_module_record/i18n/sq.po delete mode 100644 addons/base_module_record/i18n/sr.po delete mode 100644 addons/base_module_record/i18n/sr@latin.po delete mode 100644 addons/base_module_record/i18n/sv.po delete mode 100644 addons/base_module_record/i18n/tlh.po delete mode 100644 addons/base_module_record/i18n/tr.po delete mode 100644 addons/base_module_record/i18n/uk.po delete mode 100644 addons/base_module_record/i18n/vi.po delete mode 100644 addons/base_module_record/i18n/zh_CN.po delete mode 100644 addons/base_module_record/i18n/zh_TW.po delete mode 100644 addons/base_module_record/security/ir.model.access.csv delete mode 100644 addons/base_module_record/wizard/__init__.py delete mode 100644 addons/base_module_record/wizard/base_module_record_data.py delete mode 100644 addons/base_module_record/wizard/base_module_record_data_view.xml delete mode 100644 addons/base_module_record/wizard/base_module_record_object_view.xml delete mode 100644 addons/base_module_record/wizard/base_module_record_objects.py delete mode 100644 addons/base_module_record/wizard/base_module_save.py delete mode 100644 addons/base_module_record/wizard/base_module_save_view.xml delete mode 100644 addons/caldav/__init__.py delete mode 100644 addons/caldav/__openerp__.py delete mode 100644 addons/caldav/caldav.py delete mode 100644 addons/caldav/caldav_data.xml delete mode 100644 addons/caldav/caldav_node.py delete mode 100644 addons/caldav/caldav_setup.xml delete mode 100644 addons/caldav/caldav_view.xml delete mode 100644 addons/caldav/calendar.py delete mode 100644 addons/caldav/calendar_collection.py delete mode 100644 addons/caldav/doc/all.rst delete mode 100644 addons/caldav/doc/android.rst delete mode 100644 addons/caldav/doc/caldav_doc.pdf delete mode 100644 addons/caldav/doc/evolution.rst delete mode 100644 addons/caldav/doc/iPhone.rst delete mode 100644 addons/caldav/doc/makefile delete mode 100644 addons/caldav/doc/path_discovery.rst delete mode 100644 addons/caldav/doc/sunbird.rst delete mode 100644 addons/caldav/i18n/ar.po delete mode 100644 addons/caldav/i18n/bg.po delete mode 100644 addons/caldav/i18n/bn.po delete mode 100644 addons/caldav/i18n/ca.po delete mode 100644 addons/caldav/i18n/caldav.pot delete mode 100644 addons/caldav/i18n/da.po delete mode 100644 addons/caldav/i18n/de.po delete mode 100644 addons/caldav/i18n/el.po delete mode 100644 addons/caldav/i18n/es.po delete mode 100644 addons/caldav/i18n/es_CR.po delete mode 100644 addons/caldav/i18n/es_EC.po delete mode 100644 addons/caldav/i18n/es_MX.po delete mode 100644 addons/caldav/i18n/es_PY.po delete mode 100644 addons/caldav/i18n/es_VE.po delete mode 100644 addons/caldav/i18n/fa.po delete mode 100644 addons/caldav/i18n/fi.po delete mode 100644 addons/caldav/i18n/fr.po delete mode 100644 addons/caldav/i18n/gl.po delete mode 100644 addons/caldav/i18n/hr.po delete mode 100644 addons/caldav/i18n/hu.po delete mode 100644 addons/caldav/i18n/it.po delete mode 100644 addons/caldav/i18n/ja.po delete mode 100644 addons/caldav/i18n/lv.po delete mode 100644 addons/caldav/i18n/mn.po delete mode 100644 addons/caldav/i18n/nl.po delete mode 100644 addons/caldav/i18n/pl.po delete mode 100644 addons/caldav/i18n/pt.po delete mode 100644 addons/caldav/i18n/pt_BR.po delete mode 100644 addons/caldav/i18n/ro.po delete mode 100644 addons/caldav/i18n/ru.po delete mode 100644 addons/caldav/i18n/sq.po delete mode 100644 addons/caldav/i18n/sr.po delete mode 100644 addons/caldav/i18n/sr@latin.po delete mode 100644 addons/caldav/i18n/sv.po delete mode 100644 addons/caldav/i18n/tr.po delete mode 100644 addons/caldav/i18n/zh_CN.po delete mode 100644 addons/caldav/i18n/zh_TW.po delete mode 100644 addons/caldav/orm_utils.py delete mode 100644 addons/caldav/security/ir.model.access.csv delete mode 100644 addons/caldav/wizard/__init__.py delete mode 100644 addons/caldav/wizard/caldav_browse.py delete mode 100644 addons/caldav/wizard/caldav_browse_view.xml delete mode 100644 addons/caldav/wizard/calendar_event_export.py delete mode 100644 addons/caldav/wizard/calendar_event_export_view.xml delete mode 100644 addons/caldav/wizard/calendar_event_import.py delete mode 100644 addons/caldav/wizard/calendar_event_import_view.xml delete mode 100644 addons/caldav/wizard/calendar_event_subscribe.py delete mode 100644 addons/caldav/wizard/calendar_event_subscribe_view.xml delete mode 100644 addons/crm_caldav/__init__.py delete mode 100644 addons/crm_caldav/__openerp__.py delete mode 100644 addons/crm_caldav/crm_caldav.py delete mode 100644 addons/crm_caldav/crm_caldav_data.xml delete mode 100644 addons/crm_caldav/crm_caldav_setup.xml delete mode 100644 addons/crm_caldav/crm_caldav_view.xml delete mode 100644 addons/crm_caldav/i18n/ar.po delete mode 100644 addons/crm_caldav/i18n/bg.po delete mode 100644 addons/crm_caldav/i18n/ca.po delete mode 100644 addons/crm_caldav/i18n/crm_caldav.pot delete mode 100644 addons/crm_caldav/i18n/cs.po delete mode 100644 addons/crm_caldav/i18n/da.po delete mode 100644 addons/crm_caldav/i18n/de.po delete mode 100644 addons/crm_caldav/i18n/el.po delete mode 100644 addons/crm_caldav/i18n/en_GB.po delete mode 100644 addons/crm_caldav/i18n/es.po delete mode 100644 addons/crm_caldav/i18n/es_CR.po delete mode 100644 addons/crm_caldav/i18n/es_EC.po delete mode 100644 addons/crm_caldav/i18n/es_MX.po delete mode 100644 addons/crm_caldav/i18n/es_PY.po delete mode 100644 addons/crm_caldav/i18n/es_VE.po delete mode 100644 addons/crm_caldav/i18n/fi.po delete mode 100644 addons/crm_caldav/i18n/fr.po delete mode 100644 addons/crm_caldav/i18n/gl.po delete mode 100644 addons/crm_caldav/i18n/gu.po delete mode 100644 addons/crm_caldav/i18n/hi.po delete mode 100644 addons/crm_caldav/i18n/hr.po delete mode 100644 addons/crm_caldav/i18n/hu.po delete mode 100644 addons/crm_caldav/i18n/id.po delete mode 100644 addons/crm_caldav/i18n/it.po delete mode 100644 addons/crm_caldav/i18n/ja.po delete mode 100644 addons/crm_caldav/i18n/ko.po delete mode 100644 addons/crm_caldav/i18n/lo.po delete mode 100644 addons/crm_caldav/i18n/lt.po delete mode 100644 addons/crm_caldav/i18n/mn.po delete mode 100644 addons/crm_caldav/i18n/nb.po delete mode 100644 addons/crm_caldav/i18n/nl.po delete mode 100644 addons/crm_caldav/i18n/nl_BE.po delete mode 100644 addons/crm_caldav/i18n/oc.po delete mode 100644 addons/crm_caldav/i18n/pl.po delete mode 100644 addons/crm_caldav/i18n/pt.po delete mode 100644 addons/crm_caldav/i18n/pt_BR.po delete mode 100644 addons/crm_caldav/i18n/ro.po delete mode 100644 addons/crm_caldav/i18n/ru.po delete mode 100644 addons/crm_caldav/i18n/sk.po delete mode 100644 addons/crm_caldav/i18n/sl.po delete mode 100644 addons/crm_caldav/i18n/sq.po delete mode 100644 addons/crm_caldav/i18n/sr.po delete mode 100644 addons/crm_caldav/i18n/sr@latin.po delete mode 100644 addons/crm_caldav/i18n/sv.po delete mode 100644 addons/crm_caldav/i18n/ta.po delete mode 100644 addons/crm_caldav/i18n/tr.po delete mode 100644 addons/crm_caldav/i18n/zh_CN.po delete mode 100644 addons/crm_caldav/i18n/zh_TW.po delete mode 100644 addons/event_project/__init__.py delete mode 100644 addons/event_project/__openerp__.py delete mode 100644 addons/event_project/event_project.py delete mode 100644 addons/event_project/event_project_view.xml delete mode 100644 addons/event_project/i18n/ar.po delete mode 100644 addons/event_project/i18n/bg.po delete mode 100644 addons/event_project/i18n/bs.po delete mode 100644 addons/event_project/i18n/ca.po delete mode 100644 addons/event_project/i18n/cs.po delete mode 100644 addons/event_project/i18n/da.po delete mode 100644 addons/event_project/i18n/de.po delete mode 100644 addons/event_project/i18n/el.po delete mode 100644 addons/event_project/i18n/en_GB.po delete mode 100644 addons/event_project/i18n/es.po delete mode 100644 addons/event_project/i18n/es_AR.po delete mode 100644 addons/event_project/i18n/es_CR.po delete mode 100644 addons/event_project/i18n/es_EC.po delete mode 100644 addons/event_project/i18n/es_MX.po delete mode 100644 addons/event_project/i18n/es_PY.po delete mode 100644 addons/event_project/i18n/es_VE.po delete mode 100644 addons/event_project/i18n/et.po delete mode 100644 addons/event_project/i18n/event_project.pot delete mode 100644 addons/event_project/i18n/fi.po delete mode 100644 addons/event_project/i18n/fr.po delete mode 100644 addons/event_project/i18n/gl.po delete mode 100644 addons/event_project/i18n/hi.po delete mode 100644 addons/event_project/i18n/hr.po delete mode 100644 addons/event_project/i18n/hu.po delete mode 100644 addons/event_project/i18n/id.po delete mode 100644 addons/event_project/i18n/it.po delete mode 100644 addons/event_project/i18n/ja.po delete mode 100644 addons/event_project/i18n/ko.po delete mode 100644 addons/event_project/i18n/lt.po delete mode 100644 addons/event_project/i18n/lv.po delete mode 100644 addons/event_project/i18n/mn.po delete mode 100644 addons/event_project/i18n/nb.po delete mode 100644 addons/event_project/i18n/nl.po delete mode 100644 addons/event_project/i18n/nl_BE.po delete mode 100644 addons/event_project/i18n/pl.po delete mode 100644 addons/event_project/i18n/pt.po delete mode 100644 addons/event_project/i18n/pt_BR.po delete mode 100644 addons/event_project/i18n/ro.po delete mode 100644 addons/event_project/i18n/ru.po delete mode 100644 addons/event_project/i18n/sl.po delete mode 100644 addons/event_project/i18n/sq.po delete mode 100644 addons/event_project/i18n/sr.po delete mode 100644 addons/event_project/i18n/sr@latin.po delete mode 100644 addons/event_project/i18n/sv.po delete mode 100644 addons/event_project/i18n/tlh.po delete mode 100644 addons/event_project/i18n/tr.po delete mode 100644 addons/event_project/i18n/uk.po delete mode 100644 addons/event_project/i18n/vi.po delete mode 100644 addons/event_project/i18n/zh_CN.po delete mode 100644 addons/event_project/i18n/zh_TW.po delete mode 100644 addons/event_project/wizard/__init__.py delete mode 100644 addons/event_project/wizard/event_project_retro.py delete mode 100644 addons/event_project/wizard/event_project_retro_view.xml delete mode 100644 addons/google_map/__init__.py delete mode 100644 addons/google_map/__openerp__.py delete mode 100644 addons/google_map/google_map_launch.py delete mode 100644 addons/google_map/google_map_view.xml delete mode 100644 addons/google_map/i18n/ar.po delete mode 100644 addons/google_map/i18n/bg.po delete mode 100644 addons/google_map/i18n/br.po delete mode 100644 addons/google_map/i18n/bs.po delete mode 100644 addons/google_map/i18n/ca.po delete mode 100644 addons/google_map/i18n/cs.po delete mode 100644 addons/google_map/i18n/da.po delete mode 100644 addons/google_map/i18n/de.po delete mode 100644 addons/google_map/i18n/el.po delete mode 100644 addons/google_map/i18n/en_GB.po delete mode 100644 addons/google_map/i18n/es.po delete mode 100644 addons/google_map/i18n/es_AR.po delete mode 100644 addons/google_map/i18n/es_CR.po delete mode 100644 addons/google_map/i18n/es_EC.po delete mode 100644 addons/google_map/i18n/es_MX.po delete mode 100644 addons/google_map/i18n/es_PY.po delete mode 100644 addons/google_map/i18n/es_VE.po delete mode 100644 addons/google_map/i18n/et.po delete mode 100644 addons/google_map/i18n/eu.po delete mode 100644 addons/google_map/i18n/fi.po delete mode 100644 addons/google_map/i18n/fr.po delete mode 100644 addons/google_map/i18n/gl.po delete mode 100644 addons/google_map/i18n/google_map.pot delete mode 100644 addons/google_map/i18n/gu.po delete mode 100644 addons/google_map/i18n/hi.po delete mode 100644 addons/google_map/i18n/hr.po delete mode 100644 addons/google_map/i18n/hu.po delete mode 100644 addons/google_map/i18n/id.po delete mode 100644 addons/google_map/i18n/is.po delete mode 100644 addons/google_map/i18n/it.po delete mode 100644 addons/google_map/i18n/ja.po delete mode 100644 addons/google_map/i18n/ko.po delete mode 100644 addons/google_map/i18n/lo.po delete mode 100644 addons/google_map/i18n/lt.po delete mode 100644 addons/google_map/i18n/lv.po delete mode 100644 addons/google_map/i18n/lv_LV.po delete mode 100644 addons/google_map/i18n/mk.po delete mode 100644 addons/google_map/i18n/mn.po delete mode 100644 addons/google_map/i18n/nb.po delete mode 100644 addons/google_map/i18n/nl.po delete mode 100644 addons/google_map/i18n/nl_BE.po delete mode 100644 addons/google_map/i18n/oc.po delete mode 100644 addons/google_map/i18n/pl.po delete mode 100644 addons/google_map/i18n/pt.po delete mode 100644 addons/google_map/i18n/pt_BR.po delete mode 100644 addons/google_map/i18n/ro.po delete mode 100644 addons/google_map/i18n/ru.po delete mode 100644 addons/google_map/i18n/sk.po delete mode 100644 addons/google_map/i18n/sl.po delete mode 100644 addons/google_map/i18n/sq.po delete mode 100644 addons/google_map/i18n/sr.po delete mode 100644 addons/google_map/i18n/sr@latin.po delete mode 100644 addons/google_map/i18n/sv.po delete mode 100644 addons/google_map/i18n/tlh.po delete mode 100644 addons/google_map/i18n/tr.po delete mode 100644 addons/google_map/i18n/uk.po delete mode 100644 addons/google_map/i18n/vi.po delete mode 100644 addons/google_map/i18n/zh_CN.po delete mode 100644 addons/google_map/i18n/zh_TW.po delete mode 100644 addons/google_map/static/src/js/google_map.js delete mode 100644 addons/import_base/__init__.py delete mode 100644 addons/import_base/__openerp__.py delete mode 100644 addons/import_base/i18n/ar.po delete mode 100644 addons/import_base/i18n/de.po delete mode 100644 addons/import_base/i18n/es_CR.po delete mode 100644 addons/import_base/i18n/fi.po delete mode 100644 addons/import_base/i18n/fr.po delete mode 100644 addons/import_base/i18n/import_base.pot delete mode 100644 addons/import_base/i18n/ja.po delete mode 100644 addons/import_base/i18n/nb.po delete mode 100644 addons/import_base/i18n/nl.po delete mode 100644 addons/import_base/i18n/pl.po delete mode 100644 addons/import_base/i18n/pt.po delete mode 100644 addons/import_base/i18n/pt_BR.po delete mode 100644 addons/import_base/i18n/ro.po delete mode 100644 addons/import_base/i18n/sv.po delete mode 100644 addons/import_base/i18n/tr.po delete mode 100644 addons/import_base/i18n/zh_CN.po delete mode 100644 addons/import_base/import_base_view.xml delete mode 100644 addons/import_base/import_framework.py delete mode 100644 addons/import_base/mapper.py delete mode 100644 addons/import_google/__init__.py delete mode 100644 addons/import_google/__openerp__.py delete mode 100644 addons/import_google/i18n/ar.po delete mode 100644 addons/import_google/i18n/de.po delete mode 100644 addons/import_google/i18n/es.po delete mode 100644 addons/import_google/i18n/es_CR.po delete mode 100644 addons/import_google/i18n/fr.po delete mode 100644 addons/import_google/i18n/import_google.pot delete mode 100644 addons/import_google/i18n/ja.po delete mode 100644 addons/import_google/i18n/mn.po delete mode 100644 addons/import_google/i18n/nb.po delete mode 100644 addons/import_google/i18n/nl.po delete mode 100644 addons/import_google/i18n/pt.po delete mode 100644 addons/import_google/i18n/pt_BR.po delete mode 100644 addons/import_google/i18n/ro.po delete mode 100644 addons/import_google/i18n/sr@latin.po delete mode 100644 addons/import_google/i18n/sv.po delete mode 100644 addons/import_google/i18n/zh_CN.po delete mode 100644 addons/import_google/partner.py delete mode 100644 addons/import_google/security/ir.model.access.csv delete mode 100644 addons/import_google/sync_google_calendar_view.xml delete mode 100644 addons/import_google/test/test_sync_google_calendar.yml delete mode 100644 addons/import_google/test/test_sync_google_contact_import_partner.yml delete mode 100644 addons/import_google/wizard/__init__.py delete mode 100644 addons/import_google/wizard/google_import_message.py delete mode 100644 addons/import_google/wizard/google_import_message_view.xml delete mode 100644 addons/import_google/wizard/import_google.py delete mode 100644 addons/import_google/wizard/import_google_data.py delete mode 100644 addons/import_google/wizard/import_google_data_view.xml delete mode 100644 addons/import_sugarcrm/__init__.py delete mode 100644 addons/import_sugarcrm/__openerp__.py delete mode 100644 addons/import_sugarcrm/doc/import_sugarcrm_installation_manual.odt delete mode 100644 addons/import_sugarcrm/doc/import_sugarcrm_user_manual.odt delete mode 100644 addons/import_sugarcrm/doc/import_sugarcrm_zsi_installation.txt delete mode 100644 addons/import_sugarcrm/i18n/ar.po delete mode 100644 addons/import_sugarcrm/i18n/de.po delete mode 100644 addons/import_sugarcrm/i18n/es_CR.po delete mode 100644 addons/import_sugarcrm/i18n/fr.po delete mode 100644 addons/import_sugarcrm/i18n/import_sugarcrm.pot delete mode 100644 addons/import_sugarcrm/i18n/ja.po delete mode 100644 addons/import_sugarcrm/i18n/nl.po delete mode 100644 addons/import_sugarcrm/i18n/pt.po delete mode 100644 addons/import_sugarcrm/i18n/ro.po delete mode 100644 addons/import_sugarcrm/i18n/zh_CN.po delete mode 100644 addons/import_sugarcrm/import_sugarcrm.py delete mode 100644 addons/import_sugarcrm/import_sugarcrm_view.xml delete mode 100644 addons/import_sugarcrm/security/ir.model.access.csv delete mode 100644 addons/import_sugarcrm/sugar.py delete mode 100644 addons/import_sugarcrm/sugarsoap_services.py delete mode 100644 addons/import_sugarcrm/sugarsoap_services_types.py delete mode 100644 addons/import_sugarcrm/wizard/__init__.py delete mode 100644 addons/import_sugarcrm/wizard/import_message.py delete mode 100644 addons/import_sugarcrm/wizard/import_message_view.xml delete mode 100644 addons/project_retro_planning/__init__.py delete mode 100644 addons/project_retro_planning/__openerp__.py delete mode 100644 addons/project_retro_planning/i18n/ar.po delete mode 100644 addons/project_retro_planning/i18n/bg.po delete mode 100644 addons/project_retro_planning/i18n/bs.po delete mode 100644 addons/project_retro_planning/i18n/ca.po delete mode 100644 addons/project_retro_planning/i18n/cs.po delete mode 100644 addons/project_retro_planning/i18n/da.po delete mode 100644 addons/project_retro_planning/i18n/de.po delete mode 100644 addons/project_retro_planning/i18n/es.po delete mode 100644 addons/project_retro_planning/i18n/es_AR.po delete mode 100644 addons/project_retro_planning/i18n/es_CR.po delete mode 100644 addons/project_retro_planning/i18n/es_EC.po delete mode 100644 addons/project_retro_planning/i18n/es_MX.po delete mode 100644 addons/project_retro_planning/i18n/es_VE.po delete mode 100644 addons/project_retro_planning/i18n/et.po delete mode 100644 addons/project_retro_planning/i18n/fi.po delete mode 100644 addons/project_retro_planning/i18n/fr.po delete mode 100644 addons/project_retro_planning/i18n/gl.po delete mode 100644 addons/project_retro_planning/i18n/hr.po delete mode 100644 addons/project_retro_planning/i18n/hu.po delete mode 100644 addons/project_retro_planning/i18n/id.po delete mode 100644 addons/project_retro_planning/i18n/it.po delete mode 100644 addons/project_retro_planning/i18n/ja.po delete mode 100644 addons/project_retro_planning/i18n/kab.po delete mode 100644 addons/project_retro_planning/i18n/ko.po delete mode 100644 addons/project_retro_planning/i18n/lt.po delete mode 100644 addons/project_retro_planning/i18n/mn.po delete mode 100644 addons/project_retro_planning/i18n/nl.po delete mode 100644 addons/project_retro_planning/i18n/nl_BE.po delete mode 100644 addons/project_retro_planning/i18n/oc.po delete mode 100644 addons/project_retro_planning/i18n/pl.po delete mode 100644 addons/project_retro_planning/i18n/project_retro_planning.pot delete mode 100644 addons/project_retro_planning/i18n/pt.po delete mode 100644 addons/project_retro_planning/i18n/pt_BR.po delete mode 100644 addons/project_retro_planning/i18n/ro.po delete mode 100644 addons/project_retro_planning/i18n/ru.po delete mode 100644 addons/project_retro_planning/i18n/sl.po delete mode 100644 addons/project_retro_planning/i18n/sq.po delete mode 100644 addons/project_retro_planning/i18n/sr.po delete mode 100644 addons/project_retro_planning/i18n/sr@latin.po delete mode 100644 addons/project_retro_planning/i18n/sv.po delete mode 100644 addons/project_retro_planning/i18n/tlh.po delete mode 100644 addons/project_retro_planning/i18n/tr.po delete mode 100644 addons/project_retro_planning/i18n/uk.po delete mode 100644 addons/project_retro_planning/i18n/ur.po delete mode 100644 addons/project_retro_planning/i18n/ur_UR.po delete mode 100644 addons/project_retro_planning/i18n/vi.po delete mode 100644 addons/project_retro_planning/i18n/zh_CN.po delete mode 100644 addons/project_retro_planning/i18n/zh_TW.po delete mode 100644 addons/project_retro_planning/project_retro_planning.py delete mode 100644 addons/project_retro_planning/test/deadline_change.yml delete mode 100644 addons/report_designer/__init__.py delete mode 100644 addons/report_designer/__openerp__.py delete mode 100644 addons/report_designer/i18n/ar.po delete mode 100644 addons/report_designer/i18n/bg.po delete mode 100644 addons/report_designer/i18n/ca.po delete mode 100644 addons/report_designer/i18n/da.po delete mode 100644 addons/report_designer/i18n/de.po delete mode 100644 addons/report_designer/i18n/el.po delete mode 100644 addons/report_designer/i18n/es.po delete mode 100644 addons/report_designer/i18n/es_CR.po delete mode 100644 addons/report_designer/i18n/es_MX.po delete mode 100644 addons/report_designer/i18n/es_VE.po delete mode 100644 addons/report_designer/i18n/fi.po delete mode 100644 addons/report_designer/i18n/fr.po delete mode 100644 addons/report_designer/i18n/gl.po delete mode 100644 addons/report_designer/i18n/hr.po delete mode 100644 addons/report_designer/i18n/hu.po delete mode 100644 addons/report_designer/i18n/it.po delete mode 100644 addons/report_designer/i18n/ja.po delete mode 100644 addons/report_designer/i18n/mn.po delete mode 100644 addons/report_designer/i18n/nb.po delete mode 100644 addons/report_designer/i18n/nl.po delete mode 100644 addons/report_designer/i18n/pt.po delete mode 100644 addons/report_designer/i18n/pt_BR.po delete mode 100644 addons/report_designer/i18n/report_designer.pot delete mode 100644 addons/report_designer/i18n/ro.po delete mode 100644 addons/report_designer/i18n/ru.po delete mode 100644 addons/report_designer/i18n/sv.po delete mode 100644 addons/report_designer/i18n/th.po delete mode 100644 addons/report_designer/i18n/tr.po delete mode 100644 addons/report_designer/i18n/zh_CN.po delete mode 100644 addons/report_designer/security/ir.model.access.csv delete mode 100644 addons/report_webkit_sample/__init__.py delete mode 100644 addons/report_webkit_sample/__openerp__.py delete mode 100644 addons/report_webkit_sample/i18n/ar.po delete mode 100644 addons/report_webkit_sample/i18n/bg.po delete mode 100644 addons/report_webkit_sample/i18n/ca.po delete mode 100644 addons/report_webkit_sample/i18n/da.po delete mode 100644 addons/report_webkit_sample/i18n/de.po delete mode 100644 addons/report_webkit_sample/i18n/es.po delete mode 100644 addons/report_webkit_sample/i18n/es_CR.po delete mode 100644 addons/report_webkit_sample/i18n/es_MX.po delete mode 100644 addons/report_webkit_sample/i18n/es_VE.po delete mode 100644 addons/report_webkit_sample/i18n/fi.po delete mode 100644 addons/report_webkit_sample/i18n/fr.po delete mode 100644 addons/report_webkit_sample/i18n/fr_FR.po delete mode 100644 addons/report_webkit_sample/i18n/gl.po delete mode 100644 addons/report_webkit_sample/i18n/hr.po delete mode 100644 addons/report_webkit_sample/i18n/hu.po delete mode 100644 addons/report_webkit_sample/i18n/it.po delete mode 100644 addons/report_webkit_sample/i18n/ja.po delete mode 100644 addons/report_webkit_sample/i18n/nl.po delete mode 100644 addons/report_webkit_sample/i18n/pt.po delete mode 100644 addons/report_webkit_sample/i18n/pt_BR.po delete mode 100644 addons/report_webkit_sample/i18n/report_webkit_sample.pot delete mode 100644 addons/report_webkit_sample/i18n/ro.po delete mode 100644 addons/report_webkit_sample/i18n/ru.po delete mode 100644 addons/report_webkit_sample/i18n/sv.po delete mode 100644 addons/report_webkit_sample/i18n/tr.po delete mode 100644 addons/report_webkit_sample/i18n/zh_CN.po delete mode 100644 addons/report_webkit_sample/report/__init__.py delete mode 100644 addons/report_webkit_sample/report/report_webkit_html.mako delete mode 100644 addons/report_webkit_sample/report/report_webkit_html.py delete mode 100644 addons/report_webkit_sample/report_webkit_html_view.xml diff --git a/addons/base_module_doc_rst/__init__.py b/addons/base_module_doc_rst/__init__.py deleted file mode 100644 index 87582ff4c7c..00000000000 --- a/addons/base_module_doc_rst/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -import base_module_doc_rst -import wizard -import report - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/__openerp__.py b/addons/base_module_doc_rst/__openerp__.py deleted file mode 100644 index f1de13bc7f0..00000000000 --- a/addons/base_module_doc_rst/__openerp__.py +++ /dev/null @@ -1,49 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - 'name': 'Generate Docs of Modules', - 'version': '1.0', - 'category': 'Tools', - 'description': """ -This module generates the Technical Guides of selected modules in Restructured Text format (RST). -================================================================================================= - - * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST - * It creates a tarball (.tgz file suffix) containing an index file and one file per module - * Generates Relationship Graph - """, - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['base'], - 'data': [ - 'base_module_doc_rst_view.xml', - 'wizard/generate_relation_graph_view.xml', - 'wizard/tech_guide_rst_view.xml', - 'module_report.xml', - ], - 'demo': [], - 'installable': True, - 'images': ['images/base_module_doc_rst1.jpeg'], -} - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/base_module_doc_rst.py b/addons/base_module_doc_rst/base_module_doc_rst.py deleted file mode 100644 index 06393fa99ff..00000000000 --- a/addons/base_module_doc_rst/base_module_doc_rst.py +++ /dev/null @@ -1,125 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -import os -import pydot -import base64 - -import report -from osv import fields, osv -import addons - -class module(osv.osv): - _inherit = 'ir.module.module' - _description = 'Module With Relationship Graph' - _columns = { - 'file_graph': fields.binary('Relationship Graph'), - } - - def _get_graphical_representation(self, cr, uid, model_ids, level=1, context=None): - obj_model = self.pool.get('ir.model') - if level == 0: - return tuple() - relation = [] - for id in model_ids: - model_data = obj_model.browse(cr, uid, id, context=context) - for field in (f for f in model_data.field_id if f.ttype in ('many2many', 'many2one', 'one2many')): - relation.append((model_data.model, field.name, field.ttype, field.relation, field.field_description)) - new_model_ids = obj_model.search(cr, uid, [('model', '=', field.relation)], context=context) - if new_model_ids: - model = obj_model.read(cr, uid, new_model_ids, ['id', 'name'], context=context)[0] - relation.extend(self._get_graphical_representation(cr, uid, model['id'], level - 1)) - return tuple(relation) - - def _get_structure(self, relations, main_element): - res = {} - for rel in relations: - # if we have to display the string along with field name then uncomment the first line n comment the second line - res.setdefault(rel[0], set()).add(rel[1]) - res.setdefault(rel[3], set()) - val = [] - for obj, fields in res.items(): - val.append('"%s" [%s label="{%s|%s}"];' % (obj, - obj in main_element and 'fillcolor=yellow, style="filled,rounded"' or "", - obj, - "|".join(["<%s> %s" % (fn, fn) for fn in fields]))) - return "\n".join(val) - - def _get_arrow(self, field_type='many2one'): - return { - 'many2one': 'arrowtail="none" arrowhead="normal" color="red" label="m2o"', - 'many2many': 'arrowtail="crow" arrowhead="crow" color="green" label="m2m"', - 'one2many': 'arrowtail="none" arrowhead="crow" color="blue" label="o2m"', - }[field_type] - - def get_graphical_representation(self, cr, uid, model_ids, context=None): - obj_model = self.pool.get('ir.model') - if context is None: - context = {} - res = {} - models = [] - for obj in obj_model.browse(cr, uid, model_ids, context=context): - models.append(obj.model) - relations = set(self._get_graphical_representation(cr, uid, model_ids, context.get('level', 1))) - res[obj.model] = "digraph G {\nnode [style=rounded, shape=record];\n%s\n%s }" % ( - self._get_structure(relations, models), - ''.join('"%s":%s -> "%s":id:n [%s]; // %s\n' % (m, fn, fr, self._get_arrow(ft),ft) for m, fn, ft, fr, fl in relations), - ) - return res - - def _get_module_objects(self, cr, uid, module, context=None): - obj_model = self.pool.get('ir.model') - obj_mod_data = self.pool.get('ir.model.data') - obj_ids = [] - model_data_ids = obj_mod_data.search(cr, uid, [('module', '=', module), ('model', '=', 'ir.model')], context=context) - model_ids = [] - for mod in obj_mod_data.browse(cr, uid, model_data_ids, context=context): - model_ids.append(mod.res_id) - models = obj_model.browse(cr, uid, model_ids, context=context) - map(lambda x: obj_ids.append(x.id),models) - return obj_ids - - def get_relation_graph(self, cr, uid, module_name, context=None): - if context is None: context = {} - object_ids = self._get_module_objects(cr, uid, module_name, context=context) - if not object_ids: - return {'module_file': False} - context.update({'level': 1}) - dots = self.get_graphical_representation(cr, uid, object_ids, context=context) - # todo: use os.realpath - file_path = addons.get_module_resource('base_module_doc_rst') - path_png = file_path + "/module.png" - for key, val in dots.items(): - path_dotfile = file_path + "/%s.dot" % (key,) - fp = file(path_dotfile, "w") - fp.write(val) - fp.close() - os.popen('dot -Tpng' +' '+ path_dotfile + ' '+ '-o' +' ' + path_png) - fp = file(path_png, "r") - x = fp.read() - fp.close() - os.popen('rm ' + path_dotfile + ' ' + path_png) - return {'module_file': base64.encodestring(x)} - -module() - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/base_module_doc_rst/base_module_doc_rst_view.xml b/addons/base_module_doc_rst/base_module_doc_rst_view.xml deleted file mode 100644 index b90583ae635..00000000000 --- a/addons/base_module_doc_rst/base_module_doc_rst_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - ir.module.module.form.graph - ir.module.module - - - - - - - - - - - - - diff --git a/addons/base_module_doc_rst/i18n/ar.po b/addons/base_module_doc_rst/i18n/ar.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/ar.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/ar_AR.po b/addons/base_module_doc_rst/i18n/ar_AR.po deleted file mode 100644 index a8f499213c8..00000000000 --- a/addons/base_module_doc_rst/i18n/ar_AR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:39:09+0000\n" -"PO-Revision-Date: 2009-01-28 00:39:09+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/base_module_doc_rst.pot b/addons/base_module_doc_rst/i18n/base_module_doc_rst.pot deleted file mode 100644 index 78f276b1b41..00000000000 --- a/addons/base_module_doc_rst/i18n/base_module_doc_rst.pot +++ /dev/null @@ -1,89 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\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: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/bg.po b/addons/base_module_doc_rst/i18n/bg.po deleted file mode 100644 index 2bc428938fb..00000000000 --- a/addons/base_module_doc_rst/i18n/bg.po +++ /dev/null @@ -1,115 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-04-03 13:20+0000\n" -"Last-Translator: Vasil Bojilov Bovilov \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-04-04 05:53+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Можете да запишете това изображение като .png файл" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Техническо ръководство във формат rst" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Ok" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Генерирана е графика с релациите)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Изберете фйл в който Техническото ръководство ще бъде написано." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * В този модул се генерират технически ръководства на избрани модули в " -"преструктуриран текстов формат(RST)\n" -"* При него се използва сфинкс (http://sphinx.pocoo.org) прилагане на RST\n" -"* Това създава tarball (. наставка tgz файл), съдържащ индекс файл и файл на " -"модул\n" -"* Генерира Връзка Graph\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Име на файла" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Създай ръководство във формат rst" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Генериране на графика за релациите" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Диаграма на връзките" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Модул" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "файл" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Затвори" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Модул Техническо ръководство като преструктуриран текст " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Графика на сближаване" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Създай Техническо ръководство във формат rst" diff --git a/addons/base_module_doc_rst/i18n/bg_BG.po b/addons/base_module_doc_rst/i18n/bg_BG.po deleted file mode 100644 index 62d7670ea15..00000000000 --- a/addons/base_module_doc_rst/i18n/bg_BG.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:40:23+0000\n" -"PO-Revision-Date: 2009-01-28 00:40:23+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/bs.po b/addons/base_module_doc_rst/i18n/bs.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/bs.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/bs_BS.po b/addons/base_module_doc_rst/i18n/bs_BS.po deleted file mode 100644 index d9f3f3db3e7..00000000000 --- a/addons/base_module_doc_rst/i18n/bs_BS.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:39:46+0000\n" -"PO-Revision-Date: 2009-01-28 00:39:46+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/ca.po b/addons/base_module_doc_rst/i18n/ca.po deleted file mode 100644 index 3cf0f8be2f1..00000000000 --- a/addons/base_module_doc_rst/i18n/ca.po +++ /dev/null @@ -1,116 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-26 18:22+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-27 06:28+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Podeu desar aquesta imatge com un fitxer. png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guia tècnica en format RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "D'acord" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Gràfics de relacions generats)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Seleccioneu un fitxer on la guia tècnica serà escrita." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Aquest mòdul genera les guies tècniques dels mòduls seleccionats en " -"RST (Restructured Text format).\n" -" * Utilitza la implementació Sphinx d'RST (http://sphinx.pocoo.org).\n" -" * Crea un arxiu comprimit (amb extensió .tgz) que conté un fitxer índex " -"i un fitxer per mòdul.\n" -" * Genera un gràfic de relacions.\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nom fitxer" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crea guia tècnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gràfic de relacions" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gràfic de relacions" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Mòdul" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Fitxer" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Tanca" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guia tècnica d'un mòdul en text reestructurat (RST) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gràfic de proximitat" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crea guia tècnica en format RST" diff --git a/addons/base_module_doc_rst/i18n/ca_ES.po b/addons/base_module_doc_rst/i18n/ca_ES.po deleted file mode 100644 index d19099d184f..00000000000 --- a/addons/base_module_doc_rst/i18n/ca_ES.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:41:01+0000\n" -"PO-Revision-Date: 2009-01-28 00:41:01+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/cs.po b/addons/base_module_doc_rst/i18n/cs.po deleted file mode 100644 index cffc9c3932d..00000000000 --- a/addons/base_module_doc_rst/i18n/cs.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-03-10 05:46+0000\n" -"Last-Translator: Konki \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Technická příručka v rst formátu" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "název souboru" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Vytvořit RST technickou příručku" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Prosím zvolte soubor do kterého bude zapsán Technický průvodce." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "soubor" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Ukončit" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Modul Technického průvodce v přepracovaném znění " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Vytvořit Technického průvodce v rst formátu" diff --git a/addons/base_module_doc_rst/i18n/cs_CZ.po b/addons/base_module_doc_rst/i18n/cs_CZ.po deleted file mode 100644 index 3981ae1e4bb..00000000000 --- a/addons/base_module_doc_rst/i18n/cs_CZ.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:43:35+0000\n" -"PO-Revision-Date: 2009-01-28 00:43:35+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/de.po b/addons/base_module_doc_rst/i18n/de.po deleted file mode 100644 index 61c31134526..00000000000 --- a/addons/base_module_doc_rst/i18n/de.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:45+0000\n" -"Last-Translator: mra (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Technische Anleitung in rst Format" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Dateiname" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Erzeuge RST technische Anleitung" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Auswahl einer Datei zum Speichern des technischen Anleitung" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Datei" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Schließen" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Modul technische Anleitung in \"Restrukturiertem Text\" " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Erzeuge technische Anleitung in RST Format" diff --git a/addons/base_module_doc_rst/i18n/de_DE.po b/addons/base_module_doc_rst/i18n/de_DE.po deleted file mode 100644 index 27b7bf4eafd..00000000000 --- a/addons/base_module_doc_rst/i18n/de_DE.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:46:14+0000\n" -"PO-Revision-Date: 2009-01-28 00:46:14+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/el.po b/addons/base_module_doc_rst/i18n/el.po deleted file mode 100644 index f8af6f16455..00000000000 --- a/addons/base_module_doc_rst/i18n/el.po +++ /dev/null @@ -1,58 +0,0 @@ -# Greek translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/es.po b/addons/base_module_doc_rst/i18n/es.po deleted file mode 100644 index 3b90ff3c439..00000000000 --- a/addons/base_module_doc_rst/i18n/es.po +++ /dev/null @@ -1,116 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-26 18:22+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-27 06:28+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Puede guardar esta imagen como un archivo .png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Gráficos de relaciones generados)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione un archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Este módulo genera las guías técnicas de los módulos seleccionados en " -"RST (Restructured Text format).\n" -" * Utiliza la implementación Sphinx de RST (http://sphinx.pocoo.org).\n" -" * Crea un archivo comprimido (con extensión .tgz) que contiene un " -"archivo índice y un archivo por módulo.\n" -" * Genera un gráfico de relaciones.\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gráfico de relaciones" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Módulo" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica de un módulo en texto reestructurado (RST) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gráfico de proximidad" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/es_AR.po b/addons/base_module_doc_rst/i18n/es_AR.po deleted file mode 100644 index 462e0807967..00000000000 --- a/addons/base_module_doc_rst/i18n/es_AR.po +++ /dev/null @@ -1,58 +0,0 @@ -# Spanish (Argentina) translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Argentina) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre de archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione el archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica de módulo en texto reestructurado (RST) " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/es_CR.po b/addons/base_module_doc_rst/i18n/es_CR.po deleted file mode 100644 index 0f8afc153db..00000000000 --- a/addons/base_module_doc_rst/i18n/es_CR.po +++ /dev/null @@ -1,112 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 02:49-0600\n" -"Last-Translator: Carlos Vásquez - CLEARCORP \n" -"Language-Team: \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-27 06:28+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Puede guardar esta imagen como un archivo .png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Gráficos de relaciones generados)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione un archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Módulo" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gráfico de proximidad" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" - -#~ msgid "" -#~ "\n" -#~ " * This module generates the Technical Guides of selected modules in " -#~ "Restructured Text format (RST)\n" -#~ " * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -#~ " * It creates a tarball (.tgz file suffix) containing an index file " -#~ "and one file per module\n" -#~ " * Generates Relationship Graph\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Este módulo genera las guías técnicas de los módulos seleccionados " -#~ "en RST (Restructured Text format).\n" -#~ " * Utiliza la implementación Sphinx de RST (http://sphinx.pocoo.org).\n" -#~ " * Crea un archivo comprimido (con extensión .tgz) que contiene un " -#~ "archivo índice y un archivo por módulo.\n" -#~ " * Genera un gráfico de relaciones.\n" -#~ " " - -#~ msgid "Module Technical Guide in Restructured Text " -#~ msgstr "Guía técnica de un módulo en texto reestructurado (RST) " diff --git a/addons/base_module_doc_rst/i18n/es_ES.po b/addons/base_module_doc_rst/i18n/es_ES.po deleted file mode 100644 index 98fffcee7f6..00000000000 --- a/addons/base_module_doc_rst/i18n/es_ES.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:53:54+0000\n" -"PO-Revision-Date: 2009-01-28 00:53:54+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/es_MX.po b/addons/base_module_doc_rst/i18n/es_MX.po deleted file mode 100644 index 3b90ff3c439..00000000000 --- a/addons/base_module_doc_rst/i18n/es_MX.po +++ /dev/null @@ -1,116 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-26 18:22+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-27 06:28+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Puede guardar esta imagen como un archivo .png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Gráficos de relaciones generados)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione un archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Este módulo genera las guías técnicas de los módulos seleccionados en " -"RST (Restructured Text format).\n" -" * Utiliza la implementación Sphinx de RST (http://sphinx.pocoo.org).\n" -" * Crea un archivo comprimido (con extensión .tgz) que contiene un " -"archivo índice y un archivo por módulo.\n" -" * Genera un gráfico de relaciones.\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gráfico de relaciones" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Módulo" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica de un módulo en texto reestructurado (RST) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gráfico de proximidad" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/es_PY.po b/addons/base_module_doc_rst/i18n/es_PY.po deleted file mode 100644 index fa24e539137..00000000000 --- a/addons/base_module_doc_rst/i18n/es_PY.po +++ /dev/null @@ -1,116 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-08 17:38+0000\n" -"Last-Translator: fadel \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-09 06:12+0000\n" -"X-Generator: Launchpad (build 12351)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Puede guardar esta image como un archivo .png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Generado gráfico de relaciones)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione un archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" Este módulo genera las guías técnicas de los módulos seleccionados en " -"RST\n" -"Utiliza la implementación Sphinx de RST (http://sphinx.pocoo.org) \n" -"Crea un archivo comprimido (con extensión .tgz) que contiene un archivo " -"índice y un archivo por módulo\n" -"Genera un gráfico de relaciones\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre de Archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gráfico de Relaciones" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Módulo" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica de un módulo en texto reestructurado (RST) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gráfico de proximidad" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/es_VE.po b/addons/base_module_doc_rst/i18n/es_VE.po deleted file mode 100644 index 3b90ff3c439..00000000000 --- a/addons/base_module_doc_rst/i18n/es_VE.po +++ /dev/null @@ -1,116 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-26 18:22+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-27 06:28+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Puede guardar esta imagen como un archivo .png" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Gráficos de relaciones generados)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, seleccione un archivo donde la guía técnica será escrita." - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Este módulo genera las guías técnicas de los módulos seleccionados en " -"RST (Restructured Text format).\n" -" * Utiliza la implementación Sphinx de RST (http://sphinx.pocoo.org).\n" -" * Crea un archivo comprimido (con extensión .tgz) que contiene un " -"archivo índice y un archivo por módulo.\n" -" * Genera un gráfico de relaciones.\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nombre archivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genera gráfico de relaciones" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Gráfico de relaciones" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Módulo" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Archivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica de un módulo en texto reestructurado (RST) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Gráfico de proximidad" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/et.po b/addons/base_module_doc_rst/i18n/et.po deleted file mode 100644 index 99584c844c5..00000000000 --- a/addons/base_module_doc_rst/i18n/et.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:45+0000\n" -"Last-Translator: Ahti Hinnov \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Tehniline juhis rst formaadis" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "failinimi" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Loo RST tehniline juhis" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Palun vali fail, kuhu tehniline juhis kirjutatakse" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "fail" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Sulge" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Mooduli tehniline juhis ümber korraldatud tekstis " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Loo tehniline juhis rst formaadis" diff --git a/addons/base_module_doc_rst/i18n/et_EE.po b/addons/base_module_doc_rst/i18n/et_EE.po deleted file mode 100644 index 682bb6b86b5..00000000000 --- a/addons/base_module_doc_rst/i18n/et_EE.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:44:54+0000\n" -"PO-Revision-Date: 2009-01-28 00:44:54+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/fi.po b/addons/base_module_doc_rst/i18n/fi.po deleted file mode 100644 index 22f4ce62c0d..00000000000 --- a/addons/base_module_doc_rst/i18n/fi.po +++ /dev/null @@ -1,58 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:01+0000\n" -"Last-Translator: Pieter J. Kersten (EduSense BV) \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Tekninen opas RST-muodossa" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Tiedoston nimi" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Luo RST tekninen opas" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Valitse mihin tekninen opas luodaan." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "tiedosto" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Sulje" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Moduulin tekninen opas uudelleen jäsenneltynä tekstinä " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Luo tekninen opas RST-muodossa" diff --git a/addons/base_module_doc_rst/i18n/fr.po b/addons/base_module_doc_rst/i18n/fr.po deleted file mode 100644 index 1943d8d679d..00000000000 --- a/addons/base_module_doc_rst/i18n/fr.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:45+0000\n" -"Last-Translator: nel \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guide Technique au format rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nom du Fichier" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crée le Guide Technical au format rst" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Choisissez un fichier où le Guide Technique sera créé." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Fichier" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Fermer" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Module du guide technique en texte restructuré " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crée le Guide Technique au format rst" diff --git a/addons/base_module_doc_rst/i18n/fr_FR.po b/addons/base_module_doc_rst/i18n/fr_FR.po deleted file mode 100644 index 909deadea39..00000000000 --- a/addons/base_module_doc_rst/i18n/fr_FR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:45:34+0000\n" -"PO-Revision-Date: 2009-01-28 00:45:34+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guide Technique au format rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nom du Fichier" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crée le Guide Technical au format rst" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Choisissez un fichier où le Guide Technique sera créé." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Fichier" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Fermer" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crée le Guide Technique au format rst" - diff --git a/addons/base_module_doc_rst/i18n/gl.po b/addons/base_module_doc_rst/i18n/gl.po deleted file mode 100644 index 83cc1c2dc36..00000000000 --- a/addons/base_module_doc_rst/i18n/gl.po +++ /dev/null @@ -1,59 +0,0 @@ -# translation of base-module-doc-rst-gl.po to Galego -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -# Frco. Javier Rial Rodríguez , 2009. -msgid "" -msgstr "" -"Project-Id-Version: base-module-doc-rst-gl\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Galego \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guía técnica en formato RST" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nome ficheiro" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Crear guía técnica RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor, elixa un ficheiro onde gardar a guía técnica." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "ficheiro" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Pechar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Guía técnica dun módulo en texto reestruturado (RST) " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Crear guía técnica en formato RST" diff --git a/addons/base_module_doc_rst/i18n/hr.po b/addons/base_module_doc_rst/i18n/hr.po deleted file mode 100644 index bfcb8987c84..00000000000 --- a/addons/base_module_doc_rst/i18n/hr.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:45+0000\n" -"Last-Translator: Ivica Perić \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Tehničko uputstvo u rst formatu" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "ime datoteke" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Stvori RST tehničko uputstvo" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Molimo odaberite datoteku u koju će se zapisati Tehničko uputstvo." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "datoteka" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Zatvori" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Tehničko uputstvo modula u restruktuiranom tekstu " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Stvori tehničko uputstvo u rst formatu" diff --git a/addons/base_module_doc_rst/i18n/hr_HR.po b/addons/base_module_doc_rst/i18n/hr_HR.po deleted file mode 100644 index 5151a6504c7..00000000000 --- a/addons/base_module_doc_rst/i18n/hr_HR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:42:56+0000\n" -"PO-Revision-Date: 2009-01-28 00:42:56+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/hu.po b/addons/base_module_doc_rst/i18n/hu.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/hu.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/hu_HU.po b/addons/base_module_doc_rst/i18n/hu_HU.po deleted file mode 100644 index 18cecdbec9a..00000000000 --- a/addons/base_module_doc_rst/i18n/hu_HU.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:46:53+0000\n" -"PO-Revision-Date: 2009-01-28 00:46:53+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/it.po b/addons/base_module_doc_rst/i18n/it.po deleted file mode 100644 index 51613179592..00000000000 --- a/addons/base_module_doc_rst/i18n/it.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:45+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guida tecnica nel formato 'rst'" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "nome file" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Creazione della Guida Tecnica in 'rst'" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Selezionare un file dove la Guida Tecnica potrebbe essere scritta." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "file" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Chiudi" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Modulo Guida tecnica in Restructured Text " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Creazione della Guida Tecnica nel formato 'rst'" diff --git a/addons/base_module_doc_rst/i18n/it_IT.po b/addons/base_module_doc_rst/i18n/it_IT.po deleted file mode 100644 index 5aa17b8ae4f..00000000000 --- a/addons/base_module_doc_rst/i18n/it_IT.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:47:34+0000\n" -"PO-Revision-Date: 2009-01-28 00:47:34+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/ko.po b/addons/base_module_doc_rst/i18n/ko.po deleted file mode 100644 index 47f040bb0c2..00000000000 --- a/addons/base_module_doc_rst/i18n/ko.po +++ /dev/null @@ -1,58 +0,0 @@ -# Korean translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: ekodaq \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "RST 포맷에 관한 기술 가이드" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "파일명" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "RST 기술 가이드 만들기" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "기술 가이드가 작성될 파일을 선택하십시오." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "파일" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "닫기" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "재구성된 텍스트 방식의 기술 가이드 모듈 " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "RST 포맷으로 기술 가이드 만들기" diff --git a/addons/base_module_doc_rst/i18n/lt.po b/addons/base_module_doc_rst/i18n/lt.po deleted file mode 100644 index 49bffe36d9b..00000000000 --- a/addons/base_module_doc_rst/i18n/lt.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:59+0000\n" -"Last-Translator: Donatas Stonys TeraxIT \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Techninis vadovas rst formate" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "failo pavadinimas" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Sukurti RST techninį vadovą" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Prašome pasirinkti kur turi būti įrašytas techninis vadovas." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "failas" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Uždaryti" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Sukurti techninį vadovą rst formatu" diff --git a/addons/base_module_doc_rst/i18n/lt_LT.po b/addons/base_module_doc_rst/i18n/lt_LT.po deleted file mode 100644 index 85b2e7ccde1..00000000000 --- a/addons/base_module_doc_rst/i18n/lt_LT.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:48:14+0000\n" -"PO-Revision-Date: 2009-01-28 00:48:14+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/nl.po b/addons/base_module_doc_rst/i18n/nl.po deleted file mode 100644 index 2f24559a820..00000000000 --- a/addons/base_module_doc_rst/i18n/nl.po +++ /dev/null @@ -1,115 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-10 20:02+0000\n" -"Last-Translator: Wouter Schrijvers \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-11 06:00+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Deze weergave kan als .png bestand opgeslagen worden" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Techische handleiding in rst formaat" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "Ok" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Relatiegrafiek wordt gegenereerd)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Kies een bestand waar de Technische handleiding wordt opgeslagen" - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Deze module genereert de Technische Gids voor de geselecteerde modules " -"in Restructured Text format (RST)\n" -" * De Sphinx (http://sphinx.pocoo.org) RST-implementatie wordt gebruikt\n" -" * De gecreëerde tarball (.tgz bestandsextensie) bevat een index-bestand " -"en één bestand per module\n" -" * Genereert Relatiegrafiek\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "bestandsnaam" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "RST Technische handleiding aanmaken" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Genereer Relatiegrafiek" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Relatiegrafiek" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Module" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "bestand" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Sluiten" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Module Technische Handleiding in Restructured Text (rst) " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Technische handleiding in rst formaat aanmaken" diff --git a/addons/base_module_doc_rst/i18n/nl_BE.po b/addons/base_module_doc_rst/i18n/nl_BE.po deleted file mode 100644 index bc31550933a..00000000000 --- a/addons/base_module_doc_rst/i18n/nl_BE.po +++ /dev/null @@ -1,58 +0,0 @@ -# Dutch (Belgium) translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Belgium) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/nl_NL.po b/addons/base_module_doc_rst/i18n/nl_NL.po deleted file mode 100644 index 412134c83d5..00000000000 --- a/addons/base_module_doc_rst/i18n/nl_NL.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:44:15+0000\n" -"PO-Revision-Date: 2009-01-28 00:44:15+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/pl.po b/addons/base_module_doc_rst/i18n/pl.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/pl.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/pl_PL.po b/addons/base_module_doc_rst/i18n/pl_PL.po deleted file mode 100644 index be5abf4cb52..00000000000 --- a/addons/base_module_doc_rst/i18n/pl_PL.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:48:56+0000\n" -"PO-Revision-Date: 2009-01-28 00:48:56+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/pt.po b/addons/base_module_doc_rst/i18n/pt.po deleted file mode 100644 index 221ff43224f..00000000000 --- a/addons/base_module_doc_rst/i18n/pt.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:54+0000\n" -"Last-Translator: mra (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Manual técnico no formato rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nome do ficheiro" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Criar um manual técnico" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor escolha um ficheiro onde guardar o Manual técnico" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "ficheiro" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Fechar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Modulo Manual técnico em texto reestruturado " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Criar um manual técnico no formato rst" diff --git a/addons/base_module_doc_rst/i18n/pt_BR.po b/addons/base_module_doc_rst/i18n/pt_BR.po deleted file mode 100644 index 683c312e5ce..00000000000 --- a/addons/base_module_doc_rst/i18n/pt_BR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: Pedro_Maschio \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Guia Técnico no formato rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "nome do arquivo" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Criar o Guia Técnico RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Por favor escolha um arquivo onde será escrito o Guia Técnico" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "Arquivo" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "fechar" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Módulo Guia Técnico em Texto Reestruturado " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Criar Guia Técnico no formato rst" diff --git a/addons/base_module_doc_rst/i18n/pt_PT.po b/addons/base_module_doc_rst/i18n/pt_PT.po deleted file mode 100644 index 1a1c804428f..00000000000 --- a/addons/base_module_doc_rst/i18n/pt_PT.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:50:20+0000\n" -"PO-Revision-Date: 2009-01-28 00:50:20+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/ro.po b/addons/base_module_doc_rst/i18n/ro.po deleted file mode 100644 index c7c4d5c3459..00000000000 --- a/addons/base_module_doc_rst/i18n/ro.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:55+0000\n" -"Last-Translator: filsys \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Ghid Tehnic in format rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "Nume Fisier" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Creare Ghid Tehnic RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Alegeti un fisier in care va fi creat Ghidul Tehnic" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "fisier" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Inchid" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Modul Ghid Tehnic in text restructurat " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Creare Ghid Tehnic in format rst" diff --git a/addons/base_module_doc_rst/i18n/ro_RO.po b/addons/base_module_doc_rst/i18n/ro_RO.po deleted file mode 100644 index 885b36e4d1f..00000000000 --- a/addons/base_module_doc_rst/i18n/ro_RO.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:51:02+0000\n" -"PO-Revision-Date: 2009-01-28 00:51:02+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/ru.po b/addons/base_module_doc_rst/i18n/ru.po deleted file mode 100644 index 1a180b83e79..00000000000 --- a/addons/base_module_doc_rst/i18n/ru.po +++ /dev/null @@ -1,116 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-04-25 14:11+0000\n" -"Last-Translator: Stanislav Hanzhin \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-04-30 06:07+0000\n" -"X-Generator: Launchpad (build 12758)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "Вы можете сохранить это изображение как PNG-файл" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Техническое руководство в формате RST" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "OK" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "(Графы отношений сгенерированны)" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" -"Пожалуйста, выберите файл, куда будет записано Техническое руководство" - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" -"\n" -" * Этот модуль генерирует Техническое Руководство для выбранных модулей в " -"формате Restructured Text format (RST)\n" -" * Он использует реализацию RST из Sphinx (http://sphinx.pocoo.org)\n" -" * Это создает архив (с расширением .tgz), содержащий файл индекса и один " -"файл на каждый модуль\n" -" * Создает граф отношений\n" -" " - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "имя файла" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Создать Техническое Руководство в формате RST" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "Сгенерировать граф отношений" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "Граф отношений" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "Модуль" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "файл" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Закрыть" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Техническая документация модуля хранится в формате RST " - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "Граф доступности" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Создать Техническое Руководство в формате rst" diff --git a/addons/base_module_doc_rst/i18n/ru_RU.po b/addons/base_module_doc_rst/i18n/ru_RU.po deleted file mode 100644 index 5615b1f92c7..00000000000 --- a/addons/base_module_doc_rst/i18n/ru_RU.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:51:45+0000\n" -"PO-Revision-Date: 2009-01-28 00:51:45+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/sk.po b/addons/base_module_doc_rst/i18n/sk.po deleted file mode 100644 index 6e7b5c2194a..00000000000 --- a/addons/base_module_doc_rst/i18n/sk.po +++ /dev/null @@ -1,58 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:01+0000\n" -"Last-Translator: Radoslav Sloboda \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Technická príručka vo formáte rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "názov súboru" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Vytvoriť RST technickú príručku" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "súbor" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Zavrieť" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Vytvoriť technickú príručku vo formáte rst" diff --git a/addons/base_module_doc_rst/i18n/sl.po b/addons/base_module_doc_rst/i18n/sl.po deleted file mode 100644 index 1aa9921b7c1..00000000000 --- a/addons/base_module_doc_rst/i18n/sl.po +++ /dev/null @@ -1,60 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 12:00+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Tehnična navodila v rst formatu" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "ime datoteke" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Izdelaj RST tehnična navodila" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" -"Prosimo, izberite datoteko, v katero se bodo zapisala tehnična navodila" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "datoteka" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Zapri" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" -"Modul tehnična navodila in prestrukturiranem besedilu (Restructured Text - " -"rst) " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Izdelaj tehnična navodila v formatu rst" diff --git a/addons/base_module_doc_rst/i18n/sl_SL.po b/addons/base_module_doc_rst/i18n/sl_SL.po deleted file mode 100644 index c096b0e3f26..00000000000 --- a/addons/base_module_doc_rst/i18n/sl_SL.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:52:28+0000\n" -"PO-Revision-Date: 2009-01-28 00:52:28+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/sq.po b/addons/base_module_doc_rst/i18n/sq.po deleted file mode 100644 index 5e6ac3f66d6..00000000000 --- a/addons/base_module_doc_rst/i18n/sq.po +++ /dev/null @@ -1,108 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-03-28 15:34+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-03-29 06:21+0000\n" -"X-Generator: Launchpad (build 12559)\n" - -#. module: base_module_doc_rst -#: view:ir.module.module:0 -msgid "You can save this image as .png file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:create.relation.graph,init,end:0 -msgid "Ok" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -msgid "(Relationship Graphs generated)" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,description:base_module_doc_rst.module_meta_information -msgid "" -"\n" -" * This module generates the Technical Guides of selected modules in " -"Restructured Text format (RST)\n" -" * It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST\n" -" * It creates a tarball (.tgz file suffix) containing an index file and " -"one file per module\n" -" * Generates Relationship Graph\n" -" " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_gen_graph -msgid "Generate Relationship Graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:create.relation.graph,init:0 -#: view:ir.module.module:0 -#: field:ir.module.module,file_graph:0 -msgid "Relationship Graph" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.model,name:base_module_doc_rst.model_ir_module_module -msgid "Module" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.report.xml,name:base_module_doc_rst.report_proximity_graph -msgid "Proximity graph" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/sr.po b/addons/base_module_doc_rst/i18n/sr.po deleted file mode 100644 index 0ff33d72e73..00000000000 --- a/addons/base_module_doc_rst/i18n/sr.po +++ /dev/null @@ -1,58 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/sr@latin.po b/addons/base_module_doc_rst/i18n/sr@latin.po deleted file mode 100644 index 0ff33d72e73..00000000000 --- a/addons/base_module_doc_rst/i18n/sr@latin.po +++ /dev/null @@ -1,58 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/sv.po b/addons/base_module_doc_rst/i18n/sv.po deleted file mode 100644 index 898ba7f7be1..00000000000 --- a/addons/base_module_doc_rst/i18n/sv.po +++ /dev/null @@ -1,22 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.14\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2010-11-22 10:19:32+0000\n" -"PO-Revision-Date: 2010-11-22 10:19:32+0000\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: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Module Technical Guide in Restructured Text " - diff --git a/addons/base_module_doc_rst/i18n/sv_SE.po b/addons/base_module_doc_rst/i18n/sv_SE.po deleted file mode 100644 index 5c2997e31b8..00000000000 --- a/addons/base_module_doc_rst/i18n/sv_SE.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:54:37+0000\n" -"PO-Revision-Date: 2009-01-28 00:54:37+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/tlh.po b/addons/base_module_doc_rst/i18n/tlh.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/tlh.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/tlh_TLH.po b/addons/base_module_doc_rst/i18n/tlh_TLH.po deleted file mode 100644 index 2fa0653a415..00000000000 --- a/addons/base_module_doc_rst/i18n/tlh_TLH.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:57:32+0000\n" -"PO-Revision-Date: 2009-01-28 00:57:32+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/tr.po b/addons/base_module_doc_rst/i18n/tr.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/tr.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/i18n/tr_TR.po b/addons/base_module_doc_rst/i18n/tr_TR.po deleted file mode 100644 index da2b62b91e0..00000000000 --- a/addons/base_module_doc_rst/i18n/tr_TR.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:55:20+0000\n" -"PO-Revision-Date: 2009-01-28 00:55:20+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/uk.po b/addons/base_module_doc_rst/i18n/uk.po deleted file mode 100644 index ae7a0b8c870..00000000000 --- a/addons/base_module_doc_rst/i18n/uk.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 11:57+0000\n" -"Last-Translator: Eugene Babiy \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "Технічна Інструкція в форматі rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "назва файлу" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "Створити Технічну Інструкцію RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "Будьласка виберіть файл в який буде записано Технічну Інструкцію." - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "файл" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "Закрити" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "Технічна Інструкція Модуля в Структурованому Тексті " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "Створити Технічну Інструкцію в форматі rst" diff --git a/addons/base_module_doc_rst/i18n/uk_UK.po b/addons/base_module_doc_rst/i18n/uk_UK.po deleted file mode 100644 index 9c45eea0f6a..00000000000 --- a/addons/base_module_doc_rst/i18n/uk_UK.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:56:04+0000\n" -"PO-Revision-Date: 2009-01-28 00:56:04+0000\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: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" - diff --git a/addons/base_module_doc_rst/i18n/ur.po b/addons/base_module_doc_rst/i18n/ur.po deleted file mode 100644 index 5c2389bcdc0..00000000000 --- a/addons/base_module_doc_rst/i18n/ur.po +++ /dev/null @@ -1,60 +0,0 @@ -# Urdu translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: Urdu \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "تشکيل ميں تکنيکي مقاله rst" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "فا ٔيل کا نام" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "تشکيل ميں تکنيکي مقاله مرقوب کريں RST" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" -"تکنيکي مقاله محفوظ کرنے کے لٔے فا ٔيل کا\r\n" -"نام" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "فا ٔيل" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "بند کریں" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "دومربوط خط ميں موڈئول تکنيکي مقاله " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "تشکيل ميں تکنيکي مقاله تخليق کريں RST" diff --git a/addons/base_module_doc_rst/i18n/zh_CN.po b/addons/base_module_doc_rst/i18n/zh_CN.po deleted file mode 100644 index cfccfd0a673..00000000000 --- a/addons/base_module_doc_rst/i18n/zh_CN.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: Kent L. H. SIU \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "rst格式的技术文档" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "文件名" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "创建RST格式的技术文档" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "请选择技术文档保存的文件名。" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "文件" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "关闭" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "reStructured Text格式的模块技术文档 " - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "创建以rst为格式的技术文档" diff --git a/addons/base_module_doc_rst/i18n/zh_TW.po b/addons/base_module_doc_rst/i18n/zh_TW.po deleted file mode 100644 index a940050398d..00000000000 --- a/addons/base_module_doc_rst/i18n/zh_TW.po +++ /dev/null @@ -1,57 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_doc_rst -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2009-01-28 00:58+0000\n" -"PO-Revision-Date: 2010-01-26 10:55+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2010-04-24 04:03+0000\n" -"X-Generator: Launchpad (build Unknown)\n" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Technical Guide in rst Format" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,name:0 -msgid "filename" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.actions.wizard,name:base_module_doc_rst.wiz_tech_guide_rst -msgid "Create RST Technical Guide" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Please choose a file where the Technical Guide will be written." -msgstr "" - -#. module: base_module_doc_rst -#: wizard_field:tech.guide.rst,init,rst_file:0 -msgid "file" -msgstr "" - -#. module: base_module_doc_rst -#: wizard_button:tech.guide.rst,init,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_doc_rst -#: model:ir.module.module,shortdesc:base_module_doc_rst.module_meta_information -msgid "Module Technical Guide in Restructured Text " -msgstr "" - -#. module: base_module_doc_rst -#: wizard_view:tech.guide.rst,init:0 -msgid "Create Technical Guide in rst Format" -msgstr "" diff --git a/addons/base_module_doc_rst/module_report.xml b/addons/base_module_doc_rst/module_report.xml deleted file mode 100644 index e3d4e342472..00000000000 --- a/addons/base_module_doc_rst/module_report.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/addons/base_module_doc_rst/report/__init__.py b/addons/base_module_doc_rst/report/__init__.py deleted file mode 100644 index 9df659665ef..00000000000 --- a/addons/base_module_doc_rst/report/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import ir_module_reference_print_graph -import report_proximity_graph - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/base_module_doc_rst/report/ir_module_reference_graph.rml b/addons/base_module_doc_rst/report/ir_module_reference_graph.rml deleted file mode 100644 index 40f631fc9c8..00000000000 --- a/addons/base_module_doc_rst/report/ir_module_reference_graph.rml +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Introspection report on objects - - - - - - - - - - - - - - -
- [[ repeatIn(objects,'module') ]] - - - - Module - - - Name - - - Version - - - Directory - - - Web - - - - - - - [[ module.name ]] - - - [[ module.shortdesc]] - - - [[module.latest_version]] - - - [[ module.name ]] - - - [[ module.website ]] - - - - - - - [[ module.description ]] - - - - Reports : - [[ format(module.reports_by_module) ]] - - - - Menu : - [[ format(module.menus_by_module) ]] - - - - View : - [[ format(module.views_by_module) ]] - - - - - - - Dependencies : - - - - - [[ repeatIn(module.dependencies_id,'dependencies_id') ]] - [[ dependencies_id.name ]] - [[ dependencies_id.state ]] - - - -
- - - - [[ repeatIn(findobj(module.name) ,'object') ]] - - - - - - - Object: [[ object.model ]] [[ objdoc(object.model) ]] - - - - - [[ repeatIn(objdoc2(object.model) or [], 'sline') ]] - [[ sline ]] - - - -
- - - -
-
- [[ repeatIn(findflds(object.model), 'field') ]] - - - - [[ field[0] ]] - - - [[ field[1].get('string', 'Unknown') ]], [[ field[1]['type'] ]] [[field[1].get('required',False) and ', required']] [[field[1].get('readonly',False) and ', readonly']] - [[ field[1].get('help', '') ]] - - - - - - -
-
- - [[ module.file_graph and setTag('para','image', {'width':'300.0','height':'250.0'}) ]][[ module.file_graph ]] -
-
-
diff --git a/addons/base_module_doc_rst/report/ir_module_reference_print_graph.py b/addons/base_module_doc_rst/report/ir_module_reference_print_graph.py deleted file mode 100644 index e70b2da63b1..00000000000 --- a/addons/base_module_doc_rst/report/ir_module_reference_print_graph.py +++ /dev/null @@ -1,82 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import time -from report import report_sxw - -class ir_module_reference_print_graph(report_sxw.rml_parse): - def __init__(self, cr, uid, name, context): - super(ir_module_reference_print_graph, self).__init__(cr, uid, name, context=context) - self.localcontext.update({ - 'time': time, - 'findobj': self._object_find, - 'objdoc': self._object_doc, - 'objdoc2': self._object_doc2, - 'findflds': self._fields_find, - }) - def _object_doc(self, obj): - modobj = self.pool.get(obj) - strdocs= modobj.__doc__ - if not strdocs: - return None - else: - strdocs=strdocs.strip().splitlines(True) - res = '' - for stre in strdocs: - if not stre or stre.isspace(): - break - res += stre - return res - - def _object_doc2(self, obj): - modobj = self.pool.get(obj) - strdocs= modobj.__doc__ - if not strdocs: - return None - else: - strdocs=strdocs.strip().splitlines(True) - res = [] - fou = False - for stre in strdocs: - if fou: - res.append(stre.strip()) - elif not stre or stre.isspace(): - fou = True - return res - - def _object_find(self, module): - ids2 = self.pool.get('ir.model.data').search(self.cr, self.uid, [('module','=',module), ('model','=','ir.model')]) - ids = [] - for mod in self.pool.get('ir.model.data').browse(self.cr, self.uid, ids2): - ids.append(mod.res_id) - modobj = self.pool.get('ir.model') - return modobj.browse(self.cr, self.uid, ids) - - def _fields_find(self, obj): - modobj = self.pool.get(obj) - res = modobj.fields_get(self.cr, self.uid).items() - return res - -report_sxw.report_sxw('report.ir.module.reference.graph', 'ir.module.module', - 'addons/base_module_doc_rst/report/ir_module_reference_graph.rml', - parser=ir_module_reference_print_graph, header=False) - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/report/report_proximity_graph.py b/addons/base_module_doc_rst/report/report_proximity_graph.py deleted file mode 100644 index 434ecf46b6d..00000000000 --- a/addons/base_module_doc_rst/report/report_proximity_graph.py +++ /dev/null @@ -1,82 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -import time, os -import pydot - -import report,pooler,tools - -class report_graph(report.interface.report_int): - def __init__(self, name, table): - report.interface.report_int.__init__(self, name) - self.table = table - - def get_proximity_graph(self, cr, uid, module_id, context=None): - pool_obj = pooler.get_pool(cr.dbname) - module_obj = pool_obj.get('ir.module.module') - nodes = [('base','unknown')] - edges = [] - def get_depend_module(module_id): - module_record = module_obj.browse(cr, uid, module_id, context=context) - if module_record.name not in nodes: - # Add new field ir.module.module object in server side. field name = module_type/ - nodes.append((module_record.name, "unknown")) - if module_record.dependencies_id: - for depen in module_record.dependencies_id: - if (module_record.name,depen.name) not in edges: - edges.append((module_record.name,depen.name)) - if depen.name == "base": - continue - id = module_obj.browse(cr, uid, module_obj.search(cr, uid, [('name', '=' ,depen.name)]), context=context) - if id: - get_depend_module(id[0].id) - get_depend_module(module_id) - graph = pydot.Dot(graph_type='digraph',fontsize='10', label="\\nProximity Graph. \\n\\nGray Color-Official Modules, Red Color-Extra Addons Modules, Blue Color-Community Modules, Purple Color-Unknow Modules" - , center='1') - for node in nodes: - if node[1] == "official": - graph.add_node(pydot.Node(node[0], style="filled", fillcolor="lightgray")) - elif node[1] == "extra_addons": - graph.add_node(pydot.Node(node[0], style="filled", fillcolor="red")) - elif node[1] == "community": - graph.add_node(pydot.Node(node[0], style="filled", fillcolor="#000FFF")) - elif node[1] == "unknown": - graph.add_node(pydot.Node(node[0], style="filled", fillcolor="purple")) - for edge in edges: - graph.add_edge(pydot.Edge(edge[0], edge[1])) - - ps_string = graph.create(prog='dot', format='ps') - if os.name == "nt": - prog = 'ps2pdf.bat' - else: - prog = 'ps2pdf' - - args = (prog, '-', '-') - input, output = tools.exec_command_pipe(*args) - input.write(ps_string) - input.close() - return output.read() - - def create(self, cr, uid, ids, data, context=None): - pdf_string = self.get_proximity_graph(cr, uid, context.get('active_id')) - return (pdf_string, 'pdf') - -report_graph('report.proximity.graph', 'ir.module.module') -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/wizard/__init__.py b/addons/base_module_doc_rst/wizard/__init__.py deleted file mode 100644 index b3c66d995c1..00000000000 --- a/addons/base_module_doc_rst/wizard/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import tech_rst_guide -import generate_relation_graph - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/wizard/generate_relation_graph.py b/addons/base_module_doc_rst/wizard/generate_relation_graph.py deleted file mode 100644 index 9ac1c8811c3..00000000000 --- a/addons/base_module_doc_rst/wizard/generate_relation_graph.py +++ /dev/null @@ -1,38 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv - -class create_graph(osv.osv_memory): - _name = "create.relation.graph" - - def get_graph(self, cr, uid, datas, context=None): - mod_obj = self.pool.get('ir.module.module') - modules = mod_obj.browse(cr, uid, context['active_ids'], context=context) - for module in modules: - module_data = mod_obj.get_relation_graph(cr, uid, module.name, context=context) - if module_data['module_file']: - mod_obj.write(cr, uid, [module.id], {'file_graph': module_data['module_file']}, context=context) - return {'type': 'ir.actions.act_window_close'} - -create_graph() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_doc_rst/wizard/generate_relation_graph_view.xml b/addons/base_module_doc_rst/wizard/generate_relation_graph_view.xml deleted file mode 100644 index ed30fc64822..00000000000 --- a/addons/base_module_doc_rst/wizard/generate_relation_graph_view.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - create.relation.graph.form - create.relation.graph - -
- -
-
- -
-
- - - -
-
diff --git a/addons/base_module_doc_rst/wizard/tech_guide_rst_view.xml b/addons/base_module_doc_rst/wizard/tech_guide_rst_view.xml deleted file mode 100644 index 86c7002568c..00000000000 --- a/addons/base_module_doc_rst/wizard/tech_guide_rst_view.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - tech.guide.rst.form - tech.guide.rst - -
- -
- - - -
-
diff --git a/addons/base_module_doc_rst/wizard/tech_rst_guide.py b/addons/base_module_doc_rst/wizard/tech_rst_guide.py deleted file mode 100644 index da2920046a3..00000000000 --- a/addons/base_module_doc_rst/wizard/tech_rst_guide.py +++ /dev/null @@ -1,477 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv, fields -import netsvc - -import base64 -import tempfile -import tarfile -import httplib -import os - -class RstDoc(object): - def __init__(self, module, objects): - self.dico = { - 'name': module.name, - 'shortdesc': module.shortdesc, - 'latest_version': module.latest_version, - 'website': module.website, - 'description': self._handle_text(module.description.strip() or 'None'), - 'report_list': self._handle_list_items(module.reports_by_module), - 'menu_list': self._handle_list_items(module.menus_by_module), - 'view_list': self._handle_list_items(module.views_by_module), - 'depends': module.dependencies_id, - 'quality_certified': bool(module.certificate) and 'yes' or 'no', - 'official_module': str(module.certificate)[:2] == '00' and 'yes' or 'no', - 'author': module.author, - 'quality_certified_label': self._quality_certified_label(module), - } - self.objects = objects - self.module = module - - def _quality_certified_label(self, module): - label = "" - certificate = module.certificate - if certificate and len(certificate) > 1: - if certificate[:2] == '00': - # addons - label = "(Official, Quality Certified)" - elif certificate[:2] == '01': - # extra addons - label = "(Quality Certified)" - - return label - - def _handle_list_items(self, list_item_as_string): - list_item_as_string = list_item_as_string.strip() - if list_item_as_string: - return [item.replace('*', '\*') for item in list_item_as_string.split('\n')] - else: - return [] - - def _handle_text(self, txt): - lst = [' %s' % line for line in txt.split('\n')] - return '\n'.join(lst) - - def _get_download_links(self): - def _is_connection_status_good(link): - server = "openerp.com" - status_good = False - try: - conn = httplib.HTTPConnection(server) - conn.request("HEAD", link) - res = conn.getresponse() - if res.status in (200, ): - status_good = True - except (Exception, ), e: - logger = netsvc.Logger() - msg = "error connecting to server '%s' with link '%s'. Error message: %s" % (server, link, str(e)) - logger.notifyChannel("base_module_doc_rst", netsvc.LOG_ERROR, msg) - status_good = False - return status_good - - versions = ('4.2', '5.0', 'trunk') - download_links = [] - for ver in versions: - link = 'http://www.openerp.com/download/modules/%s/%s.zip' % (ver, self.dico['name']) - if _is_connection_status_good(link): - download_links.append(" * `%s <%s>`_" % (ver, link)) - - if download_links: - res = '\n'.join(download_links) - else: - res = "(No download links available)" - return res - - def _write_header(self): - dico = self.dico - title = "%s (*%s*)" % (dico['shortdesc'], dico['name']) - title_underline = "=" * len(title) - dico['title'] = title - dico['title_underline'] = title_underline - dico['download_links'] = self._get_download_links() - - sl = [ - "", - ".. module:: %(name)s", - " :synopsis: %(shortdesc)s %(quality_certified_label)s", - " :noindex:", - ".. ", - "", - ".. raw:: html", - "", - "
", - """ """, - "", - """.. tip:: This module is part of the OpenERP software, the leading Open Source """, - """ enterprise management system. If you want to discover OpenERP, check our """, - """ `screencasts `_ or download """, - """ `OpenERP `_ directly.""", - "", - ".. raw:: html", - "", - """
""" % (dico['name'], ), - """ """, - "", - "%(title)s", - "%(title_underline)s", - ":Module: %(name)s", - ":Name: %(shortdesc)s", - ":Version: %(latest_version)s", - ":Author: %(author)s", - ":Directory: %(name)s", - ":Web: %(website)s", - ":Official module: %(official_module)s", - ":Quality certified: %(quality_certified)s", - "", - "Description", - "-----------", - "", - "::", - "", - "%(description)s", - "", - "Download links", - "--------------", - "", - "You can download this module as a zip file in the following version:", - "", - "%(download_links)s", - "", - ""] - return '\n'.join(sl) % (dico) - - def _write_reports(self): - sl = ["", - "Reports", - "-------"] - reports = self.dico['report_list'] - if reports: - for report in reports: - if report: - sl.append("") - sl.append(" * %s" % report) - else: - sl.extend(["", "None", ""]) - - sl.append("") - return '\n'.join(sl) - - def _write_menus(self): - sl = ["", - "Menus", - "-------", - ""] - menus = self.dico['menu_list'] - if menus: - for menu in menus: - if menu: - sl.append(" * %s" % menu) - else: - sl.extend(["", "None", ""]) - - sl.append("") - return '\n'.join(sl) - - def _write_views(self): - sl = ["", - "Views", - "-----", - ""] - views = self.dico['view_list'] - if views: - for view in views: - if view: - sl.append(" * %s" % view) - else: - sl.extend(["", "None", ""]) - - sl.append("") - return '\n'.join(sl) - - def _write_depends(self): - sl = ["", - "Dependencies", - "------------", - ""] - depends = self.dico['depends'] - if depends: - for dependency in depends: - sl.append(" * :mod:`%s`" % (dependency.name)) - else: - sl.extend(["", "None", ""]) - sl.append("") - return '\n'.join(sl) - - def _write_objects(self): - def write_field(field_def): - if not isinstance(field_def, tuple): - logger = netsvc.Logger() - msg = "Error on Object %s: field_def: %s [type: %s]" % (obj_name.encode('utf8'), field_def.encode('utf8'), type(field_def)) - logger.notifyChannel("base_module_doc_rst", netsvc.LOG_ERROR, msg) - return "" - - field_name = field_def[0] - field_dict = field_def[1] - field_required = field_dict.get('required', '') and ', required' - field_readonly = field_dict.get('readonly', '') and ', readonly' - field_help_s = field_dict.get('help', '') - if field_help_s: - field_help_s = "*%s*" % (field_help_s) - field_help = '\n'.join([' %s' % line.strip() for line in field_help_s.split('\n')]) - else: - field_help = '' - - sl = ["", - ":%s: %s, %s%s%s" % (field_name, field_dict.get('string', 'Unknown'), field_dict['type'], field_required, field_readonly), - "", - field_help, - ] - return '\n'.join(sl) - - sl = ["", - "", - "Objects", - "-------"] - if self.objects: - for obj in self.objects: - obj_name = obj['object'].name - obj_model = obj['object'].model - title = "Object: %s (%s)" % (obj_name, obj_model) - slo = [ - "", - title, - '#' * len(title), - "", - ] - - for field in obj['fields']: - slf = [ - "", - write_field(field), - "", - ] - slo.extend(slf) - sl.extend(slo) - else: - sl.extend(["", "None", ""]) - - return u'\n'.join([a.decode('utf8') for a in sl]) - - def _write_relationship_graph(self, module_name=False): - sl = ["", - "Relationship Graph", - "------------------", - "", - ".. figure:: %s_module.png" % (module_name, ), - " :scale: 50", - " :align: center", - ""] - sl.append("") - return '\n'.join(sl) - - def write(self, module_name=False): - s = '' - s += self._write_header() - s += self._write_depends() - s += self._write_reports() - s += self._write_menus() - s += self._write_views() - s += self._write_objects() - if module_name: - s += self._write_relationship_graph(module_name) - return s - - -class wizard_tech_guide_rst(osv.osv_memory): - _name = "tech.guide.rst" - _columns = { - 'rst_file': fields.binary('File', required=True, readonly=True), - } - - def _generate(self, cr, uid, context): - module_model = self.pool.get('ir.module.module') - module_ids = context['active_ids'] - - module_index = [] - - # create a temporary gzipped tarfile: - tgz_tmp_filename = tempfile.mktemp('_rst_module_doc.tgz') - try: - tarf = tarfile.open(tgz_tmp_filename, 'w:gz') - - modules = module_model.browse(cr, uid, module_ids) - for module in modules: - index_dict = { - 'name': module.name, - 'shortdesc': module.shortdesc, - } - module_index.append(index_dict) - - objects = self._get_objects(cr, uid, module) - module.test_views = self._get_views(cr, uid, module.id, context=context) - rstdoc = RstDoc(module, objects) - - # Append Relationship Graph on rst - graph_mod = False - module_name = False - if module.file_graph: - graph_mod = base64.decodestring(module.file_graph) - else: - module_data = module_model.get_relation_graph(cr, uid, module.name, context=context) - if module_data['module_file']: - graph_mod = base64.decodestring(module_data['module_file']) - if graph_mod: - module_name = module.name - try: - tmpdir = tempfile.mkdtemp() - tmp_file_graph = tempfile.NamedTemporaryFile() - tmp_file_graph.write(graph_mod) - tmp_file_graph.file.flush() - tarf.add(tmp_file_graph.name, arcname= module.name + '_module.png') - finally: - tmp_file_graph.close() - - out = rstdoc.write(module_name) - try: - tmp_file = tempfile.NamedTemporaryFile() - tmp_file.write(out.encode('utf8')) - tmp_file.file.flush() # write content to file - tarf.add(tmp_file.name, arcname=module.name + '.rst') - finally: - tmp_file.close() - - # write index file: - tmp_file = tempfile.NamedTemporaryFile() - out = self._create_index(module_index) - tmp_file.write(out.encode('utf8')) - tmp_file.file.flush() - tarf.add(tmp_file.name, arcname='index.rst') - finally: - tarf.close() - - f = open(tgz_tmp_filename, 'rb') - out = f.read() - f.close() - - if os.path.exists(tgz_tmp_filename): - try: - os.unlink(tgz_tmp_filename) - except Exception, e: - logger = netsvc.Logger() - msg = "Temporary file %s could not be deleted. (%s)" % (tgz_tmp_filename, e) - logger.notifyChannel("warning", netsvc.LOG_WARNING, msg) - - return base64.encodestring(out) - - def _get_views(self, cr, uid, module_id, context=None): - module_module_obj = self.pool.get('ir.module.module') - model_data_obj = self.pool.get('ir.model.data') - view_obj = self.pool.get('ir.ui.view') - report_obj = self.pool.get('ir.actions.report.xml') - menu_obj = self.pool.get('ir.ui.menu') - res = {} - mlist = module_module_obj.browse(cr, uid, [module_id], context=context) - mnames = {} - for m in mlist: - mnames[m.name] = m.id - res[m.id] = { - 'menus_by_module': [], - 'reports_by_module': [], - 'views_by_module': [] - } - view_id = model_data_obj.search(cr, uid, [('module', 'in', mnames.keys()), - ('model', 'in', ('ir.ui.view', 'ir.actions.report.xml', 'ir.ui.menu'))]) - for data_id in model_data_obj.browse(cr, uid, view_id, context): - # We use try except, because views or menus may not exist - try: - key = data_id['model'] - if key == 'ir.ui.view': - v = view_obj.browse(cr, uid, data_id.res_id) - v_dict = { - 'name': v.name, - 'inherit': v.inherit_id, - 'type': v.type} - res[mnames[data_id.module]]['views_by_module'].append(v_dict) - elif key == 'ir.actions.report.xml': - res[mnames[data_id.module]]['reports_by_module'].append(report_obj.browse(cr, uid, data_id.res_id).name) - elif key == 'ir.ui.menu': - res[mnames[data_id.module]]['menus_by_module'].append(menu_obj.browse(cr, uid, data_id.res_id).complete_name) - except (KeyError, ): - pass - return res - - def _create_index(self, module_index): - sl = ["", - ".. _module-technical-guide-link:", - "", - "Module Technical Guide: Introspection report on objects", - "=======================================================", - "", - ".. toctree::", - " :maxdepth: 1", - "", - ] - for mod in module_index: - sl.append(" %s" % mod['name']) - sl.append("") - return '\n'.join(sl) - - def _get_objects(self, cr, uid, module): - res = [] - objects = self._object_find(cr, uid, module) - for obj in objects: - fields = self._fields_find(cr, uid, obj.model) - dico = { - 'object': obj, - 'fields': fields - } - res.append(dico) - return res - - def _object_find(self, cr, uid, module): - ir_model_data = self.pool.get('ir.model.data') - ids2 = ir_model_data.search(cr, uid, [('module', '=', module.name), ('model', '=', 'ir.model')]) - ids = [] - for mod in ir_model_data.browse(cr, uid, ids2): - ids.append(mod.res_id) - return self.pool.get('ir.model').browse(cr, uid, ids) - - def _fields_find(self, cr, uid, obj): - modobj = self.pool.get(obj) - if modobj: - res = modobj.fields_get(cr, uid).items() - return res - else: - logger = netsvc.Logger() - msg = "Object %s not found" % (obj) - logger.notifyChannel("base_module_doc_rst", netsvc.LOG_ERROR, msg) - return "" - - _defaults = { - 'rst_file': _generate, - } - -wizard_tech_guide_rst() - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/__init__.py b/addons/base_module_record/__init__.py deleted file mode 100644 index 924e6245c8a..00000000000 --- a/addons/base_module_record/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import base_module_record -import wizard -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/base_module_record/__openerp__.py b/addons/base_module_record/__openerp__.py deleted file mode 100644 index 532dcfc932e..00000000000 --- a/addons/base_module_record/__openerp__.py +++ /dev/null @@ -1,58 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Record and Create Modules', - 'version': '1.0', - 'category': 'Tools', - 'description': """ -This module allows you to create a new module without any development. -====================================================================== - -It records all operations on objects during the recording session and produce a -.ZIP module. So you can create your own module directly from the OpenERP client. - -This version works for creating and updating existing records. It recomputes -dependencies and links for all types of widgets (many2one, many2many, ...). -It also support workflows and demo/update data. - -This should help you to easily create reusable and publishable modules for custom -configurations and demo/testing data. - -How to use it?: ---------------- -Run Settings/Technical/Module Creation/Export Customizations As a Module wizard. -Select datetime criteria of recording and objects to be recorded and Record module. - """, - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['base'], - 'data': [ - 'security/ir.model.access.csv', - 'wizard/base_module_record_object_view.xml', - 'wizard/base_module_record_data_view.xml', - ], - 'demo': [], - 'installable': True, - 'images': ['images/base_module_record1.jpeg','images/base_module_record2.jpeg','images/base_module_record3.jpeg',] -} -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/base_module_record.py b/addons/base_module_record/base_module_record.py deleted file mode 100644 index af63a0cf369..00000000000 --- a/addons/base_module_record/base_module_record.py +++ /dev/null @@ -1,504 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from xml.dom import minidom -from osv import fields,osv -import pooler -import string -import tools - - -class xElement(minidom.Element): - """dom.Element with compact print - The Element in minidom has a problem: if printed, adds whitespace - around the text nodes. The standard will not ignore that whitespace. - This class simply prints the contained nodes in their compact form, w/o - added spaces. - """ - def writexml(self, writer, indent="", addindent="", newl=""): - writer.write(indent) - minidom.Element.writexml(self, writer, indent='', addindent='', newl='') - writer.write(newl) - -def doc_createXElement(xdoc, tagName): - e = xElement(tagName) - e.ownerDocument = xdoc - return e - -import yaml -from tools import yaml_tag # This import is not unused! Do not remove! -# Please do not override yaml_tag here: modify it in server bin/tools/yaml_tag.py - -class base_module_record(osv.osv): - _name = "ir.module.record" - _columns = { - - } - def __init__(self, *args, **kwargs): - self.recording = 0 - self.recording_data = [] - self.depends = {} - super(base_module_record, self).__init__(*args, **kwargs) - - # To Be Improved - def _create_id(self, cr, uid, model, data): - i = 0 - while True: - try: - name = filter(lambda x: x in string.letters, (data.get('name','') or '').lower()) - except: - name='' -# name=data.get('name','') or ''.lower() - val = model.replace('.','_')+'_'+ name + str(i) - i+=1 - if val not in self.ids.values(): - break - return val - - def _get_id(self, cr, uid, model, id): - if type(id)==type(()): - id=id[0] - if (model,id) in self.ids: - res_id = self.ids[(model,id)] - return res_id, False - dt = self.pool.get('ir.model.data') - dtids = dt.search(cr, uid, [('model','=',model), ('res_id','=',id)]) - if not dtids: - return False, None - obj = dt.browse(cr, uid, dtids[0]) - self.depends[obj.module] = True - return obj.module+'.'+obj.name, obj.noupdate - - def _create_record(self, cr, uid, doc, model, data, record_id, noupdate=False): - data_pool = self.pool.get('ir.model.data') - model_pool = self.pool.get(model) - - record = doc.createElement('record') - record.setAttribute("id", record_id) - record.setAttribute("model", model) - record_list = [record] - - lids = data_pool.search(cr, uid, [('model','=',model)]) - res = data_pool.read(cr, uid, lids[:1], ['module']) - if res: - self.depends[res[0]['module']]=True - fields = model_pool.fields_get(cr, uid) - for key,val in data.items(): - if not (val or (fields[key]['type']=='boolean')): - continue - if (fields[key]['type'] in ('integer','float') or - fields[key]['type'] == 'selection' and isinstance(val, int)): - field = doc.createElement('field') - field.setAttribute("name", key) - field.setAttribute("eval", val and str(val) or 'False' ) - record.appendChild(field) - elif fields[key]['type'] in ('boolean',): - field = doc.createElement('field') - field.setAttribute("name", key) - field.setAttribute("eval", val and '1' or '0' ) - record.appendChild(field) - elif fields[key]['type'] in ('many2one',): - field = doc.createElement('field') - field.setAttribute("name", key) - if type(val) in (type(''),type(u'')): - id = val - else: - id,update = self._get_id(cr, uid, fields[key]['relation'], val) - noupdate = noupdate or update - if not id: - relation_pool = self.pool.get(fields[key]['relation']) - - field.setAttribute("model", fields[key]['relation']) - fld_nm = relation_pool._rec_name - name = relation_pool.read(cr, uid, val,[fld_nm])[fld_nm] or False - field.setAttribute("search", str([(str(fld_nm) ,'=', name)])) - else: - field.setAttribute("ref", id) - record.appendChild(field) - elif fields[key]['type'] in ('one2many',): - for valitem in (val or []): - if valitem[0] in (0,1): - if key in model_pool._columns: - model_pool._columns[key]._fields_id - else: - model_pool._inherit_fields[key][2]._fields_id - if valitem[0] == 0: - newid = self._create_id(cr, uid, fields[key]['relation'], valitem[2]) - valitem[1]=newid - else: - newid,update = self._get_id(cr, uid, fields[key]['relation'], valitem[1]) - if not newid: - newid = self._create_id(cr, uid, fields[key]['relation'], valitem[2]) - valitem[1]=newid - self.ids[(fields[key]['relation'], valitem[1])] = newid - - childrecord, update = self._create_record(cr, uid, doc, fields[key]['relation'],valitem[2], newid) - noupdate = noupdate or update - record_list += childrecord - else: - pass - elif fields[key]['type'] in ('many2many',): - res = [] - for valitem in (val or []): - if valitem[0]==6: - for id2 in valitem[2]: - id,update = self._get_id(cr, uid, fields[key]['relation'], id2) - self.ids[(fields[key]['relation'],id2)] = id - noupdate = noupdate or update - res.append(id) - field = doc.createElement('field') - field.setAttribute("name", key) - field.setAttribute("eval", "[(6,0,["+','.join(map(lambda x: "ref('%s')" % (x,), res))+'])]') - record.appendChild(field) - else: - field = doc_createXElement(doc, 'field') - field.setAttribute("name", key) - field.appendChild(doc.createTextNode(val)) - record.appendChild(field) - - return record_list, noupdate - - def _create_yaml_record(self, cr, uid, model, data, record_id): - record={'model': model, 'id': str(record_id)} - - model_pool = self.pool.get(model) - data_pool = self.pool.get('ir.model.data') - lids = data_pool.search(cr, uid, [('model','=',model)]) - - res = data_pool.read(cr, uid, lids[:1], ['module']) - attrs={} - if res: - self.depends[res[0]['module']]=True - fields = model_pool.fields_get(cr, uid) - defaults={} - try: - defaults[model] = model_pool.default_get(cr, uid, data) - except: - defaults[model]={} - for key,val in data.items(): - if ((key in defaults[model]) and (val == defaults[model][key])) and not(fields[key].get('required',False)): - continue - if fields[key]['type'] in ('integer','float'): - if not val: - val=0.0 - attrs[key] = val - elif not (val or (fields[key]['type']=='function')): - continue - elif fields[key]['type'] in ('boolean',): - if not val: - continue - attrs[key] = val - elif fields[key]['type'] in ('many2one',): - if type(val) in (type(''), type(u'')): - id = val - else: - id, update = self._get_id(cr, uid, fields[key]['relation'], val) - attrs[key] = str(id) - elif fields[key]['type'] in ('one2many',): - items=[[]] - for valitem in (val or []): - if valitem[0] in (0,1): - if key in model_pool._columns: - fname = model_pool._columns[key]._fields_id - else: - fname = model_pool._inherit_fields[key][2]._fields_id - del valitem[2][fname] #delete parent_field from child's fields list - - childrecord = self._create_yaml_record(cr, uid, fields[key]['relation'],valitem[2], None) - items[0].append(childrecord['attrs']) - attrs[key] = items - elif fields[key]['type'] in ('many2many',): - if (key in defaults[model]) and (val[0][2] == defaults[model][key]): - continue - res = [] - for valitem in (val or []): - if valitem[0]==6: - for id2 in valitem[2]: - id,update = self._get_id(cr, uid, fields[key]['relation'], id2) - self.ids[(fields[key]['relation'],id2)] = id - res.append(str(id)) - m2m=[res] - if m2m[0]: - attrs[key] = m2m - else: - try: - attrs[key]=str(val) - except: - attrs[key]=tools.ustr(val) - attrs[key]=attrs[key].replace('"','\'') - record['attrs'] = attrs - return record - - def get_copy_data(self, cr, uid, model, id, result): - res = [] - obj=self.pool.get(model) - data=obj.read(cr, uid,[id]) - if type(data)==type([]): - del data[0]['id'] - data=data[0] - else: - del data['id'] - - mod_fields = obj.fields_get(cr, uid) - for f in filter(lambda a: isinstance(obj._columns[a], fields.function)\ - and (not obj._columns[a].store),obj._columns): - del data[f] - - for key,val in data.items(): - if result.has_key(key): - continue - if mod_fields[key]['type'] == 'many2one': - if type(data[key])==type(True) or type(data[key])==type(1): - result[key]=data[key] - elif not data[key]: - result[key] = False - else: - result[key]=data[key][0] - - elif mod_fields[key]['type'] in ('one2many',): -# continue # due to this start stop recording will not record one2many field - rel = mod_fields[key]['relation'] - if len(data[key]): - res1=[] - for rel_id in data[key]: - res=[0,0] - res.append(self.get_copy_data(cr, uid,rel,rel_id,{})) - res1.append(res) - result[key]=res1 - else: - result[key]=data[key] - - elif mod_fields[key]['type'] == 'many2many': - result[key]=[(6,0,data[key])] - - else: - result[key]=data[key] - for k,v in obj._inherits.items(): - del result[v] - return result - - def _create_function(self, cr, uid, doc, model, name, record_id): - record = doc.createElement('function') - record.setAttribute("name", name) - record.setAttribute("model", model) - record_list = [record] - - value = doc.createElement('value') - value.setAttribute('eval', '[ref(\'%s\')]' % (record_id, )) - value.setAttribute('model', model) - - record.appendChild(value) - return record_list, False - - def _generate_object_xml(self, cr, uid, rec, recv, doc, result=None): - record_list = [] - noupdate = False - if rec[3]=='write': - for id in rec[4]: - id,update = self._get_id(cr, uid, rec[2], id) - noupdate = noupdate or update - if not id: - continue - record,update = self._create_record(cr, uid, doc, rec[2], rec[5], id) - noupdate = noupdate or update - record_list += record - - elif rec[4] in ('menu_create',): - for id in rec[5]: - id,update = self._get_id(cr, uid, rec[3], id) - noupdate = noupdate or update - if not id: - continue - record,update = self._create_function(cr, uid, doc, rec[3], rec[4], id) - noupdate = noupdate or update - record_list += record - - elif rec[3]=='create': - id = self._create_id(cr, uid, rec[2],rec[4]) - record,noupdate = self._create_record(cr, uid, doc, rec[2], rec[4], id) - self.ids[(rec[2], result)] = id - record_list += record - - elif rec[3]=='copy': - data=self.get_copy_data(cr,uid,rec[2],rec[4],rec[5]) - copy_rec=(rec[0],rec[1],rec[2],rec[3],rec[4],data,rec[5]) - rec=copy_rec - rec_data=[(self.recording_data[0][0],rec,self.recording_data[0][2],self.recording_data[0][3])] - self.recording_data=rec_data - id = self._create_id(cr, uid, rec[2],rec[5]) - record,noupdate = self._create_record(cr, uid, doc, rec[2], rec[5], id) - self.ids[(rec[2], result)] = id - record_list += record - - return record_list,noupdate - - def _generate_object_yaml(self, cr, uid, rec, result=None): - if self.mode=="create": - yml_id = self._create_id(cr, uid, rec[2],rec[4]) - self.ids[(rec[2], result)] = yml_id - record = self._create_yaml_record(cr, uid, rec[2], rec[4], yml_id) - return record - if self.mode=="workflow": - id,update = self._get_id(cr, uid, rec[2], rec[4]) - data = {} - data['model'] = rec[2] - data['action'] = rec[3] - data['ref'] = id - return data - if self.mode=="write": - id,update = self._get_id(cr, uid, rec[2],rec[4][0]) - record = self._create_yaml_record(cr, uid, rec[2], rec[5], id) - return record - data=self.get_copy_data(cr,uid,rec[2],rec[4],rec[5]) - copy_rec=(rec[0],rec[1],rec[2],rec[3],rec[4],data,rec[5]) - rec=copy_rec - rec_data=[(self.recording_data[0][0],rec,self.recording_data[0][2],self.recording_data[0][3])] - self.recording_data=rec_data - id = self._create_id(cr, uid, rec[2],rec[5]) - record = self._create_yaml_record(cr, uid, str(rec[2]), rec[5], id) - self.ids[(rec[2], result)] = id - return record - - def _generate_function_yaml(self, cr, uid, args): - db, uid, model, action, ids, context = args - temp_context = context.copy() - active_id = temp_context['active_id'] - active_model = temp_context['active_model'] - active_id, update = self._get_id(cr, uid, active_model, active_id) - if not active_id: - active_id = 1 - rec_id, noupdate = self._get_id(cr, uid, model, ids[0]) - temp_context['active_id'] = "ref('%s')"%unicode(active_id) - temp_context['active_ids'][0] = "ref('%s')"%str(active_id) - function={} - function['model'] = model - function['action'] = action - attrs = "self.%s(cr, uid, [ref('%s')], {" %(action, rec_id, ) - for k, v in temp_context.iteritems(): - if isinstance(v, str): - f= "'"+k+"': "+"'%s'"%v + ", " - else: - v=str(v).replace('"', '') - f= "'"+k+"': "+"%s"%v + ", " - attrs = attrs + f - attrs=str(attrs)+'})' - function['attrs'] = attrs - return function - - def _generate_assert_xml(self, rec, doc): - pass - - def generate_xml(self, cr, uid): - # Create the minidom document - if len(self.recording_data): - self.ids = {} - doc = minidom.Document() - terp = doc.createElement("openerp") - doc.appendChild(terp) - for rec in self.recording_data: - if rec[0]=='workflow': - rec_id,noupdate = self._get_id(cr, uid, rec[1][2], rec[1][4]) - if not rec_id: - continue - data = doc.createElement("data") - terp.appendChild(data) - wkf = doc.createElement('workflow') - data.appendChild(wkf) - wkf.setAttribute("model", rec[1][2]) - wkf.setAttribute("action", rec[1][3]) - if noupdate: - data.setAttribute("noupdate", "1") - wkf.setAttribute("ref", rec_id) - if rec[0]=='query': - res_list,noupdate = self._generate_object_xml(cr, uid, rec[1], rec[2], doc, rec[3]) - data = doc.createElement("data") - if noupdate: - data.setAttribute("noupdate", "1") - if res_list: - terp.appendChild(data) - for res in res_list: - data.appendChild(res) - elif rec[0]=='assert': - pass - return doc.toprettyxml(indent="\t").encode('utf-8') - - def generate_yaml(self, cr, uid): - self.ids = {} - if len(self.recording_data): - yaml_file='''\n''' - - for rec in self.recording_data: - if rec[1][3] == 'create': - self.mode="create" - elif rec[1][3] == 'write': - self.mode="write" - elif rec[1][3] == 'copy': - self.mode="copy" - elif rec[0] == 'workflow': - self.mode="workflow" - elif rec[0] == 'osv_memory_action': - self.mode='osv_memory_action' - else: - continue - if self.mode == "workflow": - record = self._generate_object_yaml(cr, uid, rec[1],rec[0]) - yaml_file += "!comment Performing a workflow action %s on module %s"%(record['action'], record['model']) + '''\n''' - object = yaml.load(unicode('''\n !workflow %s \n'''%record,'iso-8859-1')) - yaml_file += str(object) + '''\n\n''' - elif self.mode == 'osv_memory_action': - osv_action = self._generate_function_yaml(cr, uid, rec[1]) - yaml_file += "!comment Performing an osv_memory action %s on module %s"%(osv_action['action'], osv_action['model']) + '''\n''' - osv_action = yaml.load(unicode('''\n !python %s \n'''%osv_action,'iso-8859-1')) - yaml_file += str(osv_action) + '''\n''' - attrs = yaml.dump(osv_action.attrs, default_flow_style=False) - attrs = attrs.replace("''", '"') - attrs = attrs.replace("'", '') - yaml_file += attrs + '''\n\n''' - else: - record = self._generate_object_yaml(cr, uid, rec[1], rec[3]) - if self.mode == "create" or self.mode == "copy": - yaml_file += "!comment Creating a %s record"%(record['model']) + '''\n''' - else: - yaml_file += "!comment Modifying a %s record"%(record['model']) + '''\n''' - object = yaml.load(unicode('''\n !record %s \n'''%record,'iso-8859-1')) - yaml_file += str(object) + '''\n''' - attrs = yaml.dump(object.attrs, default_flow_style=False) - yaml_file += attrs + '''\n\n''' - - yaml_result='''''' - for line in yaml_file.split('\n'): - line=line.replace("''","'") - if (line.find('!record') == 0) or (line.find('!workflow') == 0) or (line.find('!python') == 0): - line = "- \n" + " " + line - elif line.find('!comment') == 0: - line=line.replace('!comment','- \n ') - elif line.find('- -') != -1: - line=line.replace('- -',' -') - line = " " + line - else: - line = " " + line - yaml_result += line + '''\n''' - - return yaml_result - -base_module_record() -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/base_module_record/i18n/ar.po b/addons/base_module_record/i18n/ar.po deleted file mode 100644 index ad4b05abd5c..00000000000 --- a/addons/base_module_record/i18n/ar.po +++ /dev/null @@ -1,322 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-02-03 06:26+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "فئة" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "معلومات" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "نهاية" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "اختار الاهداف لتسجيلها" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "المؤلف" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "اسم المسار" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "تسجيلات فقط" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "البيانات المستعرضة" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "اسم الملف" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "الإصدار" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "تسجيل الاهداف" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"إذا كنت تعتقد أن الملحق البرمجي قد يستخدمه آخرون، فيمكنك نشره علي " -"http://www.openerp.com. في قسم الملحقات البرمجية. يمكنك ذلك من الموقع ذاته " -"أو بإستخدام الملحق 'base_module_publish' لنشره." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "تسجيل من التاريخ" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "تسجيل الوحدة" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "تخصيصات التصدير كوحدة" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "شكرا مقدما على مساهمتك." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "قائمة الاهداف التي سيتم تسجيلها" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "وصف شامل" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "اسم الوحدة البرمجية" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "كائنات" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "وحدة ملف الرمز البريدي" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "تم انشاء الملف YAML بنجاح !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "النتيجة, الصق هذا لوحدةxml" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "تمً انشاءه" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "شكرًا لاستخدامك مسجل الوحدة" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "توثيق عنوان الانترنت" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "معدّل" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "سجل" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "تابع" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "تخصيصات التصدير كملف بيانات" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "خطأ" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "بيانات عادية" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "تم" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "إنشاء وحدة" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "نوع البيانات" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "معلومات عن الوحدة" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "النتيجة" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "إلغاء" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "إغلاق" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "تم انشائها وتعديلها" - -#~ msgid "Module Record" -#~ msgstr "تسجيل الوحدة" - -#~ msgid "Module successfully created !" -#~ msgstr "تم انشاء الوحدة بنجاح !" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "اذا كنت تفكر ان الوحدة الخاصة بك لا يمكن ان تهتم بالاشخاص الاخرون, سنفضل ان " -#~ "تعممها على OpenERP.com, في قسم ‘الوحدات‘. يمكنك عمل ذلك من خلال مواقع الويب " -#~ "او استخدام خواص وحدة ‘الاساس_الوحدة_تعميم‘." - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "هذا النموذج يسمح لك لإنشاء وحدة جديدة من دون أي تطور.\n" -#~ "فإنه يسجل جميع العمليات على المشاريع خلال الدورة والتسجيل\n" -#~ "تنتج وحدة نمطية. ZIP. لذا يمكنك إنشاء وحدة خاصة بك مباشرة من\n" -#~ "وOpenERP العميل.\n" -#~ "\n" -#~ "هذا الإصدار يعمل لإنشاء واستكمال السجلات الموجودة. انها recomputes\n" -#~ "التبعيات وصلات لجميع أنواع الحاجيات (many2one، many2many، ...).\n" -#~ "هذا أيضا دعم سير العمل وعرض / تحديث البيانات.\n" -#~ "\n" -#~ "وهذا ينبغي أن تساعدك بسهولة لخلق وحدات قابلة لإعادة الاستخدام وللنشر\n" -#~ "للحصول على تكوينات مخصصة وعرض البيانات / الاختبار.\n" -#~ "\n" -#~ "كيفية استخدامه:\n" -#~ "تشغيل إدارة / التخصيص / وحدة الإنشاء / تصدير التخصيصات ومعالج وحدة.\n" -#~ "تحديد معايير التاريخ والوقت من تسجيل والأشياء التي سيتم تسجيلها، وسجل وحدة.\n" -#~ " " diff --git a/addons/base_module_record/i18n/base_module_record.pot b/addons/base_module_record/i18n/base_module_record.pot deleted file mode 100644 index 6ed79112949..00000000000 --- a/addons/base_module_record/i18n/base_module_record.pot +++ /dev/null @@ -1,261 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\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: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "If you think your module could interest other people, we'd like you to publish it on http://www.openerp.com, in the 'Modules' section. You can do it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - diff --git a/addons/base_module_record/i18n/bg.po b/addons/base_module_record/i18n/bg.po deleted file mode 100644 index 1fbdf2b4ca2..00000000000 --- a/addons/base_module_record/i18n/bg.po +++ /dev/null @@ -1,297 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:01+0000\n" -"Last-Translator: Tsvetin Vasilev \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Категория" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Информация" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Автор" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Име на директория" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Име на файла" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Версия" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Запис на модул" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Благодаря предварително за Вашето съдействие." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Пълно описание" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Име на модул" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Модул .zip файл" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Модулът успешно създаден!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Продължи" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Тип на данните" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Информация за модула" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Откажи" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Затвори" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Името на обекта трябва да започва с \"x_\" и да не съдържа никакви специални " -#~ "символи!" - -#~ msgid "Recording Information" -#~ msgstr "Информация за записа" - -#~ msgid "Status" -#~ msgstr "Състояние" - -#~ msgid "Start Recording" -#~ msgstr "Започни запис" - -#~ msgid "Module successfully created !" -#~ msgstr "Модулът успешно създаден!" - -#~ msgid "Recording Stopped" -#~ msgstr "Записът спрян" - -#~ msgid "Continue Previous Session" -#~ msgstr "Продължи предишна сесия" - -#~ msgid "Record module" -#~ msgstr "Запиши модул" - -#~ msgid "Save Recorded Module" -#~ msgstr "Съхрани записания модул" - -#~ msgid "Stop Recording" -#~ msgstr "Край на записа" diff --git a/addons/base_module_record/i18n/bs.po b/addons/base_module_record/i18n/bs.po deleted file mode 100644 index fe933bba6fe..00000000000 --- a/addons/base_module_record/i18n/bs.po +++ /dev/null @@ -1,264 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-02-03 06:26+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/ca.po b/addons/base_module_record/i18n/ca.po deleted file mode 100644 index e1a815734df..00000000000 --- a/addons/base_module_record/i18n/ca.po +++ /dev/null @@ -1,399 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:49+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informació" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Acaba" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Selecciona els objectes a gravar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nom del directori" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Només registres" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Dades demostració" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nom de fitxer" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versió" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Gravació d'objectes" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Desa des de data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Mòdul de gravació" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exporta personalitzacions com un mòdul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gràcies per endavant per la vostra contribució." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Llista d'objectes que seran gravats" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripció completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nom del mòdul" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objectes" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Fitxer .zip del mòdul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Mòdul creat correctament!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "S'ha creat correctament el fitxer YAML!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultat, enganxi això en el xml del mòdul" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creat(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gràcies per utilitzar el mòdul de gravació" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentació" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificat(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Gravació" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continua" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exporta personalitzacions com un fitxer de dades" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Dades normals" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Accepta" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creació de mòduls" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipus de dades" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informació del mòdul" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancel·la" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Tanca" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creat(s) & Modificat(s)" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Podeu continuar la sessió de gravació tornant a executar l'assistent 'Inicia " -#~ "gravació'." - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "El nom de l'objecte ha de començar amb x_ i no contenir cap caràcter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Informació de la gravació" - -#~ msgid "Status" -#~ msgstr "Estat" - -#~ msgid "Start Recording" -#~ msgstr "Inicia la gravació" - -#~ msgid "Not Recording" -#~ msgstr "No gravant" - -#~ msgid "Recording information" -#~ msgstr "Informació de la gravació" - -#~ msgid "Module successfully created !" -#~ msgstr "Mòdul creat correctament!" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continua sessió prèvia" - -#~ msgid "Recording" -#~ msgstr "Gravant" - -#~ msgid "Module Recorder" -#~ msgstr "Gravadora de mòduls" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si creieu que el vostre mòdul pot interessar a altres, ens agradaria que ho " -#~ "publiqueu a OpenERP.com, a la secció de 'Mòduls'. Ho podeu fer mitjançant el " -#~ "lloc web o utilitzant les funcionalitats del mòdul 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "La gravadora de mòduls us permet registrar totes les operacions fetes en el " -#~ "client d'OpenERP i desar-les com un mòdul. Podreu instal·lar aquest mòdul a " -#~ "qualsevol base de dades per a reutilitzar-ho i/o publicar-ho." - -#~ msgid "Record module" -#~ msgstr "Mòdul de gravació" - -#~ msgid "Save Recorded Module" -#~ msgstr "Desa mòdul gravat" - -#~ msgid "Stop Recording" -#~ msgstr "Atura la gravació" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La gravació d'OpenERP està aturada. No oblideu desar el mòdul gravat." - -#~ msgid "Recording Stopped" -#~ msgstr "Gravació aturada" - -#~ msgid "Module Record" -#~ msgstr "Gravador de mòduls" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si creieu que el vostre mòdul podria interessar a altres persones, ens " -#~ "agradaria que el publiqueu en Openerp.com, a la secció 'Mòduls'. Podeu fer-" -#~ "ho mitjançant la pàgina web o utilitzant les característiques del mòdul " -#~ "'base_modul_publish'." - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Aquest mòdul us permet crear un nou mòdul sense cap tipus de " -#~ "desenvolupament.\n" -#~ "Grava totes les operacions sobre els objectes durant la sessió " -#~ "d'enregistrament i\n" -#~ "produeix un mòdul. *ZIP. D'aquesta forma podeu crear el vostre propi mòdul " -#~ "directament\n" -#~ "des del client d'OpenERP.\n" -#~ "\n" -#~ "Aquesta versió funciona per crear i actualitzar els registres existents. " -#~ "Recalcula\n" -#~ "dependències i enllaços per a tot tipus de ginys (many2one, many2many, " -#~ "...).\n" -#~ "També suporta fluxos de treball i dades de demostració/actualització.\n" -#~ "\n" -#~ "Això li ajudarà a crear fàcilment mòduls reutilitzables i publicables\n" -#~ "per a les configuracions personalitzades i dades de demostració/prova.\n" -#~ "\n" -#~ "Com utilitzar-ho:\n" -#~ "Executeu Administració/Personalització/Creació de mòduls/Exporta " -#~ "personalitzacions com un assistent del mòdul.\n" -#~ "Seleccioneu la data i hora d'enregistrament i els objectes que es gravaran i " -#~ "Grava mòdul.\n" -#~ " " diff --git a/addons/base_module_record/i18n/cs.po b/addons/base_module_record/i18n/cs.po deleted file mode 100644 index 1a17901532c..00000000000 --- a/addons/base_module_record/i18n/cs.po +++ /dev/null @@ -1,328 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:06+0000\n" -"Last-Translator: Jiří Hajda \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"X-Poedit-Language: Czech\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategorie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informace" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Ukončit" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Vyberte objekt pro zaznamenání" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Jméno adresáře" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Piouze záznam" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Ukázková data" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Jméno souboru" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verze" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Zaznamenávání objektů" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Pokud myslíte, že váš modul může zajímat jiné lidi, byli bychom rádi, abyste " -"jej zveřejnili v sekci 'Moduly' na http://www.openerp.com. Můžete to provést " -"přes webové stránky nebo použitím schopnosti modulu 'base_module_publish'." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Záznam od data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Zaznamenávání modulu" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportovat vlastní úpravy jako modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Předem díky za váše přispění." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Seznam objektů k záznamu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Plný popis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Jméno modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekty" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr ".ZIP soubor modulu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul úspěšně vytvořen !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "Soubor YAML úspěšně vytvořen !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Výsledek, vložte jej do xml modulu" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Vytvořeno" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Díky za použití Záznamníku modulů" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL dokumentace" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Změněno" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Zaznamenávat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Pokračovat" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportovat vlastní úpravy jako datový soubor" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Chyba" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Běžná data" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Vytvoření modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Typ dat" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informace modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Výsledek" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Zrušit" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Uzavřít" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Vytvořeno & upraveno" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Pokud si myslíte, že by váš modul mohl zajímat další lidi, byli bychom rádi, " -#~ "kdybyste jej zveřejnili na OpenERP.com v sekci 'Moduly'. Můžete to provést " -#~ "přes webové stránky nebo pomocí funkcí modulu 'base_module_publish'." - -#~ msgid "Module successfully created !" -#~ msgstr "Modul úspěšně vytvořen !" - -#~ msgid "Module Record" -#~ msgstr "Záznam modulu" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Tento modul vám umožňuje vytvořit nový modul bez jakéhokoliv vývoje.\n" -#~ "Zaznamenává všechny operace nad objekty během relace zaznamenávání a\n" -#~ "vytváří .ZIP modul. Díky tomu můžete vytvořit váš vlastní modul přímo z\n" -#~ "klienta OpenERP.\n" -#~ "\n" -#~ "Tato verze pracuje pro vytváření a aktualizaci stávajících záznamů. " -#~ "Přepočítává\n" -#~ "závislosti a propojuje všechny datové typy pomůcek (many2one, many2many, " -#~ "...).\n" -#~ "Podporuje také pracovní toky a demonstrační/aktualziační data.\n" -#~ "\n" -#~ "Měl by vám pomoci jednoduše vytvářet znovu použitelné a zveřejnitelné " -#~ "moduly\n" -#~ "pro vlastní nastavení a demonstrační/testovací data.\n" -#~ "\n" -#~ "Jak jej použít:\n" -#~ "Spusťte průvodce Správa/Přizpůsobení/Vytváření modulů/Exportovat vlastní " -#~ "úpravy jako modul.\n" -#~ "Vyberte častoé kritéria pro záznam a objekty, které mají být zaznamenány a " -#~ "modul záznamu.\n" -#~ " " diff --git a/addons/base_module_record/i18n/da.po b/addons/base_module_record/i18n/da.po deleted file mode 100644 index 4d2285398fc..00000000000 --- a/addons/base_module_record/i18n/da.po +++ /dev/null @@ -1,265 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-27 08:38+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/de.po b/addons/base_module_record/i18n/de.po deleted file mode 100644 index 68267368d44..00000000000 --- a/addons/base_module_record/i18n/de.po +++ /dev/null @@ -1,407 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:02+0000\n" -"Last-Translator: Ferdinand-camptocamp \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategorie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Information" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Ende" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Auswählen der aufzuzeichnenden Objekte" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Verzeichnis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Nur Datensätze" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Daten" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Dateiname" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Version" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objekte Aufzeichnen" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Wenn Sie glauben, dass Ihr Modul andere interessiert, können Sie dieses auf " -"http://www.openerp.com in dem Kapitel Module publizieren. \r\n" -"Sie können dies direkt auf der Web-Seite machen oder das Modul " -"base_module_publish verwenden" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Aufzeichnen ab Datum" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Module Aufzeichnung" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Export Personalisierung als Modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Danke im voraus für Ihre Hilfe ." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Liste der aufzuzeichnenden Objkete" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Ausführliche Beschreibung" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modul Bezeichnung" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekte" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Module .zip Datei" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul erfolgreich erzeugt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML Datei erfolgreich erstellt !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" -"Ergebnis, welches Sie als xml Fragment für Ihr Modul verwenden können." - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Erzeugt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Danke, dass Sie dem Modul Rekorder verwendet haben." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentation URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Verändert" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Aufzeichnen" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Fortsetzen" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Export Personalisierung als Datei" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Fehler" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normale Daten" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Export Personalisierung" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Datentyp" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informationen zum Modul" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Ergebnis" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Abbrechen" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Schliessen" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Erstellt & Verändert" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Der Objekt Name muss mit einem x_ starten und darf keine Sonderzeichen " -#~ "beinhalten" - -#~ msgid "Recording Information" -#~ msgstr "Aufnahme Information" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Start Recording" -#~ msgstr "Aufnahme starten" - -#~ msgid "Not Recording" -#~ msgstr "Keine Aufnahme" - -#~ msgid "Recording information" -#~ msgstr "Aufnahme Information" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul erfolgreich erzeugt" - -#~ msgid "Recording Stopped" -#~ msgstr "Aufzeichung angehalten" - -#~ msgid "Continue Previous Session" -#~ msgstr "vorige Sitzung fortsetzen" - -#~ msgid "Recording" -#~ msgstr "Aufnahme" - -#~ msgid "Module Recorder" -#~ msgstr "Modul Rekorder" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Falls Interesse besteht können Sie Ihr Modul aus OpenERP.com anderen " -#~ "Benutzern zur Verfügung stellen." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Der Modul Recorder erlaubt es alle Vergänge in OpenERP aufzunehmen und als " -#~ "Modul zu speichern. Siekönnen dieses Modulein jeder anderen Datenbank " -#~ "weiterverwendeun und/oder publizieren." - -#~ msgid "Record module" -#~ msgstr "Auzeichen des Modules" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Sie können die Aufzeichnung fortsetzen, indem Sie den \"Start Aufnahme\" " -#~ "Assistenten neu starten." - -#~ msgid "Save Recorded Module" -#~ msgstr "Speichere aufgezeichnetes Modul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "OpenERP Aufzeichnungsvorgang ist beendet. Vergessen Sie nicht das " -#~ "aufgezeichnete Modul zu speichern." - -#~ msgid "Stop Recording" -#~ msgstr "Aufnahme stoppen" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Wenn Sie denken, dass Ihr Modul interessant für andere Benutzer sein könnte, " -#~ "würden wir eine Veröffentlichung auf OpenERP.com begrüssen. Sie können eine " -#~ "Veröffentlichung mit dem Modul 'base_module_publish' durchführen." - -#~ msgid "Module Record" -#~ msgstr "Recorder Anwendung" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Dieses Modul ermöglicht die einfache Erstellung eines neuen Moduls ohne " -#~ "Quellcode zu schreiben.\n" -#~ "Es werden alle Vorgänge zu ausgewählten Objekten während einer aktiven " -#~ "Sitzung aufgezeichnet, um\n" -#~ "dann ein Modul in Form eines .zip Archivs zu exportieren. Somit können Sie " -#~ "sehr einfach Ihr eigenes \n" -#~ "Modul mit Hilfe des OpenERP Clients erstellen.\n" -#~ "\n" -#~ "Aufgezeichnet werden neu erstellte und/oder geänderte Datensätze. Außerdem " -#~ "werden \n" -#~ "abhängige Daten sowie existierende Verbindungen aktualisiert (many2one " -#~ "Widgets, many2many Widgets, ...). \n" -#~ "Workflows und Demo/Update Daten werden ebenfalls im Rahmen dieses Moduls " -#~ "unterstützt.\n" -#~ "\n" -#~ "Diese Funktion hilft Ihnen z.B. dabei wiederverwendbare Module zu erstellen " -#~ "und auf diesem Wege individuelle\n" -#~ "Konfigurationen zu erstellen und diese für Demos bzw. den realen Einsatz zu " -#~ "nutzen. \n" -#~ "\n" -#~ "Wie sollte das Modul angewendet werden? Starten Sie den Assistenten über das " -#~ "Menü: \n" -#~ "Administration/Personalisierung/Export Personalisierung/Export " -#~ "Personalisierung als Modul\n" -#~ "Wählen Sie dann eine Datum/Zeit Einstellung für den Export der " -#~ "aufgezeichneten Personalisierung.\n" -#~ " " diff --git a/addons/base_module_record/i18n/el.po b/addons/base_module_record/i18n/el.po deleted file mode 100644 index e47dcf0ee2e..00000000000 --- a/addons/base_module_record/i18n/el.po +++ /dev/null @@ -1,354 +0,0 @@ -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:06+0000\n" -"Last-Translator: Dimitris Andavoglou \n" -"Language-Team: nls@hellug.gr \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"X-Poedit-Country: GREECE\n" -"X-Poedit-Language: Greek\n" -"X-Poedit-SourceCharset: utf-8\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Κατηγορία" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Πληροφορίες" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Τέλος" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Επιλιλέξτε τα αντικείμενα για εγγραφή" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Δημιουργός" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Όνομα Φακέλλου" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Μόνο εγγραφές" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Δεδομένα" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Όνομα Αρχείου" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Έκδοση" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Εγγραφή Αντικειμένων" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Εγγραφή από Ημερ/νία" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Εγγραφή Αρθρώματος" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Αποθήκευση Προσαρμογών σε μορφή Αρθρώματος" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Ευχαριστούμε εκ των προτέρων για τη συνεισφορά σας." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Λίστα αντικειμένων προς εγγραφή" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Πλήρης Περιγραφή" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Όνομα Αρθρώματος" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Αντικείμενα" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Αρχείο .zip Αρθρώματος" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Το Άρθρωμα δημιουργήθηκε επιτυχώς!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Αποτέλεσμα, επικόλλησε αυτό στο xml του προσθέτου" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Δημιουργημένο" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Ευχαριστούμε που χρησιμοποιήσατε τον Αντιγραφέα Αρθρώματος" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Εγχειριδίου Χρήσης" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Τροποποιημένο" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Εγγραφή" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Συνέχεια" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Εξαγωγή Παραμετροποίησης ως αρχείο" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Λάθος" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Κανονικά Δεδομένα" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Δημιουργία Αρθρώματος" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Τύπος Δεδομένων" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Πληροφορίες Αρθρώματος" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Αποτέλεσμα" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Ακύρωση" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Κλείσιμο" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Δημιουργημένα και Τροποποιημένα" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Το όνομα πρέπει να ξεκινάει με x_ και να μην περιέχει ειδικούς χαρακτήρες!" - -#~ msgid "Recording Information" -#~ msgstr "Πληροφορίες Εγγραφής" - -#~ msgid "Status" -#~ msgstr "Στάδιο" - -#~ msgid "Start Recording" -#~ msgstr "Έναρξη Εγγραφής" - -#~ msgid "Not Recording" -#~ msgstr "Δεν αντιγράφει" - -#~ msgid "Recording information" -#~ msgstr "Πληροφορίες εγγραφής" - -#~ msgid "Module successfully created !" -#~ msgstr "Το Άρθρωμα δημιουργήθηκε επιτυχώς!" - -#~ msgid "Recording Stopped" -#~ msgstr "Εγγραφή Σταμάτησε" - -#~ msgid "Continue Previous Session" -#~ msgstr "Συνέχεια Προηγουμένων" - -#~ msgid "Recording" -#~ msgstr "Αντιγράφει" - -#~ msgid "Module Recorder" -#~ msgstr "Αντιγραφέας Αρθρώματος" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Αν νομίζετε ότι το Άρθρωμά σας μπορεί να ενδιαφέρει και άλλους, σας " -#~ "παροτρύνουμε να τη δημοσιεύσετε στο OpenERP.com, στο 'Modules' section. " -#~ "Μπορείτε να το κάνετε μέσω της ιστοσελίδας ή χρησιμοποιώντας τις λειτουργίες " -#~ "της Ενότητας 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Ο Αντιγραφέας Αρθρώματος σας επιτρέπει να αντιγράψετε κάθε εργασία που " -#~ "γίνεται μέσω του Open ERP και να την αποθηκεύσετε σαν Άρθρωμα. Μπορείτε, " -#~ "μετά, να εγκαταστήσετε αυτό το Άρθρωμά σας σε οποιαδήποτε άλλη βάση " -#~ "δεδομένων του Open ERP για να τη χρησιμοποιείσετε ή/και να το δημοσιεύσετε." - -#~ msgid "Record module" -#~ msgstr "Εγγραφή Αρθρώματος" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Μπορείτε να συνεχίσετε την εγγραφή μέσω του οδηγού Εκκίνησης Εγγραφής." - -#~ msgid "Save Recorded Module" -#~ msgstr "Αποθήκευση Εγγεγραμένου Αρθρώματος" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "Η εγγραφή έχει σταματήσει. Μπορείτε να αποθηκεύσετε το Εγγεγραμένο Άρθρωμα ." - -#~ msgid "Stop Recording" -#~ msgstr "Διακοπή Εγγραφής" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Εάν νομίζεις ότι το πρόσθετο θα ενδιαφέρει και άλλους, θα θέλαμε να το " -#~ "δημοσιεύσουμε στο OpenERP.com, στο τμήμα 'Πρόσθετα'. Μπορείς να το κάνεις " -#~ "είται μέσω της ιστοσελίδας ή χρησιμοποιόντας το 'base_module_publish' " -#~ "πρόσθετο" - -#~ msgid "Module Record" -#~ msgstr "Εγγραφή Προσθέτου" diff --git a/addons/base_module_record/i18n/es.po b/addons/base_module_record/i18n/es.po deleted file mode 100644 index 11c5edc2644..00000000000 --- a/addons/base_module_record/i18n/es.po +++ /dev/null @@ -1,398 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:04+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "¡Módulo creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Grabar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) y Modificado(s)" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Información de la grabación" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar la grabación" - -#~ msgid "Not Recording" -#~ msgstr "No grabando" - -#~ msgid "Recording information" -#~ msgstr "Información de la grabación" - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado correctamente!" - -#~ msgid "Recording Stopped" -#~ msgstr "Grabación detenida" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión previa" - -#~ msgid "Recording" -#~ msgstr "Grabando" - -#~ msgid "Module Recorder" -#~ msgstr "Grabadora de módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo puede interesar a otros, nos gustaría que lo publicara " -#~ "en OpenERP.com, en la sección de 'Módulos'. Lo puede hacer a través del " -#~ "sitio web o utilizando las funcionalidades del módulo 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "La grabadora de módulos le permite registrar todas las operaciones hechas en " -#~ "el cliente de OpenERP y guardarlas como un módulo. Podrá instalar este " -#~ "módulo en cualquier base de datos para reutilizarlo y/o publicarlo." - -#~ msgid "Record module" -#~ msgstr "Módulo de grabación" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puede continuar la sesión de grabación volviendo a ejecutar el asistente " -#~ "'Iniciar grabación'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Guardar módulo grabado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La grabación de OpenERP está detenida. No olvide guardar el módulo grabado." - -#~ msgid "Stop Recording" -#~ msgstr "Detener la grabación" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo podría interesar a otras personas, nos gustaría que lo " -#~ "publique en OpenERP.com, en la sección 'Módulos'. Puede hacerlo a través de " -#~ "la página web o usando las características del módulo 'base_module_publish'." - -#~ msgid "Module Record" -#~ msgstr "Grabador de módulos" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo le permite crear un nuevo módulo sin ningún tipo de desarrollo.\n" -#~ "Graba todas las operaciones sobre los objetos durante la sesión de grabación " -#~ "y\n" -#~ "produce un módulo. ZIP. De esta forma puede crear su propio módulo " -#~ "directamente\n" -#~ "desde el cliente de OpenERP.\n" -#~ "\n" -#~ "Esta versión funciona para crear y actualizar los registros existentes. " -#~ "Recalcula\n" -#~ "dependencias y enlaces para todo tipo de widgets (many2one, many2many, " -#~ "...).\n" -#~ "También soporta flujos de trabajo y datos de demostración/actualización.\n" -#~ "\n" -#~ "Esto le ayudará a crear fácilmente módulos reutilizables y publicables\n" -#~ "para las configuraciones personalizadas y datos de demostración/prueba.\n" -#~ "\n" -#~ "Cómo utilizarlo:\n" -#~ "Ejecute Administración/Personalización/Creación de módulos/Exportar " -#~ "personalizaciones como un asistente de módulo.\n" -#~ "Seleccione la fecha y hora de grabación y los objetos que se grabarán y " -#~ "Grabar módulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/es_AR.po b/addons/base_module_record/i18n/es_AR.po deleted file mode 100644 index 7a63a11bb33..00000000000 --- a/addons/base_module_record/i18n/es_AR.po +++ /dev/null @@ -1,339 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-09-22 15:17+0000\n" -"Last-Translator: Silvana Herrera \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a registrar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Registrar desde la fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Módulo de grabación" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Registro" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado & Modificado" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún caracter " -#~ "especial!" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado exitosamente!" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo puede interesar a otros, nos gustaría que lo publicara " -#~ "en OpenERP.com, en la sección de 'Módulos'. Lo puede hacer a través del " -#~ "sitio web o utilizando las funcionalidades del módulo 'base_module_publish'." - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión anterior" - -#~ msgid "Save Recorded Module" -#~ msgstr "Guardar módulo grabado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La grabación de OpenERP está detenida. No olvide guardar el módulo grabado." - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puede continuar la sesión de grabación volviendo a ejecutar el asistente " -#~ "'Iniciar grabación'." - -#~ msgid "Stop Recording" -#~ msgstr "Detener la grabación" - -#~ msgid "Recording Information" -#~ msgstr "Información de la grabación" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar la grabación" - -#~ msgid "Not Recording" -#~ msgstr "No grabando" - -#~ msgid "Recording Stopped" -#~ msgstr "Grabación detenida" - -#~ msgid "Recording information" -#~ msgstr "Información de la grabación" - -#~ msgid "Module Recorder" -#~ msgstr "Modulo de grabación" - -#~ msgid "Recording" -#~ msgstr "Grabación" - -#~ msgid "Record module" -#~ msgstr "Módulo de grabación" - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "El modulo de grabación le permite registrar todas las operaciones hechas en " -#~ "el cliente de OpenERP y guardarlas como un módulo. Podrá instalar este " -#~ "módulo en cualquier base de datos para reutilizarlo y/o publicarlo." diff --git a/addons/base_module_record/i18n/es_CR.po b/addons/base_module_record/i18n/es_CR.po deleted file mode 100644 index 407f9a68b94..00000000000 --- a/addons/base_module_record/i18n/es_CR.po +++ /dev/null @@ -1,282 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 17:14+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre de directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del fichero" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Si usted piensa que sus personas de interés Otros módulos se pudo, nos " -"gustaría que usted lo publique en http://www.openerp.com, en la sección de " -"'módulos'. Usted puede hacerlo a través de la página web o el uso de las " -"características de la 'base_module_publish' módulo." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Registro" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Siguiente" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrado" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) y Modificado(s)" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "El nombre del objeto debe comenzar por x_ y no contener ningún símbolo " -#~ "especial" - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado correctamente!" diff --git a/addons/base_module_record/i18n/es_EC.po b/addons/base_module_record/i18n/es_EC.po deleted file mode 100644 index 6c2e2fcbe77..00000000000 --- a/addons/base_module_record/i18n/es_EC.po +++ /dev/null @@ -1,397 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-13 04:05+0000\n" -"Last-Translator: Cristian Salamea (Gnuthink) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Grabar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrado" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) & Modificado(s)" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Información de la grabación" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar la grabación" - -#~ msgid "Not Recording" -#~ msgstr "No grabando" - -#~ msgid "Recording information" -#~ msgstr "Información de la grabación" - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado correctamente!" - -#~ msgid "Recording Stopped" -#~ msgstr "Grabación detenida" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión previa" - -#~ msgid "Recording" -#~ msgstr "Grabando" - -#~ msgid "Module Recorder" -#~ msgstr "Grabadora de módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo puede interesar a otros, nos gustaría que lo publicara " -#~ "en OpenERP.com, en la sección de 'Módulos'. Lo puede hacer a través del " -#~ "sitio web o utilizando las funcionalidades del módulo 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "La grabadora de módulos le permite registrar todas las operaciones hechas en " -#~ "el cliente de OpenERP y guardarlas como un módulo. Podrá instalar este " -#~ "módulo en cualquier base de datos para reutilizarlo y/o publicarlo." - -#~ msgid "Record module" -#~ msgstr "Módulo de grabación" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puede continuar la sesión de grabación volviendo a ejecutar el asistente " -#~ "'Iniciar grabación'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Guardar módulo grabado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La grabación de OpenERP está detenida. No olvide guardar el módulo grabado." - -#~ msgid "Stop Recording" -#~ msgstr "Detener la grabación" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo podría interesar a otras personas, nos gustaría que lo " -#~ "publique en OpenERP.com, en la sección 'Módulos'. Puede hacerlo a través de " -#~ "la página web o usando las características del módulo 'base_module_publish'." - -#~ msgid "Module Record" -#~ msgstr "Grabador de módulos" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo le permite crear un nuevo módulo sin ningún tipo de desarrollo.\n" -#~ "Graba todas las operaciones sobre los objetos durante la sesión de grabación " -#~ "y\n" -#~ "produce un módulo. ZIP. De esta forma puede crear su propio módulo " -#~ "directamente\n" -#~ "desde el cliente de OpenERP.\n" -#~ "\n" -#~ "Esta versión funciona para crear y actualizar los registros existentes. " -#~ "Recalcula\n" -#~ "dependencias y enlaces para todo tipo de widgets (many2one, many2many, " -#~ "...).\n" -#~ "También soporta flujos de trabajo y datos de demostración/actualización.\n" -#~ "\n" -#~ "Esto le ayudará a crear fácilmente módulos reutilizables y publicables\n" -#~ "para las configuraciones personalizadas y datos de demostración/prueba.\n" -#~ "\n" -#~ "Cómo utilizarlo:\n" -#~ "Ejecute Administración/Personalización/Creación de módulos/Exportar " -#~ "personalizaciones como un asistente de módulo.\n" -#~ "Seleccione la fecha y hora de grabación y los objetos que se grabarán y " -#~ "Grabar módulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/es_MX.po b/addons/base_module_record/i18n/es_MX.po deleted file mode 100644 index 0b24fc5561a..00000000000 --- a/addons/base_module_record/i18n/es_MX.po +++ /dev/null @@ -1,393 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2010-12-27 09:19+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:10+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest others people, we'd like you to " -"publish it on OpenERP.com, in the 'Modules' section. You can do it through " -"the website or using features of the 'base_module_publish' module." -msgstr "" -"Si cree que su módulo podría interesar a otras personas, nos gustaría que lo " -"publique en OpenERP.com, en la sección 'Módulos'. Puede hacerlo a través de " -"la página web o usando las características del módulo 'base_module_publish'." - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "¡Módulo creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Grabar" - -#. module: base_module_record -#: model:ir.module.module,shortdesc:base_module_record.module_meta_information -msgid "Module Record" -msgstr "Grabador de módulos" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) y Modificado(s)" - -#. module: base_module_record -#: model:ir.module.module,description:base_module_record.module_meta_information -msgid "" -"\n" -"This module allows you to create a new module without any development.\n" -"It records all operations on objects during the recording session and\n" -"produce a .ZIP module. So you can create your own module directly from\n" -"the OpenERP client.\n" -"\n" -"This version works for creating and updating existing records. It " -"recomputes\n" -"dependencies and links for all types of widgets (many2one, many2many, ...).\n" -"It also support workflows and demo/update data.\n" -"\n" -"This should help you to easily create reusable and publishable modules\n" -"for custom configurations and demo/testing data.\n" -"\n" -"How to use it:\n" -"Run Administration/Customization/Module Creation/Export Customizations As a " -"Module wizard.\n" -"Select datetime criteria of recording and objects to be recorded and Record " -"module.\n" -" " -msgstr "" -"\n" -"Este módulo le permite crear un nuevo módulo sin ningún tipo de desarrollo.\n" -"Graba todas las operaciones sobre los objetos durante la sesión de grabación " -"y\n" -"produce un módulo. ZIP. De esta forma puede crear su propio módulo " -"directamente\n" -"desde el cliente de OpenERP.\n" -"\n" -"Esta versión funciona para crear y actualizar los registros existentes. " -"Recalcula\n" -"dependencias y enlaces para todo tipo de widgets (many2one, many2many, " -"...).\n" -"También soporta flujos de trabajo y datos de demostración/actualización.\n" -"\n" -"Esto le ayudará a crear fácilmente módulos reutilizables y publicables\n" -"para las configuraciones personalizadas y datos de demostración/prueba.\n" -"\n" -"Cómo utilizarlo:\n" -"Ejecute Administración/Personalización/Creación de módulos/Exportar " -"personalizaciones como un asistente de módulo.\n" -"Seleccione la fecha y hora de grabación y los objetos que se grabarán y " -"Grabar módulo.\n" -" " - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Información de la grabación" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar la grabación" - -#~ msgid "Not Recording" -#~ msgstr "No grabando" - -#~ msgid "Recording information" -#~ msgstr "Información de la grabación" - -#~ msgid "Recording Stopped" -#~ msgstr "Grabación detenida" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión previa" - -#~ msgid "Recording" -#~ msgstr "Grabando" - -#~ msgid "Module Recorder" -#~ msgstr "Grabadora de módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo puede interesar a otros, nos gustaría que lo publicara " -#~ "en OpenERP.com, en la sección de 'Módulos'. Lo puede hacer a través del " -#~ "sitio web o utilizando las funcionalidades del módulo 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "La grabadora de módulos le permite registrar todas las operaciones hechas en " -#~ "el cliente de OpenERP y guardarlas como un módulo. Podrá instalar este " -#~ "módulo en cualquier base de datos para reutilizarlo y/o publicarlo." - -#~ msgid "Record module" -#~ msgstr "Módulo de grabación" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puede continuar la sesión de grabación volviendo a ejecutar el asistente " -#~ "'Iniciar grabación'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Guardar módulo grabado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La grabación de OpenERP está detenida. No olvide guardar el módulo grabado." - -#~ msgid "Stop Recording" -#~ msgstr "Detener la grabación" diff --git a/addons/base_module_record/i18n/es_PY.po b/addons/base_module_record/i18n/es_PY.po deleted file mode 100644 index 4a637e8c72a..00000000000 --- a/addons/base_module_record/i18n/es_PY.po +++ /dev/null @@ -1,326 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-08 17:48+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Grabar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error!" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultados" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) y Modificado(s)" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo podría interesar a otras personas, nos gustaría que lo " -#~ "publique en OpenERP.com, en la sección 'Módulos'. Puede hacerlo a través de " -#~ "la página web o usando las características del módulo 'base_module_publish'." - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado correctamente!" - -#~ msgid "Module Record" -#~ msgstr "Grabador de módulos" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo le permite crear un nuevo módulo sin ningún tipo de desarrollo.\n" -#~ "Graba todas las operaciones sobre los objetos durante la sesión de grabación " -#~ "y\n" -#~ "produce un módulo. ZIP. De esta forma puede crear su propio módulo " -#~ "directamente\n" -#~ "desde el cliente de OpenERP.\n" -#~ "\n" -#~ "Esta versión funciona para crear y actualizar los registros existentes. " -#~ "Recalcula\n" -#~ "dependencias y enlaces para todo tipo de widgets (many2one, many2many, " -#~ "...).\n" -#~ "También soporta flujos de trabajo y datos de demostración/actualización.\n" -#~ "\n" -#~ "Esto le ayudará a crear fácilmente módulos reutilizables y publicables\n" -#~ "para las configuraciones personalizadas y datos de demostración/prueba.\n" -#~ "\n" -#~ "Cómo utilizarlo:\n" -#~ "Ejecute Administración/Personalización/Creación de módulos/Exportar " -#~ "personalizaciones como un asistente de módulo.\n" -#~ "Seleccione la fecha y hora de grabación y los objetos que se grabarán y " -#~ "Grabar módulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/es_VE.po b/addons/base_module_record/i18n/es_VE.po deleted file mode 100644 index 0b24fc5561a..00000000000 --- a/addons/base_module_record/i18n/es_VE.po +++ /dev/null @@ -1,393 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2010-12-27 09:19+0000\n" -"Last-Translator: Jordi Esteve (www.zikzakmedia.com) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:10+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest others people, we'd like you to " -"publish it on OpenERP.com, in the 'Modules' section. You can do it through " -"the website or using features of the 'base_module_publish' module." -msgstr "" -"Si cree que su módulo podría interesar a otras personas, nos gustaría que lo " -"publique en OpenERP.com, en la sección 'Módulos'. Puede hacerlo a través de " -"la página web o usando las características del módulo 'base_module_publish'." - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Finalizar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar los objetos a grabar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nombre del directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sólo registros" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Grabación de objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Grabar desde fecha" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Grabación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizaciones como un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Gracias de antemano por su contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos que serán grabados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descripción completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nombre del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip del módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "¡Módulo creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Fichero YAML creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegue esto en el xml de su módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Gracias por utilizar el módulo de grabación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Grabar" - -#. module: base_module_record -#: model:ir.module.module,shortdesc:base_module_record.module_meta_information -msgid "Module Record" -msgstr "Grabador de módulos" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizaciones como un fichero de datos" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Error" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información del módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Cerrar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) y Modificado(s)" - -#. module: base_module_record -#: model:ir.module.module,description:base_module_record.module_meta_information -msgid "" -"\n" -"This module allows you to create a new module without any development.\n" -"It records all operations on objects during the recording session and\n" -"produce a .ZIP module. So you can create your own module directly from\n" -"the OpenERP client.\n" -"\n" -"This version works for creating and updating existing records. It " -"recomputes\n" -"dependencies and links for all types of widgets (many2one, many2many, ...).\n" -"It also support workflows and demo/update data.\n" -"\n" -"This should help you to easily create reusable and publishable modules\n" -"for custom configurations and demo/testing data.\n" -"\n" -"How to use it:\n" -"Run Administration/Customization/Module Creation/Export Customizations As a " -"Module wizard.\n" -"Select datetime criteria of recording and objects to be recorded and Record " -"module.\n" -" " -msgstr "" -"\n" -"Este módulo le permite crear un nuevo módulo sin ningún tipo de desarrollo.\n" -"Graba todas las operaciones sobre los objetos durante la sesión de grabación " -"y\n" -"produce un módulo. ZIP. De esta forma puede crear su propio módulo " -"directamente\n" -"desde el cliente de OpenERP.\n" -"\n" -"Esta versión funciona para crear y actualizar los registros existentes. " -"Recalcula\n" -"dependencias y enlaces para todo tipo de widgets (many2one, many2many, " -"...).\n" -"También soporta flujos de trabajo y datos de demostración/actualización.\n" -"\n" -"Esto le ayudará a crear fácilmente módulos reutilizables y publicables\n" -"para las configuraciones personalizadas y datos de demostración/prueba.\n" -"\n" -"Cómo utilizarlo:\n" -"Ejecute Administración/Personalización/Creación de módulos/Exportar " -"personalizaciones como un asistente de módulo.\n" -"Seleccione la fecha y hora de grabación y los objetos que se grabarán y " -"Grabar módulo.\n" -" " - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡El nombre del objeto debe empezar con x_ y no contener ningún carácter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Información de la grabación" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar la grabación" - -#~ msgid "Not Recording" -#~ msgstr "No grabando" - -#~ msgid "Recording information" -#~ msgstr "Información de la grabación" - -#~ msgid "Recording Stopped" -#~ msgstr "Grabación detenida" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión previa" - -#~ msgid "Recording" -#~ msgstr "Grabando" - -#~ msgid "Module Recorder" -#~ msgstr "Grabadora de módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si cree que su módulo puede interesar a otros, nos gustaría que lo publicara " -#~ "en OpenERP.com, en la sección de 'Módulos'. Lo puede hacer a través del " -#~ "sitio web o utilizando las funcionalidades del módulo 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "La grabadora de módulos le permite registrar todas las operaciones hechas en " -#~ "el cliente de OpenERP y guardarlas como un módulo. Podrá instalar este " -#~ "módulo en cualquier base de datos para reutilizarlo y/o publicarlo." - -#~ msgid "Record module" -#~ msgstr "Módulo de grabación" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puede continuar la sesión de grabación volviendo a ejecutar el asistente " -#~ "'Iniciar grabación'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Guardar módulo grabado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La grabación de OpenERP está detenida. No olvide guardar el módulo grabado." - -#~ msgid "Stop Recording" -#~ msgstr "Detener la grabación" diff --git a/addons/base_module_record/i18n/et.po b/addons/base_module_record/i18n/et.po deleted file mode 100644 index 2d5fede4619..00000000000 --- a/addons/base_module_record/i18n/et.po +++ /dev/null @@ -1,337 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:07+0000\n" -"Last-Translator: Ahti Hinnov \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategooria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informatsioon" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Vali objektid salvestamiseks" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Kataloogi nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Ainult kirjed" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Näidisandmed" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Faili nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versioon" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objektide salvestamine" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Salvestus alates kuupäevast:" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Mooduli salvestamine" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Eksprodi kohandamised moodulina" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Tänud ette sinu panuse eest." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Nimekiri salvestatavatest objektidest" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Täielik kirjeldus" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Mooduli nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objektid" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Mooduli .zip fail" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Moodul edukalt loodud!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Loodud" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Tänud mooduli salvestaja kasutamise eest" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentatsiooni URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Muudetud" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Salvestus" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Jätka" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normaalandmed" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Olgu" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Mooduli loomine" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Andmetüüp" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Mooduli informatsioon" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Loobu" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Sulge" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Loodud ja muudetud" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objekti nimi peab algama x_'ga ja ei tohi sisaldada ühtegi erisümbolit !" - -#~ msgid "Recording Information" -#~ msgstr "Salvestamise informatsioon" - -#~ msgid "Status" -#~ msgstr "Olek" - -#~ msgid "Start Recording" -#~ msgstr "Alusta salvestamist" - -#~ msgid "Not Recording" -#~ msgstr "Ei salvesta" - -#~ msgid "Recording information" -#~ msgstr "Salvestamise informatsioon" - -#~ msgid "Module successfully created !" -#~ msgstr "Moodul edukalt loodud!" - -#~ msgid "Recording Stopped" -#~ msgstr "Salvestamine lõppenud" - -#~ msgid "Continue Previous Session" -#~ msgstr "Jätka eelmist seanssi" - -#~ msgid "Recording" -#~ msgstr "Salvestamine" - -#~ msgid "Module Recorder" -#~ msgstr "Mooduli salvestaja" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Kui sa arvad, et su moodul võiks huvitada teisi inimesi, siis soovime et sa " -#~ "avaldaksid selle OpenERP.com 'Moodulid' sektsioonis. Sa saad teha seda läbi " -#~ "veebilehe või kasutades 'base_module_publish' mooduli võimalusi." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Mooduli salvestaja võimaldab sul salvestada kõik operatsioonid, mis Open ERP " -#~ "kliendis tehtud, ja salvestada neid moodulina. Sul on võimalik paigaldada " -#~ "seda moodulit igale andmebaasile, et kasutada uuesti ja/või avaldada seda." - -#~ msgid "Record module" -#~ msgstr "Salvesta moodul" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Sa saad jätkata salvestamise seanssi taaskäivitades 'alusta salvestamist' " -#~ "nõustaja." - -#~ msgid "Save Recorded Module" -#~ msgstr "Salvesta salvestatud moodul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "Open ERP salvestamine on lõppenud. Ära unusta moodulit salvestada." - -#~ msgid "Stop Recording" -#~ msgstr "Peata salvestamine" diff --git a/addons/base_module_record/i18n/fa.po b/addons/base_module_record/i18n/fa.po deleted file mode 100644 index e8754c4ed64..00000000000 --- a/addons/base_module_record/i18n/fa.po +++ /dev/null @@ -1,265 +0,0 @@ -# Persian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-12-19 09:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/fi.po b/addons/base_module_record/i18n/fi.po deleted file mode 100644 index ea8ad4191aa..00000000000 --- a/addons/base_module_record/i18n/fi.po +++ /dev/null @@ -1,339 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:26+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Tiedot" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Loppu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Valitse objekteja tallennukseen" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Laatija" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Hakemiston nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Vain tallennukset" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demotieto (data)" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Tiedoston nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versio" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objektien tallentaminen" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Päivämäärän tallenteet" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Moduulitallennus" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Vie kustomoinnit moduulina" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Kiitos jo etukäteen panoksestasi." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista objekteista jotka tallennetaan" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Koko kuvaus" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Moduulin nimi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objektit" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Moduuli .zip-tiedostona" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Moduulin luotu onnistuneesti !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML tiedosto luotu onnistuneesti !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Tulos, liitä tämä moduulisi xml:ään!" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Luotu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Kiitos, että käytit moduuli nauhuria" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentaatio URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Muokattu" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Nauhoita" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Jatka" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Vie kustomoinnin datatiedostona" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Virhe" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normaalit tiedot" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Moduulin luonti" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tiedon tyyppi" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Moduulin tiedot" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Tulos" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Peruuta" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Sulje" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Luotu ja muokattu" - -#~ msgid "Start Recording" -#~ msgstr "Aloita nauhoitus" - -#~ msgid "Status" -#~ msgstr "Tila" - -#~ msgid "Not Recording" -#~ msgstr "Nauhoitus ei ole käynnissä" - -#~ msgid "Recording Stopped" -#~ msgstr "Nauhoitus lopetettu" - -#~ msgid "Module successfully created !" -#~ msgstr "Moduulin luotu onnistuneesti !" - -#~ msgid "Recording information" -#~ msgstr "Nauhoituksen tiedot" - -#~ msgid "Module Recorder" -#~ msgstr "Moduuli nauhuri" - -#~ msgid "Continue Previous Session" -#~ msgstr "Jatka edellistä istuntoa" - -#~ msgid "Recording" -#~ msgstr "Nauhoittaa" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Voit jatkaa nauhoitus sessiota käynnistämällä 'Aloita nauhoitus' -toiminto " -#~ "uudelleen." - -#~ msgid "Record module" -#~ msgstr "Nauhoita moduuli" - -#~ msgid "Save Recorded Module" -#~ msgstr "Tallenna nauhoitettu moduuli" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "Open ERP nauhoitus on pysäytetty. Älä unohda tallentaa nauhoitettua moduulia." - -#~ msgid "Stop Recording" -#~ msgstr "Lopeta nauhoitus" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "Objektin nimen tulee alkaa x_ ja se ei saa sisältää erikoismerkkejä!" - -#~ msgid "Recording Information" -#~ msgstr "Tallennuksen tiedot" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Jos luulet, että tekemäsi moduuli kiinnostaa muita käyttäjiä, haluaisimme " -#~ "että julkaiset sen OpenERP.com:ssa, \"Modules\" -osiossa. Voit tehdä sen " -#~ "kotisivulta käyttäen \"base_module_publish\" -moduulin ominaisuuksia." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Moduulitallentaja sallii sinun nauhoittavan/tallentavan kaikki toiminnot, " -#~ "jotka on tehty OpenERP -asiakasohjelmalla ja tallentavan ne moduuliksi. " -#~ "SInun on mahdollista asentaa tämä moduuli mihin tahansa tietokantaan " -#~ "uudelleenkäyttöä varten ja/tai voit julkaista sen." diff --git a/addons/base_module_record/i18n/fr.po b/addons/base_module_record/i18n/fr.po deleted file mode 100644 index 0c5111aa33b..00000000000 --- a/addons/base_module_record/i18n/fr.po +++ /dev/null @@ -1,408 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:12+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Catégorie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informations" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Fin" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Choisissez les objets à enregistrer" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Auteur" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nom du répertoire" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Enregistrements seulement" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Données de démo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nom du fichier" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Version" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Enregistrements des objets" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Si vous pensez que votre module peut intéresser d'autres personnes, nous " -"aimerions que vous le publiez sur http://www.openerp.com, dans la section " -"'http://apps.openerp.com/send_branch/'. Vous pouvez le faire par " -"l'intermédiaire du site Web ou en utilisant le module " -"\"base_module_publish\"." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Enregistrer depuis une date" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Enregistrement du module" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exporter le paramétrage sous forme de module" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Merci d'avance pour votre contribution." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Liste des objets à enregistrer" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Description complète" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nom du module" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objets" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Fichier zip du Module" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Module créé avec succès !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "Fichier YAML créé avec succès !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Résultat ; copier ceci dans le code XML de votre module." - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Créé" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Merci d'avoir utiliser l'enregistreur de module" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Lien vers la documentation" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modifié" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Enregistrement" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuer" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exporter les paramètrages en tant que fichier de données" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Erreur" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Données normales" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Création de module" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Type de données" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informations sur le module" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Résultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Annuler" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Fermer" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Créé et modifié" - -#~ msgid "Recording Information" -#~ msgstr "Information sur l'Enregistrement" - -#~ msgid "Status" -#~ msgstr "État" - -#~ msgid "Start Recording" -#~ msgstr "Démarrer l'enregistrement" - -#~ msgid "Not Recording" -#~ msgstr "Enregistrement en pause" - -#~ msgid "Recording information" -#~ msgstr "Information sur l'Enregistrement" - -#~ msgid "Module successfully created !" -#~ msgstr "Module créé avec succès !" - -#~ msgid "Recording Stopped" -#~ msgstr "Enregistrement arreté" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuer la Session Précédente" - -#~ msgid "Recording" -#~ msgstr "Enregistrement" - -#~ msgid "Module Recorder" -#~ msgstr "Module Enregisteur" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si vous pensez que votre module peut interresser d'autres personnes, nou " -#~ "aimerions que vous le publiez sur OpenERP.com dans la section 'Modules'. " -#~ "Vous pouvez le faire par le site internet ou en utilisant les " -#~ "fonctionnalités du module 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Le module recorder vous permet d'enregistrer toutes les manipulations " -#~ "effectuées dans le client OpenERP et de sauvegarder le tout dans un module. " -#~ "Vous serez capable d'installer ce module sur toutes vos bases de données " -#~ "et/ou de le publier." - -#~ msgid "Record module" -#~ msgstr "Enregistrer le Module" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Vous pouvez continuer la session d'enregistrement en relançant l'assisant " -#~ "\"Commencer l'enregistrement\"" - -#~ msgid "Save Recorded Module" -#~ msgstr "Sauvegarder le Module Enregistré" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "L'enregistrement OpenERP est arreté. N'oublier pas de sauvegarder le module " -#~ "enregistré." - -#~ msgid "Stop Recording" -#~ msgstr "Arrêter l'enregistrement" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Si vous pensez que votre module peut intéresser d'autres personnes, nous " -#~ "souhaiterions que vous le publiiez sur OpenERP.com dans la rubrique " -#~ "\"Modules\". Vous pouvez le faire sur le site web ou en utilisant le module " -#~ "\"base_module_publish\"." - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Le nom de l'objet doit commencer par x_ et ne doit contenir aucun caractère " -#~ "spécial !" - -#~ msgid "Module Record" -#~ msgstr "Enregistrement de module" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Ce module vous permet de créer un nouveau module sans aucun développement.\n" -#~ "Il enregistre toutes les opérations sur les objets durant la session " -#~ "d'enregistrement\n" -#~ "et produit un module .ZIP. Vous pouvez donc créer votre propre module " -#~ "directement\n" -#~ "depuis OpenERP.\n" -#~ "\n" -#~ "Cette version fonctionne pour la création et la modification " -#~ "d'enregistrements existants.\n" -#~ "Elle recalcule les dépendances et les liens pour tous les types de widgets " -#~ "(many2one,\n" -#~ "many2many, ...).\n" -#~ "Elle supporte aussi les workflows et les données de démo et de mise-à-jour.\n" -#~ "\n" -#~ "Ceci devrait vous aider à créer des modules réutilisables et publiables pour " -#~ "des \n" -#~ "configurations personnalisées et des données de démo et de test.\n" -#~ "\n" -#~ "Comment l'utiliser :\n" -#~ "Exécutez l'assistant Administration/Paramétrage/Création de module/Exporter " -#~ "les paramétrages comme module.\n" -#~ "Sélectionnez une date d'enregistrement, les objets à enregistrer et " -#~ "enregistrez le module.\n" -#~ " " diff --git a/addons/base_module_record/i18n/gl.po b/addons/base_module_record/i18n/gl.po deleted file mode 100644 index a59e93262db..00000000000 --- a/addons/base_module_record/i18n/gl.po +++ /dev/null @@ -1,397 +0,0 @@ -# translation of base-module-record-gl.po to Galego -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -# Frco. Javier Rial Rodríguez , 2009. -msgid "" -msgstr "" -"Project-Id-Version: base-module-record-gl\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:31+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Galego \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoría" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Información" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Final" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Seleccionar os obxectos a gravar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nome do directorio" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Só rexistros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Datos demostración" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nome do ficheiro" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versión" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Gravación de obxectos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Gravar desde data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Gravación de módulos" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar personalizacións coma un módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Graciñas de antemán pola súa contribución." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de obxectos que serán gravados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descrición completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nome do módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Obxectos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Archivo .zip do módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "¡Módulo creado correctamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "¡Arquivo YAML creado satisfactoriamente!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, pegar isto ó xml do seu módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creado(s)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Graciñas por usar o módulo de gravación" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL documentación" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado(s)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Gravar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar as Personalizacións Como Datos do Arquivo" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Erro" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Datos normais" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Aceptar" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creación do módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de datos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Información do módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Pechar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creado(s) e modificado(s)" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "¡O nome do obxecto debe comezar con x_ y e non conter ningún carácter " -#~ "especial!" - -#~ msgid "Recording Information" -#~ msgstr "Información da gravación" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar a gravación" - -#~ msgid "Not Recording" -#~ msgstr "Non se está a gravar" - -#~ msgid "Recording information" -#~ msgstr "Información da gravación" - -#~ msgid "Module successfully created !" -#~ msgstr "¡Módulo creado correctamente!" - -#~ msgid "Recording Stopped" -#~ msgstr "Gravación detida" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar sesión anterior" - -#~ msgid "Recording" -#~ msgstr "Gravando" - -#~ msgid "Module Recorder" -#~ msgstr "Gravadora de módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se cre que o seu módulo pode interesar a outros, gustaríanos que o publicara " -#~ "en OpenERP.com, na sección de 'Módulos'. Pódeo facer a través do sitio web " -#~ "ou usando as funcionalidades do módulo 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "A gravadora de módulos permítelle rexistrar todas as operacións feitas no " -#~ "cliente de OpenERP e gardalas coma un módulo. Poderá instalar este módulo en " -#~ "calquera base de datos para reutilizalo e/ou publicalo." - -#~ msgid "Record module" -#~ msgstr "Módulo de gravación" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Pode continuar a sesión de gravación volvendo a executar o asistente " -#~ "'Iniciar gravación'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Gardar módulo gravado" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "A gravación de OpenERP está detida. Non olvide gardar o módulo gravado." - -#~ msgid "Stop Recording" -#~ msgstr "Deter a gravación" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se pensa que o seu módulo pode interesar a outras persoas, gustaríanos " -#~ "publicalo en OpenERP.com, na sección 'Módulos'. Pode facelo a través do " -#~ "sitio web ou utilizando os recursos do módulo 'base_module_publish." - -#~ msgid "Module Record" -#~ msgstr "Rexistro do Módulo" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo permítelle crear un novo módulo sen ningún desenvolvemento.\n" -#~ "Rexistra todas as operacións sobre os obxectos durante a sesión de rexistro " -#~ "e\n" -#~ "producir un módulo .ZIP. Así pode crear o seu propio módulo directamente\n" -#~ "dende o cliente de OpenERP.\n" -#~ "\n" -#~ "Esta versión traballa para crear e actualizar rexistros existentes. É " -#~ "recalcula\n" -#~ "dependencias e enlaza para todo tipo de widgets (many2one, many2many, ...).\n" -#~ "Tamén permite fluxos de traballo e datos de demostración/actualización.\n" -#~ "\n" -#~ "Isto debe axudar a crear facilmente módulos reutilizables e publicábles\n" -#~ "para configuracións persoalizadas e datos de demostración/proba.\n" -#~ "\n" -#~ "Como usalo:\n" -#~ "Executar Administración/Persoalización/Creación de Módulo/Exportar " -#~ "persoalizacións Como asistente do Módulo.\n" -#~ "Seleccione os criterios de data e hora de rexistro e obxectos para ser " -#~ "rexistrados e Rexistro de módulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/hr.po b/addons/base_module_record/i18n/hr.po deleted file mode 100644 index b7fd0869bec..00000000000 --- a/addons/base_module_record/i18n/hr.po +++ /dev/null @@ -1,395 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# Drazen Bosak , 2010. -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:23+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Vinteh\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: hr\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategorija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informacija" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Kraj" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Izaberite Objekte za Snimanje" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Ime Direktorija" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Samo Zapisi" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Podaci" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Ime datoteke" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verzija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objekti se Snimaju" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Zapis od Datuma" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Modul se Zapisuje" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Izvezi Prilagodbe kao Modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Hvala unaprijed na Vašem Doprinosu" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista Objekata za zapis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Puni Opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Ime Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekti" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr ".zip datoteka Modula" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul uspješno kreiran !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Kreiran" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Hvala što ste koristili Snimač Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Dokumentacije" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Izmijenjen" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Zapis" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Nastavi" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "uobičajeni Podaci" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Kreacija Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tip podataka" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informacija o Modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Rezultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Odustani" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zatvori" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Kreiran i Izmijenjen" - -#~ msgid "Recording Stopped" -#~ msgstr "Snimanje zaustavljeno" - -#~ msgid "Recording" -#~ msgstr "Snimanje" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime Objekta mora početi s x_ i ne smije sadržavati bilo koji posebni znak !" - -#~ msgid "Recording Information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Start Recording" -#~ msgstr "Počni Snimanje" - -#~ msgid "Not Recording" -#~ msgstr "Ne Zapisuje se" - -#~ msgid "Recording information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul uspješno kreiran !" - -#~ msgid "Continue Previous Session" -#~ msgstr "Nastavi Prethodnu Sesiju" - -#~ msgid "Module Recorder" -#~ msgstr "Snimač Modula" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ako mislite da bi Vaš Modul mogao nekog zanimati, voljeli bismo da ga " -#~ "publicirate na OpenERP.com u sekciji \"Modules\". To možete putem weba ili " -#~ "korištenjem mogućnosti Modula: 'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Snimač Modula omogućuje Vam da snimite svaku operaciju izvršenu u Open ERP " -#~ "klijentu i izmjene spremite kao Modul. Moći ćete instalirati taj Modul na " -#~ "bilo kojoj Bazi Podataka za ponovnu uporabu ili publiciranje." - -#~ msgid "Record module" -#~ msgstr "Snimi Modul" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Možete nastaviti snimanje tako da ponovo pokrenete Čarobnjak \"Počni " -#~ "Snimanje\"" - -#~ msgid "Save Recorded Module" -#~ msgstr "Spremi Snimljen Modul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "OpenERP Snimač je zaustavljen. Ne zaboravite spremiti snimljen Modul." - -#~ msgid "Stop Recording" -#~ msgstr "Zaustavi Snimanje" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module.\r\n" -#~ "Ako mislite da bi vaš modul mogao zanimati druge ljude, voljeli bi smo da ga " -#~ "objavite na OpenERp.com, u sekciji 'Moduli'. Možete to učiniti kroz web " -#~ "stranicu ili koristeći modul 'base-module_publish'." - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Ovaj modul omogućuje vam kreiranje novih modula bez programiranja.\n" -#~ "Bilježi sve operacije na objektima za vrijeme sesije snimanja i kreira .ZIP " -#~ "modul,\n" -#~ "Tako da možete kreirati vlastiti modul direktno iz OpenERP klijenta.\n" -#~ "\n" -#~ "Ova verzija funkcionira za kreiranje i ažuriranje postojećih zapisa. " -#~ "Preračunava ovisnosti i povezuje \n" -#~ "sve tipove widgetas (many2one, many2many, ...).\n" -#~ "Također podržava dijagrame tijekova i demo podatke.\n" -#~ "\n" -#~ "ovo bi vam trebalo pomoći da lako kreirate module za prilagođene " -#~ "konfiguracije i demo podatke \n" -#~ "ili podatke za uvoz.\n" -#~ "\n" -#~ "Kako koristiti:\n" -#~ "Pokreni Administracija/Postava/Kreiranje modula/Izvezi prilagodbu kako " -#~ "asistent modula.\n" -#~ "Izaberi kriterij datuma i vremena i objekte koji se trebaju bilježiti i " -#~ "modul.\n" -#~ " " diff --git a/addons/base_module_record/i18n/hu.po b/addons/base_module_record/i18n/hu.po deleted file mode 100644 index be29453fcc8..00000000000 --- a/addons/base_module_record/i18n/hu.po +++ /dev/null @@ -1,280 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:25+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategória" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Információ" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Befejezés" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Válassza ki, hogy mely tárgyakat szeretné felvenni" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Szerző" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Könyvtárnév" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Csak felvétel" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Minta adatok" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Fájlnév" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verzió" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Tárgyak felvétele" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Felvétel dátuma" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Modul felvétele" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Export testreszabása modulonként" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Előre is köszönjük a hozzájárulást." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Objektumok listája, melyeket fel kell venni." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Teljes leírás" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modul neve" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Tárgyak" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Modul .ZIP fájl" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul sikeresen létrehozva!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML fájl sikeresen lértehozva !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Végeredmény, illessze be ezt a modul xml-jébe" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Létrehozás" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Köszönjük, hogy használta a modulfelvevőt." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentáció URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Módosítás" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Rekord" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Tovább" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Beállítások exportálása adat fájlként" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Hiba" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normál adat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Ok" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Modul létrehozása" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Adat típusa" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Modul információ" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Eredmény" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Mégse" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zárás" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Létrehozás és Módosítás" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul sikeresen létrehozva!" - -#~ msgid "Module Record" -#~ msgstr "Modulrekord" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ha gondolja, hogy az Ön modulja másokat is érdekelhet, szeretnénk közzétenni " -#~ "az OpenERP.com oldal 'Modulok' részben. Ezt megteheti a weboldalon " -#~ "keresztül, vagy a 'base_modul_publish' modul használatával." diff --git a/addons/base_module_record/i18n/id.po b/addons/base_module_record/i18n/id.po deleted file mode 100644 index ee0e72e29c5..00000000000 --- a/addons/base_module_record/i18n/id.po +++ /dev/null @@ -1,264 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-11-09 13:46+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/it.po b/addons/base_module_record/i18n/it.po deleted file mode 100644 index 3d521f26752..00000000000 --- a/addons/base_module_record/i18n/it.po +++ /dev/null @@ -1,401 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:39+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informazioni" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Fine" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Scegli gli oggetti da registrare" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autore" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nome Cartella" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Solo registrazioni" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Dati dimostrativi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nome File" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versione" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Registrazione Oggetti" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Registra per Data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Registrazione Modulo" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Esporta Personalizzazioni come Moduli" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Grazie per il tuo contributo !" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista di oggetti che devo essere registrati" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descrizione Completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nome Modulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Oggetti" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "File .ZIP del Modulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modulo creato con successo !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "File YAML creato con successo !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Risultato, incolla questo all'XML del modulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creato" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Grazie per aver utilizzato il Modulo di Registrazione" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Documentazione" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificato" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Registra" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continua" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Esporta Personalizzazioni come File di Dati" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Errore" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Dati normali" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creazione modulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo Dati" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informazioni Modulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Risultato" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Annulla" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Chiudi" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creati e modificati" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Il nome dell'oggetto deve iniziare per x_ e non deve contenere caratteri " -#~ "speciali!" - -#~ msgid "Recording Information" -#~ msgstr "Informazioni Registrazione" - -#~ msgid "Status" -#~ msgstr "Stato" - -#~ msgid "Start Recording" -#~ msgstr "Inizia Registrazione" - -#~ msgid "Not Recording" -#~ msgstr "Non in fase di registrazione" - -#~ msgid "Recording information" -#~ msgstr "Informazioni Registrazione" - -#~ msgid "Module successfully created !" -#~ msgstr "Modulo creato con successo !" - -#~ msgid "Recording Stopped" -#~ msgstr "Regsitrazione Fermata" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continua Sessione Precedente" - -#~ msgid "Recording" -#~ msgstr "Registrazione in corso" - -#~ msgid "Module Recorder" -#~ msgstr "Registratore di Modulo" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se pensi che il tuo modulo possa interessare altre persone, ci piacerebbe " -#~ "che lo pubblicassi su OpenERP.com, nella sezione 'Moduli'. Puoi farlo " -#~ "tramite il sito internet o utilizzando le caratteristiche del modulo " -#~ "'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Il registratore di modulo permette di registrare ogni operazione fatta nel " -#~ "client Open ERP e le salva come modulo. Sarà possibile installare questo " -#~ "modulo su qualunque database per riusarlo e/o pubblicarlo." - -#~ msgid "Record module" -#~ msgstr "Modulo Registrazione" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "È possibile continuare la sessione di registrazione rilanciando la procedura " -#~ "guidata 'avviare la registrazione'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Salva Modulo Registrato" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "La registrazione Open ERP è fermata. Non dimenticare di salvare i moduli " -#~ "registrati." - -#~ msgid "Stop Recording" -#~ msgstr "Ferma Registrazione" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se pensate che il vostro modulo possa essere utile anche ad altre persone, " -#~ "gradiremmo che lo pubblicaste su OpenERP.com, nella sezione \"Moduli\". La " -#~ "pubblicazione è fattibile tramite il sito internet oppure usando le " -#~ "caratteristiche del modulo: \"base_module_publish'" - -#~ msgid "Module Record" -#~ msgstr "Registra modulo" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Questo moduli vi permette di creare un nuovo modulo senza sviluppo alcuno.\n" -#~ "Esso registra tutte le operazioni sull'oggetto durante la sessione di " -#~ "registrazione e\n" -#~ "produce un modulo .ZIP. E' così possibile creare il vostro modulo personale " -#~ "direttamente dal\n" -#~ "client OpenERP.\n" -#~ "\n" -#~ "Questa versione lavora per creare e aggiornare registrazioni esistenti. Essa " -#~ "ricalcola dipendenze e collegamenti per tutti i tipi di Widget (molti a uno, " -#~ "molti a molti, ...).\n" -#~ "Supporta inoltre i workflow e i dati demo/aggiornamento.\n" -#~ "\n" -#~ "Questo dovrebbe aiutare nella creazione semplice, riusabile e pubblicabile " -#~ "dei moduli, \n" -#~ "nella personalizzazione, nella configurazione e nell'inserimento di dati " -#~ "demo / test.\n" -#~ "\n" -#~ "Come usarlo:\n" -#~ "Lancia il wizard: Amministrazione/Personalizzazione/Creazione moduli/Esporta " -#~ "personalizzazione come un modulo.\n" -#~ "Seleziona il criterio data / ora della registrazione e gli oggetti " -#~ "interessati e registra il modulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/ja.po b/addons/base_module_record/i18n/ja.po deleted file mode 100644 index 96dc638d7a7..00000000000 --- a/addons/base_module_record/i18n/ja.po +++ /dev/null @@ -1,268 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-24 03:50+0000\n" -"Last-Translator: Akira Hiyama \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "分類" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "情報" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "終了" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "オブジェクトを記録するための選択" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "著者" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "ディレクトリ名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "レコードのみ" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "デモデータ" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "ファイル名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "バージョン" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "オブジェクトの記録" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"あなたのモジュールに他の人々が興味を持つであろうと思う場合は、http://www.openerp.com " -"上の\"Modules\"セクションに公開して下さい。これは、Webサイトを通じて、または\"base_module_publish\"モジュールの機能を" -"使うことで行うことができます。" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "記録開始日" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "モジュールの記録" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "カスタマイズをモジュールとしてエクスポート" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "あなたの貢献に感謝します。" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "記録されるレコードのリスト" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "全詳細" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "モジュール名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "オブジェクト" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "モジュールの .zipファイル" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "モジュールの作成が成功しました。" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAMLファイルの作成が成功しました。" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "結果として、モジュールのxmlにこれを貼り付けます。" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "作成済" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "モジュールレコーダーの利用に感謝します。" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "ドキュメントURL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "変更済" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "記録" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "続き" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "カスタマイズをデータファイルとしてエクスポート" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "エラー" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "通常データ" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "モジュールの作成" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "データのタイプ" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "モジュール情報" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "結果" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "キャンセル" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "閉じる" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "作成&修正済" diff --git a/addons/base_module_record/i18n/ko.po b/addons/base_module_record/i18n/ko.po deleted file mode 100644 index a91ce6bcded..00000000000 --- a/addons/base_module_record/i18n/ko.po +++ /dev/null @@ -1,313 +0,0 @@ -# Korean translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:56+0000\n" -"Last-Translator: ekodaq \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "카테고리" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "정보" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "기록할 오브젝트를 선택하십시오." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "저자" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "디렉토리 이름" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "레코드 만" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "데모 데이터" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "파일 이름" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "버전" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "오브젝트 기록" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "날짜별 레코드" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "기록 모듈" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "고객화를 모듈로 내보내기" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "귀하의 공헌에 감사드립니다." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "기록될 오브젝트 리스트" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "상세 설명" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "모듈 이름" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "오브젝트" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "모듈 .zip 파일" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "모듈이 생성되었습니다 !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "생성됨" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "모듈 레코더를 이용해 주셔서 감사합니다." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "문서화 URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "수정됨" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "레코드" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "계속" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "일반 데이터" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "모듈 생성" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "데이터 타입" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "모듈 정보" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "취소" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "닫ㄱ" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "생성 및 수정됨" - -#~ msgid "Recording Information" -#~ msgstr "정보 기록" - -#~ msgid "Status" -#~ msgstr "상태" - -#~ msgid "Start Recording" -#~ msgstr "기록 시작" - -#~ msgid "Not Recording" -#~ msgstr "기록하지 않음" - -#~ msgid "Recording Stopped" -#~ msgstr "기록이 중단됨" - -#~ msgid "Module successfully created !" -#~ msgstr "모듈이 생성되었습니다 !" - -#~ msgid "Recording information" -#~ msgstr "정보 기록" - -#~ msgid "Module Recorder" -#~ msgstr "모듈 레코더" - -#~ msgid "Continue Previous Session" -#~ msgstr "이전 세션 계속" - -#~ msgid "Recording" -#~ msgstr "기록" - -#~ msgid "Record module" -#~ msgstr "모듈 기로" - -#~ msgid "Save Recorded Module" -#~ msgstr "기록된 모듈 저장" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "기록이 중단되었습니다. 기록된 모듈의 저장을 잊지 마십시오." - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "'기록 시작' 위저드를 재시작함으로써 기록 세션을 계속할 수 있습니다." - -#~ msgid "Stop Recording" -#~ msgstr "기록 중단" diff --git a/addons/base_module_record/i18n/lt.po b/addons/base_module_record/i18n/lt.po deleted file mode 100644 index 622a059b931..00000000000 --- a/addons/base_module_record/i18n/lt.po +++ /dev/null @@ -1,264 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-09-08 16:37+0000\n" -"Last-Translator: Donatas Stonys Blue Whale SEO \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/nb.po b/addons/base_module_record/i18n/nb.po deleted file mode 100644 index 8465596f21b..00000000000 --- a/addons/base_module_record/i18n/nb.po +++ /dev/null @@ -1,271 +0,0 @@ -# Norwegian Bokmal translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-09-04 13:40+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-05 04:46+0000\n" -"X-Generator: Launchpad (build 15901)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategori" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informasjon" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.modul.opptak" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Slutt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Velg objekter til opptak" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Forfatter" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Navn på katalog" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Bare opptak" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo data" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Filnavn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versjon" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "objekter Innspilling" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Hvis du tror din modul kan interessere andre mennesker, vil vi gjerne at du " -"publisere den på http://www.openerp.com, i 'Moduler-delen. Du kan gjøre det " -"gjennom nettstedet eller bruke funksjonene i «base_module_publish»-modulen." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Dato fra opptak" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Modul innspilling" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Eksporter Tilpasninger som en modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Takk på forhånd for ditt bidrag." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Liste over objekter som skal spilles inn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Full beskrivelse" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modulnavn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekter" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Modul .zip fil" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML fil opprettet!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultatet, lim denne til modulen xml" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Opprettet" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Takk for at du brukte Modul opptaker." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentasjon URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modifisert" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Opptak" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Fortsett" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Eksport Tilpasninger Som datafil" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Feil" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normal data" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Ok" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "modul Skapelsen" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Type data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Modul informasjon" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Kanseller" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Lukke" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Laget & Modifisert" - -#~ msgid "Module successfully created !" -#~ msgstr "Modulen opprettet!" diff --git a/addons/base_module_record/i18n/nl.po b/addons/base_module_record/i18n/nl.po deleted file mode 100644 index 934a6c9e4a1..00000000000 --- a/addons/base_module_record/i18n/nl.po +++ /dev/null @@ -1,399 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:33+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categorie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informatie" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Einde" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Kies de op te nemen objecten" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Auteur" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Mapnaam" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Alleen opname bij" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demogegevens" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Bestandsnaam" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objecten opname" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Als u denkt dat uw module interessant is voor andere mensen, pupliceeer het " -"dan graag op http://www.openerp.com, in de module sectie. Het kan via de " -"website of via de mogelijkheden van de 'base_module_publish' module." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Opnemen vanaf datum" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Module Opnemen" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exporteer aanpassingen als een module" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Bijvoorbaat dank voor uw bijdrage." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lijst van objecten die opgenomen moeten worden" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Volledige omschrijving" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modulenaam" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objecten" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Module .zip Bestand" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Module succesvol aangemaakt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML bestand maken geslaagd !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultaat, plak dit in de xml van uw module" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Aangemaakt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Bedankt voor het gebruik van de modulerecorder" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Documentatie URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Gewijzigd" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Opnemen" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Doorgaan" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exporteer aanpassingen als gegevensbestand" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Fout" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normale gegevens" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Ok" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Module aanmaken" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Soort gegevens" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Module Informatie" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultaat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Annuleren" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Afsluiten" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Aangemaakt en gewijzigd" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" - -#~ msgid "Recording Information" -#~ msgstr "Opname Informatie" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Recording information" -#~ msgstr "Opname informatie" - -#~ msgid "Module successfully created !" -#~ msgstr "Module succesvol aangemaakt" - -#~ msgid "Recording Stopped" -#~ msgstr "Opname beëindigd" - -#~ msgid "Record module" -#~ msgstr "Module opnemen" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "U kunt verder gaan met de opnamesessie door het herstarten van de 'start " -#~ "opnemen' assistent." - -#~ msgid "Save Recorded Module" -#~ msgstr "Opgenomen Module Opslaan" - -#~ msgid "Stop Recording" -#~ msgstr "Opname stoppen" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Als U denkt dat de module interessant is voor anderen, kunt U deze module " -#~ "publiceren op OpenERP.com in de 'Modules'-sectie. U kunt dit via de website " -#~ "doen of gebruik maken van de 'base_module_publish' module." - -#~ msgid "Start Recording" -#~ msgstr "Opname starten" - -#~ msgid "Not Recording" -#~ msgstr "Geen opname" - -#~ msgid "Module Recorder" -#~ msgstr "Module opname" - -#~ msgid "Continue Previous Session" -#~ msgstr "Doorgaan met vorige sessie" - -#~ msgid "Recording" -#~ msgstr "Bezig met opnemen" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "OpenERP opname is gestopt. Vergeet niet de opgenomen module op te slaan." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Deze module opname laat u elke gemaakte bewerking in de Open ERP client " -#~ "opnemen en ze opslaan als een module. U kunt deze module installeren in elke " -#~ "database voor hergebruik of publicatie." - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Als u denkt dat uw module ander mensen kan interesseren, willen we graag dat " -#~ "u het publiceert op OpenERP.com, in de 'Modules' sectie. U kunt dat via de " -#~ "website doen of gebruik maken van de functionaliteit van de " -#~ "'base_module_publish' module." - -#~ msgid "Module Record" -#~ msgstr "Module opnemen" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Met deze module maakt u een nieuwe module zonder enige ontwikkeling.\n" -#~ "Het legt alle bewerkingen op objecten vast gedurende de opname sessie en\n" -#~ "produceert een .ZIP module. Dus u kunt uw eigen module direct vanuit de \n" -#~ "OpenERP client maken.\n" -#~ "\n" -#~ "Deze versie werkt voor maken en wijzigen van bestaande records. Het " -#~ "herberekent \n" -#~ "afhankelijkheden en koppelingen voor alle soort verbindingen (many2one, " -#~ "many2many, ...).\n" -#~ "Het ondersteunt ook workflows en demo/update data.\n" -#~ "\n" -#~ "Dit zou u moeten helpen om eenvoudig herbruikbare en publiceerbare modules " -#~ "te maken\n" -#~ "voor maatwerk configuraties en demo/testing data.\n" -#~ "\n" -#~ "Hoe te gebruiken:\n" -#~ "Beheer/Aanpassingen/Module aanmaken/Exporteer aanpassingen als een module " -#~ "assistent uitvoeren.\n" -#~ "Selecteer datum/tijd criteria voor opname en op te nemen objecten en begin " -#~ "met opnemen.\n" -#~ " " diff --git a/addons/base_module_record/i18n/nl_BE.po b/addons/base_module_record/i18n/nl_BE.po deleted file mode 100644 index 19cb2a4995e..00000000000 --- a/addons/base_module_record/i18n/nl_BE.po +++ /dev/null @@ -1,269 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.0\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-04-24 15:18+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "De objectnaam moet beginnen met x_ en mag geen speciale karakters bevatten !" diff --git a/addons/base_module_record/i18n/pl.po b/addons/base_module_record/i18n/pl.po deleted file mode 100644 index d5f9e8d9c56..00000000000 --- a/addons/base_module_record/i18n/pl.po +++ /dev/null @@ -1,291 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-02-04 01:33+0000\n" -"Last-Translator: Fabien (Open ERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informacja" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nazwa katalogu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nazwa pliku" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Wersja" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Pełny opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Strona Dokumentacji" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Kontynuuj" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Rodzaj Danych" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Anuluj" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zamknij" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Nazwa obiektu musi zaczynać się od x_ oraz nie może zawierać znaków " -#~ "specjalnych !" - -#~ msgid "Recording Information" -#~ msgstr "Informacja Nagrywania" - -#~ msgid "Status" -#~ msgstr "Stan" - -#~ msgid "Start Recording" -#~ msgstr "Zacznij nagrywanie" - -#~ msgid "Recording information" -#~ msgstr "Informacje Nagrywania" - -#~ msgid "Recording Stopped" -#~ msgstr "Nagrywanie Zatrzymane" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuuj Ostatnią Sesję" - -#~ msgid "Stop Recording" -#~ msgstr "Zakończ nagrywanie" diff --git a/addons/base_module_record/i18n/pt.po b/addons/base_module_record/i18n/pt.po deleted file mode 100644 index 8a02a3f5559..00000000000 --- a/addons/base_module_record/i18n/pt.po +++ /dev/null @@ -1,399 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:04+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informação" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Fim" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Escolha os objetos a gravar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nome do Diretório" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Apenas Registos" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Dados da Demonstração" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nome do Ficheiro" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versão" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Gravação de Objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Se acha que o seu módulo pode interessar a outras pessoas, nós gostaríamos " -"que o publicá-se em http://www.openerp.com, na seção 'modules'. Pode fazê-lo " -"através do site ou do uso de recursos do módulo 'base_module_publish'." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Gravar a partir da Data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Gravação do Módulo" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar Personalizações como um Módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Os nossos sinceros agradecimentos pela sua contribuição" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista dos objetos a serem gravados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descrição Completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nome do Módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Ficheiro .zip do Módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Módulo criado com sucesso !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "Ficheiro YALM criado com sucesso!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, cole este sml no seu módulo" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Criado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Obrigado por usar o Gravador de Módulos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Documentação URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Gravar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar personalizações como ficheiro de dados" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Erro" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Dado Normal" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Criação de Módulos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de Dado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informação do Módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Fechar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Criado e modificado" - -#~ msgid "Status" -#~ msgstr "Estado" - -#~ msgid "Module successfully created !" -#~ msgstr "Módulo criado com sucesso !" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "A gravação do ERP esta parada. Não esqueça de salvar o módulo gravado." - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do Objecto deve começar com x_ e não pode conter nenhum caracter " -#~ "especial !" - -#~ msgid "Recording Information" -#~ msgstr "Informação de Gravação" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar a Gravação" - -#~ msgid "Not Recording" -#~ msgstr "Sem Gravação" - -#~ msgid "Recording information" -#~ msgstr "Gravação da informação" - -#~ msgid "Recording Stopped" -#~ msgstr "Gravação Parada" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar com a Sessão Anterior" - -#~ msgid "Recording" -#~ msgstr "Em Gravação" - -#~ msgid "Module Recorder" -#~ msgstr "Gravador de Módulos" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se pensa que o seu módulo poderá interessar a outras pessoas, nós " -#~ "gostaríamos de publicá-lo no OpenERP.com, na secção dos ' Módulos'. Pode " -#~ "fazê-lo através da página web ou utilizar as funcionalidades do módulo " -#~ "'base_module_publish'." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "O módulo gravador (recorder) permite que grave cada operação feita no " -#~ "cliente Open ERP e salve-o como um módulo. Poderá ser capaz de instalar este " -#~ "módulo em qualquer base de dados para reutilização e/ou publicação." - -#~ msgid "Record module" -#~ msgstr "Módulo de Gravação" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Pode continuar a sessão de gravação por relançar o assistente ' começar a " -#~ "gravar' ." - -#~ msgid "Save Recorded Module" -#~ msgstr "Gravar Módulo Recorded" - -#~ msgid "Stop Recording" -#~ msgstr "Parar Gravação" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se acha que o seu módulo pode interessar a outras pessoas, então, nós " -#~ "gostaríamos de o publicar em OpenERP.com, na secção de 'Módulos'. Você pode " -#~ "fazê-lo através do endereço indicado ou usando as funcionalidades do módulo " -#~ "'base_module_publish'." - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo permite que crie um novo módulo sem qualquer desenvolvimento.\n" -#~ "Ele regista todas as operações aos objetos durante a sessão de gravação e\n" -#~ "produção de um módulo .ZIP. Assim pode criar o seu próprio módulo " -#~ "diretamente\n" -#~ "do cliente OpenERP.\n" -#~ "\n" -#~ "Esta versão funciona para criar e atualizar registos existentes. ele " -#~ "recalcula\n" -#~ "dependências e links para todos os tipos de widgets (many2one, many2many, " -#~ "...).\n" -#~ "Ele também suporta fluxos de trabalho e de demonstração / atualização dos " -#~ "dados.\n" -#~ "\n" -#~ "Isso deve ajudá-lo a criar facilmente módulos reutilizáveis ​​e publicáveis\n" -#~ "para configurações personalizadas e demonstração / testes de dados.\n" -#~ "\n" -#~ "Como usá-lo:\n" -#~ "Executar Administração / Personalização / Criação de Módulo / Exportar " -#~ "personalizações como um assistente do módulo.\n" -#~ "Selecione os critérios de data e hora de gravação e objetos para serem " -#~ "gravados e Gravar módulo.\n" -#~ " " diff --git a/addons/base_module_record/i18n/pt_BR.po b/addons/base_module_record/i18n/pt_BR.po deleted file mode 100644 index 5f03bd02e73..00000000000 --- a/addons/base_module_record/i18n/pt_BR.po +++ /dev/null @@ -1,398 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:19+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categoria" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informação" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Fim" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Escolha objetos para gravar" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor/a" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nome da pasta" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Apenas registros" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Dados de Demonstração" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nome do Arquivo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versão" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Gravação dos Objetos" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Se você acha que seu módulo pode interessar outras pessoas, nós gostaríamos " -"que você publica-se em http://www.openerp.com, na seção 'modules'. Você pode " -"fazê-lo através do site ou uso de recursos do módulo 'base_module_publish'." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Registrar desde a data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Gravando o Módulo" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportar Personalizações como um Módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Antecipadamente gratos pela sua contribuição" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista de objetos para serem gravados" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descrição Completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Nome do Módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objetos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Arquivo .zip do módulo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Módulo criado com sucesso !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "Arquivo YAML criado com sucesso !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultado, colar isso para seu módulo xml" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Criado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Obrigado por utilizar o Gravador de Módulos" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL da Documentação" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Gravar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuar" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportar customizações como um arquivo de dados" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Erro" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Dados Normais" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Ok" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Criação do Módulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tipo de Dado" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informações do Modulo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultado" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Cancelar" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Fechar" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Criado & Modificado" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "O nome do objeto precisa iniciar com x_ e não conter nenhum caracter " -#~ "especial!" - -#~ msgid "Recording" -#~ msgstr "Gravando" - -#~ msgid "Module Recorder" -#~ msgstr "Gravador de Módulos" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuar a Sessão Anterior" - -#~ msgid "Recording Stopped" -#~ msgstr "Gravação Interrompida" - -#~ msgid "Module successfully created !" -#~ msgstr "Módulo criado com sucesso !" - -#~ msgid "Recording information" -#~ msgstr "Gravando informações" - -#~ msgid "Record module" -#~ msgstr "Gravar módulo" - -#~ msgid "Save Recorded Module" -#~ msgstr "Arquivar Módulo Gravado" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se você acha que seu módulo pode ser de interesse para outras pessoas, nós " -#~ "gostaríamos de publicá-lo no openERP.com, na sessão de 'Módulos'. Por favor " -#~ "faça isso no website ou usando as funções do módulo 'base_module_publish'" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "A gravação do Open ERP parou mas ainda não foi arquivada (salva). Não se " -#~ "esqueça de arquivar o módulo gravado." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "O gravador de módulos permite que você grave cada operação feita no Cliente " -#~ "Open ERP e salvá-las como um módulo. Você poderá instalar esse módulo em um " -#~ "banco de dados para reusá-lo e/ou publicá-lo" - -#~ msgid "Start Recording" -#~ msgstr "Iniciar Gravação" - -#~ msgid "Recording Information" -#~ msgstr "Granvando as Informações" - -#~ msgid "Status" -#~ msgstr "Posição" - -#~ msgid "Not Recording" -#~ msgstr "Não Gravando" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Você pode continuar a sessão de gravação se reiniciar o wizard \"iniciar " -#~ "gravação\"." - -#~ msgid "Stop Recording" -#~ msgstr "Parar gravação" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Se você acha que seu módulo poderia interessar a outra pessoas, nós " -#~ "gostaríamos que você o publicasse em OpenERP.com, na seção 'Módulos'. Você " -#~ "pode fazer através do site ou usando os recursos do módulo " -#~ "'base_module_publish'." - -#~ msgid "Module Record" -#~ msgstr "Registro de Módulo" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Este módulo permite criar um novo módulo sem nenhum desenvolvimento.\n" -#~ "Ele grava todas as operações sobre objetos durante a gravação de sessão e\n" -#~ "produz um módulo .zip. Assim, você pode criar seu próprio módulo diretamente " -#~ "do\n" -#~ "client OpenERP.\n" -#~ "\n" -#~ "Esta versão trabalha na criação e atualização de registros existentes. Ela " -#~ "recalcula\n" -#~ "dependências e ligações para todos os tipos de controles (muitos-a-um, " -#~ "muitos-a-muitos, ...).\n" -#~ "Também suporta workflows e demo/atualização de dados.\n" -#~ "\n" -#~ "Como usar:\n" -#~ "Execute Administração/Customização/Criação de Módulo/Exportar Customização " -#~ "Como Módulo.\n" -#~ "Selecione os critérios de data e hora de gravação e os objetos a serem " -#~ "gravados.\n" -#~ " " diff --git a/addons/base_module_record/i18n/ro.po b/addons/base_module_record/i18n/ro.po deleted file mode 100644 index fabb78dd2d4..00000000000 --- a/addons/base_module_record/i18n/ro.po +++ /dev/null @@ -1,405 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:19+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Categorie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informatii" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.inregistrare.modul" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Incheie" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Alege obiectele care vor fi inregistrate" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Nume Director" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Doar inregistrari" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Date demo" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Nume fisier" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Versiune" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Inregistrare Obiecte" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Daca considerati ca alti oameni ar putea fi interesati de modulul " -"dumneavoastra, ne-ar face placere sa il publicam la adresa " -"http://www.openerp.com, in sectiunea 'Module'. O puteti face prin " -"intermediul paginii de Internet sau folosind caracteristicile modulului " -"'base_module_publish'" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Inregistrare de la Data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Inregistrare Modul" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exporta Personalizarile ca Modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Va multumim anticipat pentru contributia dumneavoastra." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista obiectelor care vor fi inregistrate" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Descriere completa" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Numele Modulului" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Obiecte" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Modul fisier .zip" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul creat cu succes !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "Fisierul YAML a fost creat cu succes !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Ca rezultat, lipiti aceasta la modulul d-voastra xml" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Creat(a)" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Multumim pentru ca folositi Modulul Inregistrare" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Documentatie" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Modificat(a)" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Inregistreaza" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Continuati" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exporta Personalizarile ca Fisier de date" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Eroare" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Date obisnuite" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Creare Modul" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tip de date" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informatii Modul" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Rezultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Anuleaza" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Inchide" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Creat & Modificat" - -#~ msgid "Status" -#~ msgstr "Stare" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Numele obiectului trebuie să înceapă cu x_ şi să nu conţină nici un caracter " -#~ "special !" - -#~ msgid "Start Recording" -#~ msgstr "Start înregistrare" - -#~ msgid "Recording Information" -#~ msgstr "Înregistrare informatii" - -#~ msgid "Recording Stopped" -#~ msgstr "Înregistrare oprită" - -#~ msgid "Not Recording" -#~ msgstr "Fără înregistrare" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul creat cu succes !" - -#~ msgid "Recording information" -#~ msgstr "Informaţii înregistrare" - -#~ msgid "Continue Previous Session" -#~ msgstr "Continuă sesiunea precedentă" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Dacă consideraţi că modulul dumneavoastră ar interesa şi pe altcineva, vă " -#~ "rugăm să-l publicaţi pe OpenERP.com, în secţiunea 'Modules'. O puteţi face " -#~ "prin intermediul website-ului sau utilizând caracteristicile modulului " -#~ "'base_module_publish'." - -#~ msgid "Recording" -#~ msgstr "Înregistrare" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Puteţi continua sesiunea de înregistrare relansând utilitarul 'Start " -#~ "înregistrare'" - -#~ msgid "Record module" -#~ msgstr "Modul înregistrator" - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Acest modul înregistrator vă permite să înregistraţi fiecare operaţiune " -#~ "făcută în clientul OpenERP şi să o salvaţi ca modul. Veţi putea să instalaţi " -#~ "acest modul în orice bază de date şi să îl reutilizaţi şi/sau să îl " -#~ "republicaţi." - -#~ msgid "Save Recorded Module" -#~ msgstr "Salvare modul înregistrat" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "Înregistrarea OpenERP este oprită. Nu uitaţi să salvaţi modulul înregistrat." - -#~ msgid "Stop Recording" -#~ msgstr "Oprire înregistrare" - -#~ msgid "Module Recorder" -#~ msgstr "Modul înregistrator" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Dacă credeți ca modulul dvs poate prezenta interes și pentru alții , vă " -#~ "invităm să îl publicați pe OpenERP.com în secțiunea 'Modules'. Puteți face " -#~ "asta fie prin intermediul site-ului , fie folosind facilitățile modulului " -#~ "'base_module_publish'." - -#~ msgid "Module Record" -#~ msgstr "Inregistrare modul" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Acest modul va permite sa creati un modul nou fara nici o dezvoltare. \n" -#~ "Inregistreaza toate operatiunile in obiecte in timpul sesiunii de " -#~ "inregistrare si \n" -#~ "produce un modul .ZIP. Astfel, puteti crea modulul propriu direct din \n" -#~ "clientul OpenERP. \n" -#~ "\n" -#~ "Aceasta versiune se foloseste la crearea si actualizarea inregistrarilor " -#~ "existente. Recalculeaza \n" -#~ "dependentele si link-urile pentru toate tipurile de widget-uri (many2one, " -#~ "many2many,...). \n" -#~ "De asemenea, sustine fluxurile de lucru si datele demo/actualizate. \n" -#~ "\n" -#~ "Ar trebui sa va ajute sa creati cu usurinta module care pot fi reutilizate " -#~ "si publicate pentru \n" -#~ "configurari personalizate si date demo/de testare. \n" -#~ "\n" -#~ "Cum se foloseste: \n" -#~ "Rulati Administrare/Personalizare/Creare Modul/Exporta Personalizari ca " -#~ "modul wizard. \n" -#~ "Selectati criteriile datei inregistrarii si obiectele care vor fi " -#~ "inregistrate si modulul Inregistreaza.\n" -#~ " " diff --git a/addons/base_module_record/i18n/ru.po b/addons/base_module_record/i18n/ru.po deleted file mode 100644 index 79c882c803b..00000000000 --- a/addons/base_module_record/i18n/ru.po +++ /dev/null @@ -1,394 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:32+0000\n" -"Last-Translator: Chertykov Denis \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Категория" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Информация" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Конец" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Выберите объекты для записи" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Автор" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Название директории" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Только записи" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Демонстрационные данные" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Имя файла" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Версия" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Объекты записи" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Запись из данных" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Запись модуля" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Экспортировать настройки как модуль" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Заранее благодарим за ваш вклад" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Список объектов записан" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Полное описание" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Название модуля" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Объекты" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr ".zip файл модуля" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Модуль успешно создан!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML файл создан !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Результат. Вставьте это в XML вашего модуля" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Создана" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Спасибо за использование модуля записи" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Ссылка на документацию" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Модифицирован" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Запись" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Далее" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Экспорт настроек в виде файла данных" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Ошибка" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Нормализованные данные" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Модуль создан" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Тип данных" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Информация модуля" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Результат" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Отмена" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Закрыть" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Создано и Модифицировано" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Название объекта должно начинаться с x_ и не должно содержать специальных " -#~ "символов !" - -#~ msgid "Recording Information" -#~ msgstr "Информация записывается" - -#~ msgid "Status" -#~ msgstr "Статус" - -#~ msgid "Start Recording" -#~ msgstr "Начать запись" - -#~ msgid "Recording information" -#~ msgstr "Информация записывается" - -#~ msgid "Module successfully created !" -#~ msgstr "Модуль успешно создан!" - -#~ msgid "Recording Stopped" -#~ msgstr "Запись остановлена" - -#~ msgid "Continue Previous Session" -#~ msgstr "Продолжить предыдущую сессию" - -#~ msgid "Record module" -#~ msgstr "Модуль записи" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Вы можете продолжить запись повторным запуском мастера 'Начало записи'." - -#~ msgid "Save Recorded Module" -#~ msgstr "Сохранить записанный модуль" - -#~ msgid "Stop Recording" -#~ msgstr "Остановить запись" - -#~ msgid "Not Recording" -#~ msgstr "Не записан" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Если Вы считаете, что Ваш модуль может быть интересен другим людям, мы " -#~ "советуем Вам опубликовать его на OpenERP.com в разделе 'Modules'. Вы можете " -#~ "сделать это через сайт или используя возможности из модуля " -#~ "'base_module_publish'." - -#~ msgid "Module Recorder" -#~ msgstr "Модуль записи" - -#~ msgid "Recording" -#~ msgstr "Записываю" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "Open ERP запись остановлена. Не забудьте сохранить записанныый модуль." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Модуль записи позволяет записывать любые операции произведенные в клиенте " -#~ "Open ERP и сохранять их в виде модуля. Вы сможете установить этот модуль на " -#~ "любую базу данных для повторного использования и/или опубликовать его." - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Этот модуль позволяет создавать новые модули без какой-либо разработки.\n" -#~ "Он записывает все действия над объектами в процессе своей работы и\n" -#~ "формирует модуль .ZIP. Можно создавать свои модули напрямую из клиента\n" -#~ "OpenERP.\n" -#~ "\n" -#~ "Эта версия позволяет работать с существующими записями. Она вычисляет\n" -#~ "зависимости и связь для всех типов виджетов (многие-к-одному, многие-ко-" -#~ "многим ...).\n" -#~ "Она также поддерживает рабочие процессы, демо-данные и обновления.\n" -#~ "\n" -#~ "Это средство должно облегчить работу по созданию переиспользуемых модулей и\n" -#~ "возможность их публикации для частных конфигураций и демонстрационные или \n" -#~ "тестовые данные.\n" -#~ "\n" -#~ "Как использовать:\n" -#~ "Выполните Администрирование/Настройка/Создание модулей/Экспорт настроек в " -#~ "виде мастера модулей.\n" -#~ "Укажите параметры даты/времени, записываемые объекты и модуль записи.\n" -#~ " " - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Если вы полагаете, что ваш модуль может заинтересовать других людей — можете " -#~ "опубликовать его на OpenERP.com в разделе «Модули». Это можно сделать " -#~ "непосредственно на сайте или с помощью функции модуля base_module_publish." - -#~ msgid "Module Record" -#~ msgstr "Модуль записи" diff --git a/addons/base_module_record/i18n/sk.po b/addons/base_module_record/i18n/sk.po deleted file mode 100644 index 965128bb6da..00000000000 --- a/addons/base_module_record/i18n/sk.po +++ /dev/null @@ -1,314 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:15+0000\n" -"Last-Translator: Radoslav Sloboda \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategória" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informácia" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Len záznamy" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Data" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Názov súboru" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verzia" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Záznam objektov" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Záznam od dátumu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Modul záznamu" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Export upraveného modulu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Zoznam objektov, ktoré majú byť zaznamenané" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Plný opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Názov modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekty" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Súbor moduklu .zip" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul úspešne vytvorený!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Vytvorené" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL dokumentácia" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Zmenené" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Záznam" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Pokračovať" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Mormálne dáta" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Typ dát" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informácia o module" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Zrušiť" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zavrieť" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Vytvorené & Upravené" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Názov objektu musí začínať x_ a nesmie obsahovať žiadne špeciálne znaky!" - -#~ msgid "Recording Information" -#~ msgstr "Zaznamenávanie informácií" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Start Recording" -#~ msgstr "Odštartovanie záznamu" - -#~ msgid "Recording information" -#~ msgstr "Informácia záznamu" - -#~ msgid "Not Recording" -#~ msgstr "Nie je záznam" - -#~ msgid "Recording Stopped" -#~ msgstr "Záznam zastavený" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul úspešne vytvorený!" - -#~ msgid "Module Recorder" -#~ msgstr "Modul záznamu" - -#~ msgid "Continue Previous Session" -#~ msgstr "Pokračovať v poslednej relácii" - -#~ msgid "Recording" -#~ msgstr "Nahrávanie" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "Open ERP nahrávanie je zastavený. Nezabudnite uložiť zaznamenaný modul." - -#~ msgid "Record module" -#~ msgstr "Modul záznamu" - -#~ msgid "Save Recorded Module" -#~ msgstr "Uložiť záznam modulu" - -#~ msgid "Stop Recording" -#~ msgstr "Zastaviť nahrávanie" diff --git a/addons/base_module_record/i18n/sl.po b/addons/base_module_record/i18n/sl.po deleted file mode 100644 index fdb618ddf0d..00000000000 --- a/addons/base_module_record/i18n/sl.po +++ /dev/null @@ -1,327 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:16+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategorija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informacije" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Konec" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Izberi predmete za zapis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Avtor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Ime imenika" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Samo posnetki" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demonstracijski podatki" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Ime datoteke" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Različica" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Zapisovanje predmetov" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Posnami od dne" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Snemanje modulov" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Izvozi prilagoditev kot moduk" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Vnaprej hvala za vaš prispevek." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Seznam predmetov za snemanje" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Polni opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Ime modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Predmeti" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "ZIP datoteka modula" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul uspešno izdelan!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML datoteka uspečno kreirana !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Ustvarjeno" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Hvala ker uporabljate snemalnik modulov" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentacijski URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Spremenjeni" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Zapis" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Nadaljuj" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Napaka" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normalni podatki" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "V redu" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Izdelava modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tip podatkov" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informacije o modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Rezultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Prekliči" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zapri" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Izdelano in spremenjeno" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Naziv objekta se mora začeti z 'x_' in ne sme vsebovati posebnih znakov." - -#~ msgid "Status" -#~ msgstr "Stanje" - -#~ msgid "Recording" -#~ msgstr "Snemanje" - -#~ msgid "Stop Recording" -#~ msgstr "Končaj snemanje" - -#~ msgid "Not Recording" -#~ msgstr "Ne snemam" - -#~ msgid "Start Recording" -#~ msgstr "Začni snemanje" - -#~ msgid "Recording Stopped" -#~ msgstr "Snemanje ustavljeno" - -#~ msgid "Recording information" -#~ msgstr "Informacije o snemanju" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul uspešno izdelan!" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Če menite, da vaš modul zanima tudi druge in bi želeli, da se modul objavi " -#~ "na OpenERP.com v razdelku \"Modules\", lahko to storite prek spletne strani " -#~ "ali z uporabo funkcije \"base_module_publish\"." - -#~ msgid "Record module" -#~ msgstr "Posnemi modul" - -#~ msgid "Recording Information" -#~ msgstr "Podatki o posnetku" - -#~ msgid "Continue Previous Session" -#~ msgstr "Nadaljuj prejšnjo sejo" - -#~ msgid "Module Recorder" -#~ msgstr "Snemalnik modulov" - -#~ msgid "Save Recorded Module" -#~ msgstr "Shrani posneti modul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "Snemanje OpenERP je zaustavljeno. Ne pozabite posneti modula." - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Snemanje lahko nadaljujete s ponovnim zagonom čarovnika \"Začni snemanje\"" diff --git a/addons/base_module_record/i18n/sq.po b/addons/base_module_record/i18n/sq.po deleted file mode 100644 index 1cade2e0e69..00000000000 --- a/addons/base_module_record/i18n/sq.po +++ /dev/null @@ -1,265 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-08-02 14:38+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/sr.po b/addons/base_module_record/i18n/sr.po deleted file mode 100644 index b231c9ae425..00000000000 --- a/addons/base_module_record/i18n/sr.po +++ /dev/null @@ -1,351 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:22+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Категорија" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informacija" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Kraj" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Izaberi objekat za cuvanje" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Ime Direktorijuma" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Samo Zapisi" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Podaci" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Ime Fajla" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verzija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Objekti se Snimaju" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Zapis od Datuma" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Snimanje Modula" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Izvezi Podesavanja kao Modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Hvala unaprijed na Vašem Doprinosu" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista Objekata za zapis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Puni Opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Naziv Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekti" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr ".zip datoteka Modula" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul uspješno kreiran !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML fajl je uspesno kreiran !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Rezultat, zalepi ovo u tvoj xml modul" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Kreirano" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Hvala što ste koristili Snimač Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Dokumentacije" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Izmenjen" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Snima" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Nastavi" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Eksportuj POdesavanja kao Data fajl" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Greska" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Obični podaci" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "U redu" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Kreacija Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tip Podataka" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informacija o Modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Rezultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Otkaži" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zatvori" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Kreiran & Izmijenjen" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne karaktere !" - -#~ msgid "Start Recording" -#~ msgstr "Počni Snimanje" - -#~ msgid "Recording Information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Not Recording" -#~ msgstr "Ne Snima" - -#~ msgid "Recording Stopped" -#~ msgstr "Snimanje zaustavljeno" - -#~ msgid "Module successfully created !" -#~ msgstr "Modul uspješno kreiran !" - -#~ msgid "Recording information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Module Recorder" -#~ msgstr "Snimač Modula" - -#~ msgid "Continue Previous Session" -#~ msgstr "Nastavi Prethodnu Sesiju" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ako mislite da bi Vaš Modul mogao nekog zanimati, voljeli bismo da ga " -#~ "publicirate na OpenERP.com u sekciji \"Modules\". To možete putem weba ili " -#~ "korištenjem mogućnosti Modula: 'base_module_publish'." - -#~ msgid "Recording" -#~ msgstr "Snimanje" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Možete nastaviti snimanje tako da ponovo pokrenete Čarobnjak \"Počni " -#~ "Snimanje\"" - -#~ msgid "Record module" -#~ msgstr "Snimi Modul" - -#~ msgid "Save Recorded Module" -#~ msgstr "Sacuvaj Snimljen Modul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "OpenERP Snimač je zaustavljen. Ne zaboravite da sacuvate snimljen Modul." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Snimač Modula omogućuje Vam da snimite svaku operaciju izvršenu u Open ERP " -#~ "klijentu i izmjene spremite kao Modul. Moći ćete instalirati taj Modul na " -#~ "bilo kojoj Bazi Podataka za ponovnu upotrebu ili publiciranje." - -#~ msgid "Stop Recording" -#~ msgstr "Zaustavi Snimanje" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ako mislite da vas modul moze zainteresovati i druge ljude, mozete ga " -#~ "publikovati na OpenERP.com u sekciji 'Moduli'. To mozete uciniti preko " -#~ "websajta ili koristeci mogucnosti modula 'base_module_publish' ." - -#~ msgid "Module Record" -#~ msgstr "Snimanje Modula" diff --git a/addons/base_module_record/i18n/sr@latin.po b/addons/base_module_record/i18n/sr@latin.po deleted file mode 100644 index 56b4b6eee59..00000000000 --- a/addons/base_module_record/i18n/sr@latin.po +++ /dev/null @@ -1,394 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:34+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategorija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Informacije" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Kraj" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Izaberi stavke za čuvanje" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Autor" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Ime fascikle" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Samo zapisi" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo podaci" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Ime datoteke" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Verzija" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Zapisi stavki" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Zapis od Datuma" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Zapisivanje modula" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Izvezi podešavanja kao modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Hvala unapred na Vašem doprinosu" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Spisak stavki za zapis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Puni opis" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Naziv Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Stavka" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr ".zip datoteka modula" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modul uspešno napravljen !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML datoteka uspešno napravljena !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Rezultat, zalepite ovo u Vaš xml modul" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Napravljeno" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Hvala što ste koristili Zapisivač modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "URL Dokumentacija" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Izmenjeno" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Zapis" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Nastavi" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Izvezi podešavanja kao data datoteku" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Greška" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Obični podaci" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Pravljenje Modula" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Tip Podataka" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Informacija o modulu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Rezultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Otkaži" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Zatvori" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Kreiran & Izmijenjen" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora da počinje sa x_ i ne sme da sadrži specijalne karaktere !" - -#~ msgid "Start Recording" -#~ msgstr "Počni Snimanje" - -#~ msgid "Recording Information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Status" -#~ msgstr "Status" - -#~ msgid "Not Recording" -#~ msgstr "Ne Snima" - -#~ msgid "Recording Stopped" -#~ msgstr "Snimanje zaustavljeno" - -#~ msgid "Recording information" -#~ msgstr "Informacija o Snimanju" - -#~ msgid "Module Recorder" -#~ msgstr "Snimač Modula" - -#~ msgid "Continue Previous Session" -#~ msgstr "Nastavi Prethodnu Sesiju" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ako mislite da bi Vaš Modul mogao nekog zanimati, voljeli bismo da ga " -#~ "publicirate na OpenERP.com u sekciji \"Modules\". To možete putem weba ili " -#~ "korištenjem mogućnosti Modula: 'base_module_publish'." - -#~ msgid "Recording" -#~ msgstr "Snimanje" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "" -#~ "Možete nastaviti snimanje tako da ponovo pokrenete Čarobnjak \"Počni " -#~ "Snimanje\"" - -#~ msgid "Record module" -#~ msgstr "Snimi Modul" - -#~ msgid "Save Recorded Module" -#~ msgstr "Sacuvaj Snimljen Modul" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "" -#~ "OpenERP Snimač je zaustavljen. Ne zaboravite da sacuvate snimljen Modul." - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "" -#~ "Snimač Modula omogućuje Vam da snimite svaku operaciju izvršenu u Open ERP " -#~ "klijentu i izmjene spremite kao Modul. Moći ćete instalirati taj Modul na " -#~ "bilo kojoj Bazi Podataka za ponovnu upotrebu ili publiciranje." - -#~ msgid "Stop Recording" -#~ msgstr "Zaustavi Snimanje" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Ako mislite da Vaš modul može zainteresovati i druge ljude, Voleli bismo da " -#~ "ga objabvite na OpenERP.com u sekciji 'Moduli'. To možete učiniti preko " -#~ "vebsajta ili koristeći mogućnosti modula 'base_module_publish' ." - -#~ msgid "Module successfully created !" -#~ msgstr "Modul uspešno napravljen !" - -#~ msgid "Module Record" -#~ msgstr "Zapisivanje modula" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Ovaj modul omogućava da napravite novi modul bez ikakvog razvoja.\n" -#~ "Zapisuje sve operacije na stavkama za vreme sesija zapisivanaj i\n" -#~ "pravi .ZIP modul. Tako da možete napraviti sopstvene module direknto iz\n" -#~ "OpenERP klijenta.\n" -#~ "\n" -#~ "Ova verzija radi za pravljenje i izmenu postojećih zapisa. Iznova " -#~ "obračunava\n" -#~ "međuzavisnosti i veze između svih tipova vidžeta (man2one, many2many, ...).\n" -#~ "\n" -#~ "Ovo bi trebalo da Vam pomogne da lako pravite ponovo upotrebljive module, " -#~ "koje možete ponovo objaviti,\n" -#~ "za korisnička podešavanja i demo/testiranje podataka.\n" -#~ "\n" -#~ "Kako ga koristiti:\n" -#~ "Pokrenite Administration/Customization/Module Creation/Export Customizations " -#~ "kao pomoćni modul.\n" -#~ "Izaberite datum i vreme kao kriterijume za zapis i stavke za zapis i " -#~ "zapišite modul.\n" -#~ " " diff --git a/addons/base_module_record/i18n/sv.po b/addons/base_module_record/i18n/sv.po deleted file mode 100644 index 755853e16d5..00000000000 --- a/addons/base_module_record/i18n/sv.po +++ /dev/null @@ -1,288 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.14\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-08-03 23:19+0000\n" -"Last-Translator: Magnus Brandt (mba), Aspirix AB \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Kategori" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Information" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Slut" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Välj objekt att spela in" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Upphovsman" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Katalognamn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Endast poster" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Testdata" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Filnamn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Version" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Spela in objekt" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Om du tror att din modul skulle intressera andra människor, vill vi att du " -"publicera den på http://www.openerp.com, i \"Modules avsnitt. Du kan göra " -"det via hemsidan eller genom att använda funktioner i " -"\"base_module_publish\" modulen." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Spela in från datum" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Spela in moduler" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Exportera anpassning som modul" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "Tack i förväg för ditt bidrag." - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Lista med objekt som skall spelas in" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Komplett beskrivning" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modulnamn" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Objekt" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Modulens .zip-fil" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML-filen framgångsrikt skapad !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Resultat, klipp in detta i din moduls xml-fil" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Skapad" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Tack för att du använder modul-inspelaren" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokumentations-URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Ändrad" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Spela in" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Fortsätt" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Exportera anpassningar som en data-fil" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Fel" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normala data" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "OK" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Modulskapande" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Typ av data" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Modulinformation" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Resultat" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "Avbryt" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Stäng" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Skapad och ändrad" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Objektnamnet måste börja med x_ och får inte innehålla några specialtecken!" - -#~ msgid "Module Recorder" -#~ msgstr "Module Recorder" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "Om du tror att din modul kan intressera fler så skulle vi vilja att du " -#~ "publicerar den på OpenERP.com under \"Modules\" sektionen. Du kan göra det " -#~ "genom hemsidan eller genom att använda \"base_module_publish\" modulen." - -#~ msgid "Module successfully created !" -#~ msgstr "Modulen framgångsrikt skapad !" diff --git a/addons/base_module_record/i18n/tlh.po b/addons/base_module_record/i18n/tlh.po deleted file mode 100644 index 605abc55d24..00000000000 --- a/addons/base_module_record/i18n/tlh.po +++ /dev/null @@ -1,264 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev_rc3\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-02-03 06:26+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/i18n/tr.po b/addons/base_module_record/i18n/tr.po deleted file mode 100644 index 7bf5aeb8636..00000000000 --- a/addons/base_module_record/i18n/tr.po +++ /dev/null @@ -1,332 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:31+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Sınıf" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Bilgi" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Son" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "Kaydedilecek nesneleri seçin" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Yazan" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Dizin Adı" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "Sadece kayıtlar" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Demo Bilgileri" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Dosya Adı" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Sürüm" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "Nesnelerin kaydı" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" -"Eğer modülünüzün başka kullanıcıların ilgisini çekeceğini düşünüyorsanız, " -"modülünüzü http://apps.openerp.com sitesinde yayınlamak isteriz. Modül " -"yayını için yine 'base_module_publish' modülünü de kullanabilirsiniz." - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Tarihten beri kayıtlar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "Modül Kaydı" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "Özelleştirmeleri modül olarak dışa aktar" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "katkınız için şimdiden teşekkürler" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "Kaydedilecek nesnelerin listesi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Tam Açıklama" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Modül Adı" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Nesneler" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Modül .zip dosyası" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Modül başarılı olarak oluşturuldu !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YAML dosyası başarılı bir şekilde oluşturuldu !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "Sonuç, Bunu modülün XML dosyasına yapıştrın" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Oluşturuldu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "Modül kaydediciyi kullandığınız için teşekkürler" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "Dokümantasyon URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Değiştirildi" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Kayıt" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Devam et" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "Özelleştirmeleri dosya olarak kaydet" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Hata" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Normal Veri" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Tamam" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "Modül Olşturulma" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Veri tipi" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Modül Bilgisi" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "Sonuç" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "İptal" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "Kapat" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "Oluşturuldu & Değiştirildi" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "Nesne adı x_ ile başlamalı ve özel karakterler içermemelidir!" - -#~ msgid "Status" -#~ msgstr "Durum" - -#~ msgid "Start Recording" -#~ msgstr "Kaydı Başlat" - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "Eğer hazırladığınız modülünüz başka insanların ilgisini çekebili" - -#~ msgid "Module successfully created !" -#~ msgstr "Modül başarılı olarak oluşturuldu !" - -#~ msgid "Module Record" -#~ msgstr "Modül Kaydet" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Bu modül kod yazmadan yeni modül geliştirmeye yarar.\n" -#~ "Nesne üzerinde yaptığınız bütün işlemleri kaydeder ve bir .ZIP dosyasına " -#~ "kaydeder. \n" -#~ "Böylece OpenERP istemcisini kullanarak bir modül oluşturabilirsiniz.\n" -#~ "\n" -#~ "Bu sürüm yeni kayıt oluşturma ve kayıtları değiştirmek için kullanılabilir. " -#~ "Bağımlı modüller\n" -#~ "tekrar hesaplar ve her tip araç (many2one, many2many, ...) ile bağlantı " -#~ "kurar. \n" -#~ "\n" -#~ "Bu modülü kullanarak tekrar kullanılabilir ve yayınlanabilir modüller " -#~ "oluşturabilirsiniz.\n" -#~ "\n" -#~ "Nasıl Kullanılır:\n" -#~ "Yönetim / ÖZelleştirmeler / Modül Oluşturma / Özelleştirmeleri modül olarak " -#~ "dışa aktarma sihirbazı.\n" -#~ "Kayıt için kaydedilecek nesneleri ve tarih saat bilgisini seçin ve modülü " -#~ "kaydedin.\n" -#~ " " diff --git a/addons/base_module_record/i18n/uk.po b/addons/base_module_record/i18n/uk.po deleted file mode 100644 index 56bd3d615ed..00000000000 --- a/addons/base_module_record/i18n/uk.po +++ /dev/null @@ -1,269 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-09-08 13:52+0000\n" -"Last-Translator: Eugene Babiy \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Назва об'єкту має починатися з x_ і не містити ніяких спеціальних символів!" diff --git a/addons/base_module_record/i18n/vi.po b/addons/base_module_record/i18n/vi.po deleted file mode 100644 index b7431ffd149..00000000000 --- a/addons/base_module_record/i18n/vi.po +++ /dev/null @@ -1,268 +0,0 @@ -# Vietnamese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# Phong Nguyen , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:23+0000\n" -"Last-Translator: OpenBMS JSC \n" -"Language-Team: Vietnamese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "Phân loại" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "Thông tin" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "Kết thúc" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "Tác giả" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "Tên thư mục" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "Dữ liệu mẫu" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "Tên tập tin" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "Phiên bản" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "Bản ghi từ Ngày" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "Mô tả đầy đủ" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "Tên mô-đun" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "Các đối tượng" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "Tập tin .zip của mô-đun" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "Mô-đun được tạo thành công !" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "Đã tạo" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "Đã sửa đổi" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "Ghi" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "Tiếp tục" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "Lỗi" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "Dữ liệu thông thường" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "Đồng ý" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "Loại dữ liệu" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "Thông tin về mô-đun" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" - -#~ msgid "Module successfully created !" -#~ msgstr "Mô-đun được tạo thành công !" diff --git a/addons/base_module_record/i18n/zh_CN.po b/addons/base_module_record/i18n/zh_CN.po deleted file mode 100644 index ed9f605bd0f..00000000000 --- a/addons/base_module_record/i18n/zh_CN.po +++ /dev/null @@ -1,372 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:43+0000\n" -"Last-Translator: Jeff Wang \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "分类" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "信息" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "ir.module.record" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "结束" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "选择要记录的对象" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "作者" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "目录名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "只记录" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "演示数据" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "文件名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "版本" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "记录对象" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "如果你的模块对其他人也有用,我们建议你在apps.openerp.com上发布它。可以在网站上找到发布方法。" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "记录日期" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "记录模块" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "导出自定义模块" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "感谢你的贡献" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "要记录的对象列表" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "完整的说明" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "模块名" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "对象" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "模块zip文件" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "模块已成功创建!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "YMAL 文件创建成功!" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "结果,粘贴这个到你的模块的xml文件里面" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "已创建" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "感谢你使用模块记录" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "文档URL" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "修改" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "记录" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "下一步" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "导出自定义配置到数据文件" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "错误" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "普通数据" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "确定" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "模块创建" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "数据类型" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "模块信息" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "YAML" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "结果" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "取消" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "关闭" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "创建&修改" - -#~ msgid "Status" -#~ msgstr "状态" - -#~ msgid "Recording Information" -#~ msgstr "记录信息" - -#~ msgid "Module successfully created !" -#~ msgstr "模块已成功创建!" - -#~ msgid "Recording" -#~ msgstr "记录中" - -#~ msgid "Stop Recording" -#~ msgstr "结束记录" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "对象名必须要以X_开头并且不能含有特殊字符!" - -#~ msgid "Start Recording" -#~ msgstr "开始记录" - -#~ msgid "Not Recording" -#~ msgstr "不记录" - -#~ msgid "Recording information" -#~ msgstr "记录信息" - -#~ msgid "Recording Stopped" -#~ msgstr "停止记录" - -#~ msgid "Continue Previous Session" -#~ msgstr "继续先前的会话" - -#~ msgid "Module Recorder" -#~ msgstr "模块记录" - -#~ msgid "" -#~ "If you think your module could interrest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "如果你认为你的模块可以发布给其他人.你可以上网站或使用'base_module_publish'模块" - -#~ msgid "" -#~ "The module recorder allows you to record every operation made in the Open " -#~ "ERP client and save them as a module. You will be able to install this " -#~ "module on any database to reuse and/or publish it." -#~ msgstr "这记录者模块允许你记录客户端的每个操作并保存为一个模块.你能够安装这模块可以再利用或发布" - -#~ msgid "Record module" -#~ msgstr "记录模块" - -#~ msgid "" -#~ "Open ERP recording is stopped. Don't forget to save the recorded module." -#~ msgstr "停止系统记录不要忘记保存记录" - -#~ msgid "" -#~ "You can continue the recording session by relauching the 'start recording' " -#~ "wizard." -#~ msgstr "你可以继续记录这会话. '开始记录' 向导" - -#~ msgid "Save Recorded Module" -#~ msgstr "保存记录模块" - -#~ msgid "Module Record" -#~ msgstr "Module Record" - -#~ msgid "" -#~ "\n" -#~ "This module allows you to create a new module without any development.\n" -#~ "It records all operations on objects during the recording session and\n" -#~ "produce a .ZIP module. So you can create your own module directly from\n" -#~ "the OpenERP client.\n" -#~ "\n" -#~ "This version works for creating and updating existing records. It " -#~ "recomputes\n" -#~ "dependencies and links for all types of widgets (many2one, many2many, ...).\n" -#~ "It also support workflows and demo/update data.\n" -#~ "\n" -#~ "This should help you to easily create reusable and publishable modules\n" -#~ "for custom configurations and demo/testing data.\n" -#~ "\n" -#~ "How to use it:\n" -#~ "Run Administration/Customization/Module Creation/Export Customizations As a " -#~ "Module wizard.\n" -#~ "Select datetime criteria of recording and objects to be recorded and Record " -#~ "module.\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "这个模块可以让你不通过代码开发就创建一个新模块。\n" -#~ "它会记录你在操作中对象的所有的操作和变量的产生\n" -#~ "并生成一个.ZIP模块文件。所以你可以直接用OpenERP\n" -#~ "客户端来创建模块。\n" -#~ "\n" -#~ "如何使用它:\n" -#~ "运行管理/自定义/创建模块/把自定义设置导出为模块向导。\n" -#~ "选择录制和被录制的对象和记录模块中的日期时间标准。\n" -#~ " " - -#~ msgid "" -#~ "If you think your module could interest others people, we'd like you to " -#~ "publish it on OpenERP.com, in the 'Modules' section. You can do it through " -#~ "the website or using features of the 'base_module_publish' module." -#~ msgstr "" -#~ "如果您觉得你的模块会让其他人感兴趣。我们希望您把它发布到OpenERP.com的模块部分。你可以通过这个网页或者用base_module_publish这" -#~ "个模块来发布" diff --git a/addons/base_module_record/i18n/zh_TW.po b/addons/base_module_record/i18n/zh_TW.po deleted file mode 100644 index 40932cc2169..00000000000 --- a/addons/base_module_record/i18n/zh_TW.po +++ /dev/null @@ -1,264 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * base_module_record -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 5.0.4\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2009-01-30 12:44+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:07+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,category:0 -msgid "Category" -msgstr "分類" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Information" -msgstr "資訊" - -#. module: base_module_record -#: model:ir.model,name:base_module_record.model_ir_module_record -msgid "ir.module.record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,info,end:0 -#: wizard_button:base_module_record.module_record_data,save_yaml,end:0 -msgid "End" -msgstr "結束" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Choose objects to record" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,author:0 -msgid "Author" -msgstr "作者" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,directory_name:0 -msgid "Directory Name" -msgstr "目錄名稱" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,filter_cond:0 -#: wizard_field:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Records only" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Demo Data" -msgstr "演示資料" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_filename:0 -msgid "Filename" -msgstr "檔案名稱" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,version:0 -msgid "Version" -msgstr "版本" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,init:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -#: wizard_view:base_module_record.module_record_objects,init:0 -msgid "Objects Recording" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "" -"If you think your module could interest other people, we'd like you to " -"publish it on http://www.openerp.com, in the 'Modules' section. You can do " -"it through the website or using features of the 'base_module_publish' module." -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,check_date:0 -#: wizard_field:base_module_record.module_record_objects,init,check_date:0 -msgid "Record from Date" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -#: wizard_view:base_module_record.module_record_objects,info:0 -#: wizard_view:base_module_record.module_record_objects,save:0 -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "Module Recording" -msgstr "" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_objects -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_objects -msgid "Export Customizations As a Module" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Thanks in advance for your contribution." -msgstr "" - -#. module: base_module_record -#: help:base_module_record.module_record_data,init,objects:0 -#: help:base_module_record.module_record_objects,init,objects:0 -msgid "List of objects to be recorded" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,description:0 -msgid "Full Description" -msgstr "完整說明" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,name:0 -msgid "Module Name" -msgstr "模組名稱" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,objects:0 -#: wizard_field:base_module_record.module_record_objects,init,objects:0 -msgid "Objects" -msgstr "物件" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,save,module_file:0 -#: wizard_field:base_module_record.module_record_objects,save_yaml,yaml_file:0 -msgid "Module .zip File" -msgstr "模組 .zip 檔" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save:0 -msgid "Module successfully created!" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,save_yaml:0 -msgid "YAML file successfully created !" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,info:0 -#: wizard_view:base_module_record.module_record_data,save_yaml:0 -msgid "Result, paste this to your module's xml" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created" -msgstr "" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_data,end:0 -#: wizard_view:base_module_record.module_record_objects,end:0 -msgid "Thanks For using Module Recorder" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,website:0 -msgid "Documentation URL" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Modified" -msgstr "已修改" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,record:0 -#: wizard_button:base_module_record.module_record_objects,init,record:0 -msgid "Record" -msgstr "" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,info,save:0 -msgid "Continue" -msgstr "繼續" - -#. module: base_module_record -#: model:ir.actions.wizard,name:base_module_record.wizard_base_module_record_data -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_module_record_data -msgid "Export Customizations As Data File" -msgstr "" - -#. module: base_module_record -#: code:addons/base_module_record/wizard/base_module_save.py:129 -#, python-format -msgid "Error" -msgstr "" - -#. module: base_module_record -#: selection:base_module_record.module_record_objects,info,data_kind:0 -msgid "Normal Data" -msgstr "正常資料" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,end,end:0 -#: wizard_button:base_module_record.module_record_objects,end,end:0 -msgid "OK" -msgstr "" - -#. module: base_module_record -#: model:ir.ui.menu,name:base_module_record.menu_wizard_base_mod_rec -msgid "Module Creation" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_objects,info,data_kind:0 -msgid "Type of Data" -msgstr "資料類型" - -#. module: base_module_record -#: wizard_view:base_module_record.module_record_objects,info:0 -msgid "Module Information" -msgstr "模組資訊" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,init,info_yaml:0 -#: wizard_field:base_module_record.module_record_objects,init,info_yaml:0 -msgid "YAML" -msgstr "" - -#. module: base_module_record -#: wizard_field:base_module_record.module_record_data,info,res_text:0 -#: wizard_field:base_module_record.module_record_data,save_yaml,res_text:0 -msgid "Result" -msgstr "結果" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_data,init,end:0 -#: wizard_button:base_module_record.module_record_objects,info,end:0 -#: wizard_button:base_module_record.module_record_objects,init,end:0 -msgid "Cancel" -msgstr "取消" - -#. module: base_module_record -#: wizard_button:base_module_record.module_record_objects,save,end:0 -#: wizard_button:base_module_record.module_record_objects,save_yaml,end:0 -msgid "Close" -msgstr "關閉" - -#. module: base_module_record -#: selection:base_module_record.module_record_data,init,filter_cond:0 -#: selection:base_module_record.module_record_objects,init,filter_cond:0 -msgid "Created & Modified" -msgstr "" diff --git a/addons/base_module_record/security/ir.model.access.csv b/addons/base_module_record/security/ir.model.access.csv deleted file mode 100644 index 894312eae88..00000000000 --- a/addons/base_module_record/security/ir.model.access.csv +++ /dev/null @@ -1,2 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_ir_module_record,ir.module.record,model_ir_module_record,base.group_system,1,1,1,1 diff --git a/addons/base_module_record/wizard/__init__.py b/addons/base_module_record/wizard/__init__.py deleted file mode 100644 index 533abfd84dc..00000000000 --- a/addons/base_module_record/wizard/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import base_module_save -import base_module_record_objects -import base_module_record_data -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/base_module_record/wizard/base_module_record_data.py b/addons/base_module_record/wizard/base_module_record_data.py deleted file mode 100644 index cb1e9507495..00000000000 --- a/addons/base_module_record/wizard/base_module_record_data.py +++ /dev/null @@ -1,134 +0,0 @@ -# -*- encoding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). All Rights Reserved -# $Id$ -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv, fields -import tools -from tools.translate import _ - -import time - -class base_module_data(osv.osv_memory): - _name = 'base.module.data' - _description = "Base Module Data" - - _columns = { - 'check_date': fields.datetime('Record from Date', required=True), - 'objects': fields.many2many('ir.model', 'base_module_record_model_rel', 'objects', 'model_id', 'Objects'), - 'filter_cond': fields.selection([('created', 'Created'), ('modified', 'Modified'), ('created_modified', 'Created & Modified')], 'Records only', required=True), - 'info_yaml': fields.boolean('YAML'), - } - - def _get_default_objects(self, cr, uid, context=None): - names = ('ir.ui.view', 'ir.ui.menu', 'ir.model', 'ir.model.fields', 'ir.model.access', - 'res.partner', 'res.partner.category', 'workflow', - 'workflow.activity', 'workflow.transition', 'ir.actions.server', 'ir.server.object.lines') - return self.pool.get('ir.model').search(cr, uid, [('model', 'in', names)]) - - _defaults = { - 'check_date': lambda *a: time.strftime('%Y-%m-%d %H:%M:%S'), - 'objects': _get_default_objects, - 'filter_cond': 'created', - } - - def _create_xml(self, cr, uid, data, context=None): - mod = self.pool.get('ir.module.record') - res_xml = mod.generate_xml(cr, uid) - return {'res_text': res_xml } - - def _create_yaml(self, cr, uid, data, context=None): - mod = self.pool.get('ir.module.record') - res_xml = mod.generate_yaml(cr, uid) - return { 'res_text': res_xml } - - def record_objects(self, cr, uid, ids, context=None): - data = self.read(cr, uid, ids, [], context=context)[0] - check_date = data['check_date'] - filter = data['filter_cond'] - user = (self.pool.get('res.users').browse(cr, uid, uid)).login - mod = self.pool.get('ir.module.record') - mod_obj = self.pool.get('ir.model') - mod.recording_data = [] - for id in data['objects']: - obj_name=(mod_obj.browse(cr, uid, id)).model - obj_pool=self.pool.get(obj_name) - if filter =='created': - search_condition =[('create_date','>',check_date)] - elif filter =='modified': - search_condition =[('write_date','>',check_date)] - elif filter =='created_modified': - search_condition =['|',('create_date','>',check_date),('write_date','>',check_date)] - if '_log_access' in dir(obj_pool): - if not (obj_pool._log_access): - search_condition=[] - if '_auto' in dir(obj_pool): - if not obj_pool._auto: - continue - search_ids=obj_pool.search(cr,uid,search_condition) - for s_id in search_ids: - args=(cr.dbname,uid,obj_name,'copy', s_id,{}, context) - mod.recording_data.append(('query', args, {}, s_id)) - - mod_obj = self.pool.get('ir.model.data') - if len(mod.recording_data): - if data['info_yaml']: - res=self._create_yaml(cr, uid, data, context) - else: - res=self._create_xml(cr, uid, data, context) - model_data_ids = mod_obj.search(cr, uid, [('model', '=', 'ir.ui.view'), ('name', '=', 'module_create_xml_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Data Recording'), - 'context': {'default_res_text': tools.ustr(res['res_text'])}, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.data', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'module_recording_message_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Module Recording'), - 'context': context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - -base_module_data() - -class base_module_record_data(osv.osv_memory): - _name = 'base.module.record.data' - _description = "Base Module Record Data" - - _columns = { - 'res_text': fields.text('Result'), - } - -base_module_record_data() - -#vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/wizard/base_module_record_data_view.xml b/addons/base_module_record/wizard/base_module_record_data_view.xml deleted file mode 100644 index afe9833c209..00000000000 --- a/addons/base_module_record/wizard/base_module_record_data_view.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - base_module_record_data - base.module.data - -
- - - - - - - -
-
- -
-
- - - Export Customizations as Data - base.module.data - form - form - new - - - - - - - - - - module.create.xml.form - base.module.record.data - -
- - - - -
-
-
diff --git a/addons/base_module_record/wizard/base_module_record_object_view.xml b/addons/base_module_record/wizard/base_module_record_object_view.xml deleted file mode 100644 index fdfb6e9fc66..00000000000 --- a/addons/base_module_record/wizard/base_module_record_object_view.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - base_module_record_objects - base.module.record - -
- - - - - - - -
-
- -
-
- - - Export Customizations as a Module - base.module.record - form - form - new - - - - - - - - - - - module.create.form - base.module.record.objects - -
- - - - - -
-
- - - Module Recording - base.module.record.objects - form - form - new - - - - - info.start.form.view - base.module.record.objects - -
- - - - - - - - - - - -
-
- -
-
- - - module_recording_message - base.module.record.objects - -
-
-
- - - yml.save.form - base.module.record.objects - -
- - - - - -
- -
-
diff --git a/addons/base_module_record/wizard/base_module_record_objects.py b/addons/base_module_record/wizard/base_module_record_objects.py deleted file mode 100644 index de2c6861c44..00000000000 --- a/addons/base_module_record/wizard/base_module_record_objects.py +++ /dev/null @@ -1,173 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv, fields -import tools -from tools.translate import _ -import base_module_save - -import time - -class base_module_record(osv.osv_memory): - _name = 'base.module.record' - _description = "Base Module Record" - - _columns = { - 'check_date': fields.datetime('Record from Date', required=True), - 'objects': fields.many2many('ir.model', 'base_module_record_object_rel', 'objects', 'model_id', 'Objects'), - 'filter_cond': fields.selection([('created', 'Created'), ('modified', 'Modified'), ('created_modified', 'Created & Modified')], 'Records only', required=True), - 'info_yaml': fields.boolean('YAML'), - } - - def _get_default_objects(self, cr, uid, context=None): - names = ('ir.ui.view', 'ir.ui.menu', 'ir.model', 'ir.model.fields', 'ir.model.access', - 'res.partner', 'res.partner.category', 'workflow', - 'workflow.activity', 'workflow.transition', 'ir.actions.server', 'ir.server.object.lines') - return self.pool.get('ir.model').search(cr, uid, [('model', 'in', names)]) - - _defaults = { - 'check_date': lambda *a: time.strftime('%Y-%m-%d %H:%M:%S'), - 'objects': _get_default_objects, - 'filter_cond': 'created', - } - - def record_objects(self, cr, uid, ids, context=None): - data = self.read(cr, uid, ids, [], context=context)[0] - check_date=data['check_date'] - filter=data['filter_cond'] - user=(self.pool.get('res.users').browse(cr,uid,uid)).login - mod = self.pool.get('ir.module.record') - mod_obj = self.pool.get('ir.model') - mod.recording_data = [] - for id in data['objects']: - obj_name=(mod_obj.browse(cr,uid,id)).model - obj_pool=self.pool.get(obj_name) - if filter =='created': - search_condition =[('create_date', '>', check_date)] - elif filter =='modified': - search_condition =[('write_date', '>', check_date)] - elif filter =='created_modified': - search_condition =['|',('create_date', '>', check_date), ('write_date', '>', check_date)] - if '_log_access' in dir(obj_pool): - if not (obj_pool._log_access): - search_condition=[] - if '_auto' in dir(obj_pool): - if not obj_pool._auto: - continue - search_ids = obj_pool.search(cr,uid,search_condition) - for s_id in search_ids: - args=(cr.dbname, uid,obj_name, 'copy', s_id,{},context) - mod.recording_data.append(('query', args, {}, s_id)) - - mod_obj = self.pool.get('ir.model.data') - if len(mod.recording_data): - if data['info_yaml']: - mod = self.pool.get('ir.module.record') - res=base_module_save._create_yaml(self, cr, uid, data, context) - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'yml_save_form_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Message'), - 'context': {'default_yaml_file': tools.ustr(res['yaml_file'])}, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - else: - model_data_ids = mod_obj.search(cr, uid, [('model', '=', 'ir.ui.view'), ('name', '=', 'info_start_form_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Message'), - 'context': context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - - model_data_ids = mod_obj.search(cr, uid, [('model', '=', 'ir.ui.view'), ('name', '=', 'module_recording_message_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Message'), - 'context': context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - -base_module_record() - -class base_module_record_objects(osv.osv_memory): - _name = 'base.module.record.objects' - _description = "Base Module Record Objects" - - def inter_call(self, cr, uid, data, context=None): - res=base_module_save._create_module(self, cr, uid, data, context) - mod_obj = self.pool.get('ir.model.data') - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'module_create_form_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - context.update(res) - - return { - 'name': _('Message'), - 'context': { - 'default_module_filename': tools.ustr(res['module_filename']), - 'default_module_file': tools.ustr(res['module_file']), - }, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - - _columns = { - 'name': fields.char('Module Name', size=64, required=True), - 'directory_name': fields.char('Directory Name', size=32, required=True), - 'version': fields.char('Version', size=16, required=True), - 'author': fields.char('Author', size=64, required=True), - 'category': fields.char('Category', size=64, required=True), - 'website': fields.char('Documentation URL', size=64, required=True), - 'description': fields.text('Full Description', required=True), - 'data_kind': fields.selection([('demo', 'Demo Data'), ('update', 'Normal Data')], 'Type of Data', required=True), - 'module_file': fields.binary('Module .zip File', filename="module_filename"), - 'module_filename': fields.char('Filename', size=64), - 'yaml_file': fields.binary('Module .zip File'), - } - _defaults = { - 'author': 'OpenERP SA', - 'category': 'Vertical Modules/Parametrization', - 'website': 'http://www.openerp.com', - 'data_kind': 'update', - } - -base_module_record_objects() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/wizard/base_module_save.py b/addons/base_module_record/wizard/base_module_save.py deleted file mode 100644 index a63e7197654..00000000000 --- a/addons/base_module_record/wizard/base_module_save.py +++ /dev/null @@ -1,169 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import zipfile -import StringIO -import base64 - -import tools -from tools.translate import _ -from osv import osv, fields - - -def _create_yaml(self, cr, uid, data, context=None): - mod = self.pool.get('ir.module.record') - try: - res_xml = mod.generate_yaml(cr, uid) - except Exception, e: - raise osv.except_osv(_('Error!'),_(str(e))) - return { - 'yaml_file': base64.encodestring(res_xml), -} - -def _create_module(self, cr, uid, ids, context=None): - mod = self.pool.get('ir.module.record') - res_xml = mod.generate_xml(cr, uid) - data = self.read(cr, uid, ids, [], context=context)[0] - s = StringIO.StringIO() - zip = zipfile.ZipFile(s, 'w') - dname = data['directory_name'] - data['update_name'] = '' - data['demo_name'] = '' - if ['data_kind'] =='demo': - data['demo_name'] = '"%(directory_name)s_data.xml"' % data - else: - data['update_name'] = '"%(directory_name)s_data.xml"' % data - data['depends'] = ','.join(map(lambda x: '"'+x+'"', mod.depends.keys())) - _terp = """{ - "name" : "%(name)s", - "version" : "%(version)s", - "author" : "%(author)s", - "website" : "%(website)s", - "category" : "%(category)s", - "description": \"\"\"%(description)s\"\"\", - "depends" : [%(depends)s], - "demo" : [ %(demo_name)s], - "data" : [%(update_name)s], - "installable": True -} """ % data - filewrite = { - '__init__.py':'#\n# Generated by the OpenERP module recorder !\n#\n', - '__openerp__.py':_terp, - dname+'_data.xml': res_xml - } - for name,datastr in filewrite.items(): - info = zipfile.ZipInfo(dname+'/'+name) - info.compress_type = zipfile.ZIP_DEFLATED - info.external_attr = 2175008768 - if not datastr: - datastr = '' - zip.writestr(info, datastr) - zip.close() - return { - 'module_file': base64.encodestring(s.getvalue()), - 'module_filename': data['directory_name']+'-'+data['version']+'.zip' - } - -class base_module_save(osv.osv_memory): - _name = 'base.module.save' - _description = "Base Module Save" - - def default_get(self, cr, uid, fields, context=None): - mod = self.pool.get('ir.module.record') - result = {} - info = "Details of "+str(len(mod.recording_data))+" Operation(s):\n\n" - res = super(base_module_save, self).default_get(cr, uid, fields, context=context) - for line in mod.recording_data: - result.setdefault(line[0],{}) - result[line[0]].setdefault(line[1][3], {}) - result[line[0]][line[1][3]].setdefault(line[1][3], 0) - result[line[0]][line[1][3]][line[1][3]]+=1 - for key1,val1 in result.items(): - info+=key1+"\n" - for key2,val2 in val1.items(): - info+="\t"+key2+"\n" - for key3,val3 in val2.items(): - info+="\t\t"+key3+" : "+str(val3)+"\n" - if 'info_text' in fields: - res.update({'info_text': info}) - if 'info_status' in fields: - info_status = mod.recording and 'record' or 'no' - res.update({'info_status': info_status}) - return res - - _columns = { - 'info_text': fields.text('Information', readonly=True), - 'info_status': fields.selection([('no', 'Not Recording'),('record', 'Recording')], 'Status', readonly=True), - 'info_yaml': fields.boolean('YAML'), - } - - def record_save(self, cr, uid, ids, context=None): - data = self.read(cr, uid, ids, [], context=context)[0] - mod = self.pool.get('ir.module.record') - mod_obj = self.pool.get('ir.model.data') - if len(mod.recording_data): - if data['info_yaml']: - mod = self.pool.get('ir.module.record') - res=_create_yaml(self, cr, uid, data, context) - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'yml_save_form_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Message'), - 'context': { - 'default_yaml_file': tools.ustr(res['yaml_file']), - }, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - else: - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'info_start_form_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'name': _('Message'), - 'context': context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - model_data_ids = mod_obj.search(cr, uid,[('model', '=', 'ir.ui.view'), ('name', '=', 'module_recording_message_view')], context=context) - resource_id = mod_obj.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - - return { - 'name': _('Message'), - 'context': context, - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'base.module.record.objects', - 'views': [(resource_id, 'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - } - -base_module_save() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/base_module_record/wizard/base_module_save_view.xml b/addons/base_module_record/wizard/base_module_save_view.xml deleted file mode 100644 index 361e65344f1..00000000000 --- a/addons/base_module_record/wizard/base_module_save_view.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - base_module_save - base.module.save - -
- - - - - -
-
-
-
-
- - - Publish as module - base.module.save - form - form - new - - - - - - - -
-
diff --git a/addons/caldav/__init__.py b/addons/caldav/__init__.py deleted file mode 100644 index 3c7bf49a8fa..00000000000 --- a/addons/caldav/__init__.py +++ /dev/null @@ -1,27 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import calendar -import calendar_collection -import caldav -import wizard - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/__openerp__.py b/addons/caldav/__openerp__.py deleted file mode 100644 index 45edd6e659e..00000000000 --- a/addons/caldav/__openerp__.py +++ /dev/null @@ -1,75 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Share Calendar Using CalDAV', - 'version': '1.1', - 'depends': [ - 'base', - 'document_webdav', - ], - 'description': """ -This module contains basic functionality for Caldav system. -=========================================================== - - - Webdav server that provides remote access to calendar - - Synchronisation of calendar using WebDAV - - Customize calendar event and todo attribute with any of OpenERP model - - Provides iCal Import/Export functionality - -To access Calendars using CalDAV clients, point them to: --------------------------------------------------------- - http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c - -To access OpenERP Calendar using WebCal to remote site use the URL like: ------------------------------------------------------------------------- - http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics - - Where, - **HOSTNAME:** Host on which OpenERP server(With webdav) is running - - **PORT :** Port on which OpenERP server is running (By Default : 8069) - - **DATABASE_NAME:** Name of database on which OpenERP Calendar is created - - **CALENDAR_NAME:** Name of calendar to access -""", - 'category': 'Hidden/Dependency', - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'demo': [], - 'data': [ - 'security/ir.model.access.csv', - 'wizard/calendar_event_export_view.xml', - 'wizard/calendar_event_import_view.xml', - 'wizard/calendar_event_subscribe_view.xml', - 'wizard/caldav_browse_view.xml', - 'caldav_view.xml', - 'caldav_setup.xml', - 'caldav_data.xml' - ], - 'installable': True, - 'auto_install': False, - 'images': ['images/calendar_collections.jpeg','images/calendars.jpeg','images/export_ics_file.jpeg'], -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/caldav.py b/addons/caldav/caldav.py deleted file mode 100644 index 0f0f5ddd762..00000000000 --- a/addons/caldav/caldav.py +++ /dev/null @@ -1,29 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from document_webdav import webdav -import urlparse -urlparse.uses_netloc.append('caldav') -urlparse.uses_netloc.append('caldavs') - -#EOF - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/caldav_data.xml b/addons/caldav/caldav_data.xml deleted file mode 100644 index 146b8f83476..00000000000 --- a/addons/caldav/caldav_data.xml +++ /dev/null @@ -1,389 +0,0 @@ - - - - - - Calendars - True - - - - - comment - vevent - - - - organizer - vevent - - - - uid - vevent - - - - seq - vevent - - - - recurrence-id - vevent - - - - transp - vevent - - - - attendee - vevent - - - - related - vevent - - - - rrule - vevent - - - - dtend - vevent - - - - duration - vevent - - - - valarm - vevent - - - - vtimezone - vevent - - - - priority - vevent - - - - location - vevent - - - - exrule - vevent - - - - resources - vevent - - - - rstatus - vevent - - - - status - vevent - - - - exdate - vevent - - - - dtstamp - vevent - - - - description - vevent - - - - rdate - vevent - - - - dtstart - vevent - - - - class - vevent - - - - x-openobject-model - vevent - - - - created - vevent - - - - url - vevent - - - - summary - vevent - - - - contact - vevent - - - - - - - status - vtodo - - - - comment - vtodo - - - - attendee - vtodo - - - - valarm - vtodo - - - - description - vtodo - - - - sequence - vtodo - - - - vtimezone - vtodo - - - - url - vtodo - - - - completed - vtodo - - - - percent-complete - vtodo - - - - due - vtodo - - - - summary - vtodo - - - - priority - vtodo - - - - exdate - vtodo - - - - location - vtodo - - - - exrule - vtodo - - - - duration - vtodo - - - - organizer - vtodo - - - - dtstart - vtodo - - - - rrule - vtodo - - - - class - vtodo - - - - uid - vtodo - - - - - - cn - attendee - - - - sent-by - attendee - - - - language - attendee - - - - delegated-from - attendee - - - - member - attendee - - - - cutype - attendee - - - - role - attendee - - - - partstat - attendee - - - - delegated-to - attendee - - - - dir - attendee - - - - rsvp - attendee - - - - - - attendee - alarm - - - - trigger_duration - alarm - - - - description - alarm - - - - attach - alarm - - - - trigger_occurs - alarm - - - - trigger_interval - alarm - - - - summary - alarm - - - - duration - alarm - - - - repeat - alarm - - - - action - alarm - - - - trigger_related - alarm - - - - diff --git a/addons/caldav/caldav_node.py b/addons/caldav/caldav_node.py deleted file mode 100644 index 4c7598660f1..00000000000 --- a/addons/caldav/caldav_node.py +++ /dev/null @@ -1,522 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from document_webdav import nodes -from document.nodes import _str2time, nodefd_static -import logging -from orm_utils import get_last_modified -_logger = logging.getLogger(__name__) - -try: - from tools.dict_tools import dict_merge2 -except ImportError: - from document.dict_tools import dict_merge2 - -# TODO: implement DAV-aware errors, inherit from IOError - -# Assuming that we have set global properties right, we mark *all* -# directories as having calendar-access. -nodes.node_dir.http_options = dict_merge2(nodes.node_dir.http_options, - { 'DAV': ['calendar-access',] }) - -class node_calendar_collection(nodes.node_dir): - DAV_PROPS = dict_merge2(nodes.node_dir.DAV_PROPS, - { "http://calendarserver.org/ns/" : ('getctag',), } ) - DAV_M_NS = dict_merge2(nodes.node_dir.DAV_M_NS, - { "http://calendarserver.org/ns/" : '_get_dav', } ) - - def _file_get(self, cr, nodename=False): - return [] - - def _child_get(self, cr, name=False, parent_id=False, domain=None): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - where = [('collection_id','=',self.dir_id)] - ext = False - if name and name.endswith('.ics'): - name = name[:-4] - ext = True - if name: - where.append(('name','=',name)) - if not domain: - domain = [] - where = where + domain - fil_obj = dirobj.pool.get('basic.calendar') - ids = fil_obj.search(cr,uid,where,context=ctx) - res = [] - for cal in fil_obj.browse(cr, uid, ids, context=ctx): - if (not name) or not ext: - res.append(node_calendar(cal.name, self, self.context, cal)) - if self.context.get('DAV-client', '') in ('iPhone', 'iCalendar'): - # these ones must not see the webcal entry. - continue - if cal.has_webcal and (not name) or ext: - res.append(res_node_calendar(cal.name+'.ics', self, self.context, cal)) - # May be both of them! - return res - - def _get_ttag(self, cr): - return 'calen-dir-%d' % self.dir_id - - def _get_dav_getctag(self, cr): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - where = [('collection_id','=',self.dir_id)] - bc_obj = dirobj.pool.get('basic.calendar') - - res = get_last_modified(bc_obj, cr, uid, where, context=ctx) - return _str2time(res) - -class node_calendar_res_col(nodes.node_res_obj): - """ Calendar collection, as a dynamically created node - - This class shall be used instead of node_calendar_collection, when the - node is under dynamic ones. - """ - DAV_PROPS = dict_merge2(nodes.node_res_obj.DAV_PROPS, - { "http://calendarserver.org/ns/" : ('getctag',), } ) - DAV_M_NS = dict_merge2(nodes.node_res_obj.DAV_M_NS, - { "http://calendarserver.org/ns/" : '_get_dav', } ) - - def _file_get(self, cr, nodename=False): - return [] - - def _child_get(self, cr, name=False, parent_id=False, domain=None): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - where = [('collection_id','=',self.dir_id)] - ext = False - if name and name.endswith('.ics'): - name = name[:-4] - ext = True - if name: - where.append(('name','=',name)) - if not domain: - domain = [] - where = where + domain - fil_obj = dirobj.pool.get('basic.calendar') - ids = fil_obj.search(cr,uid,where,context=ctx) - res = [] - # TODO: shall we use any of our dynamic information?? - for cal in fil_obj.browse(cr, uid, ids, context=ctx): - if (not name) or not ext: - res.append(node_calendar(cal.name, self, self.context, cal)) - if self.context.get('DAV-client', '') in ('iPhone', 'iCalendar'): - # these ones must not see the webcal entry. - continue - if cal.has_webcal and (not name) or ext: - res.append(res_node_calendar(cal.name+'.ics', self, self.context, cal)) - # May be both of them! - return res - - def _get_ttag(self, cr): - return 'calen-dir-%d' % self.dir_id - - def _get_dav_getctag(self, cr): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - where = [('collection_id','=',self.dir_id)] - bc_obj = dirobj.pool.get('basic.calendar') - - res = get_last_modified(bc_obj, cr, uid, where, context=ctx) - return _str2time(res) - -class node_calendar(nodes.node_class): - our_type = 'collection' - DAV_PROPS = { - "DAV:": ('supported-report-set',), - # "http://cal.me.com/_namespace/" : ('user-state',), - "http://calendarserver.org/ns/" : ( 'getctag',), - 'http://groupdav.org/': ('resourcetype',), - "urn:ietf:params:xml:ns:caldav" : ( - 'calendar-description', - 'supported-calendar-component-set', - ), - "http://apple.com/ns/ical/": ("calendar-color", "calendar-order"), - } - DAV_PROPS_HIDDEN = { - "urn:ietf:params:xml:ns:caldav" : ( - 'calendar-data', - 'calendar-timezone', - 'supported-calendar-data', - 'max-resource-size', - 'min-date-time', - 'max-date-time', - )} - - DAV_M_NS = { - "DAV:" : '_get_dav', - # "http://cal.me.com/_namespace/": '_get_dav', - 'http://groupdav.org/': '_get_gdav', - "http://calendarserver.org/ns/" : '_get_dav', - "urn:ietf:params:xml:ns:caldav" : '_get_caldav', - "http://apple.com/ns/ical/": '_get_apple_cal', - } - - http_options = { 'DAV': ['calendar-access'] } - - def __init__(self, path, parent, context, calendar): - super(node_calendar,self).__init__(path, parent,context) - self.calendar_id = calendar.id - self.mimetype = 'application/x-directory' - self.create_date = calendar.create_date - self.write_date = calendar.write_date or calendar.create_date - self.content_length = 0 - self.displayname = calendar.name - self.cal_type = calendar.type - self.cal_color = calendar.calendar_color or None - self.cal_order = calendar.calendar_order or None - try: - self.uuser = (calendar.user_id and calendar.user_id.login) or 'nobody' - except Exception: - self.uuser = 'nobody' - - def _get_dav_getctag(self, cr): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - - bc_obj = dirobj.pool.get('basic.calendar') - res = bc_obj.get_cal_max_modified(cr, uid, [self.calendar_id], self, domain=[], context=ctx) - return _str2time(res) - - def _get_dav_user_state(self, cr): - #TODO - return 'online' - - def get_dav_resourcetype(self, cr): - res = [ ('collection', 'DAV:'), - ('calendar', 'urn:ietf:params:xml:ns:caldav'), - ] - if self.context.get('DAV-client', '') == 'GroupDAV': - res.append((str(self.cal_type + '-collection'), 'http://groupdav.org/')) - return res - - def get_domain(self, cr, filters): - # TODO: doc. - res = [] - if not filters: - return res - if filters.localName == 'calendar-query': - res = [] - for filter_child in filters.childNodes: - if filter_child.nodeType == filter_child.TEXT_NODE: - continue - if filter_child.localName == 'filter': - for vcalendar_filter in filter_child.childNodes: - if vcalendar_filter.nodeType == vcalendar_filter.TEXT_NODE: - continue - if vcalendar_filter.localName == 'comp-filter': - if vcalendar_filter.getAttribute('name') == 'VCALENDAR': - for vevent_filter in vcalendar_filter.childNodes: - if vevent_filter.nodeType == vevent_filter.TEXT_NODE: - continue - if vevent_filter.localName == 'comp-filter': - if vevent_filter.getAttribute('name'): - res = [('type','=',vevent_filter.getAttribute('name').lower() )] - - for cfe in vevent_filter.childNodes: - if cfe.localName == 'time-range': - if cfe.getAttribute('start'): - _log.warning("Ignore start.. ") - # No, it won't work in this API - #val = cfe.getAttribute('start') - #res += [('dtstart','=', cfe)] - elif cfe.getAttribute('end'): - _log.warning("Ignore end.. ") - else: - _log.debug("Unknown comp-filter: %s.", cfe.localName) - else: - _log.debug("Unknown comp-filter: %s.", vevent_filter.localName) - else: - _log.debug("Unknown filter element: %s.", vcalendar_filter.localName) - else: - _log.debug("Unknown calendar-query element: %s.", filter_child.localName) - return res - elif filters.localName == 'calendar-multiget': - # this is not the place to process, as it wouldn't support multi-level - # hrefs. So, the code is moved to document_webdav/dav_fs.py - pass - else: - _log.debug("Unknown element in REPORT: %s.", filters.localName) - return res - - def children(self, cr, domain=None): - return self._child_get(cr, domain=domain) - - def child(self, cr, name, domain=None): - res = self._child_get(cr, name, domain=domain) - if res: - return res[0] - return None - - - def _child_get(self, cr, name=False, parent_id=False, domain=None): - dirobj = self.context._dirobj - uid = self.context.uid - ctx = self.context.context.copy() - ctx.update(self.dctx) - where = [] - bc_obj = dirobj.pool.get('basic.calendar') - - if name: - if name.endswith('.ics'): - name = name[:-4] - try: - if name.isdigit(): - where.append(('id','=',int(name))) - else: - bca_obj = dirobj.pool.get('basic.calendar.alias') - bc_alias = bca_obj.search(cr, uid, - [('cal_line_id.calendar_id', '=', self.calendar_id), - ('name', '=', name)] ) - if not bc_alias: - return [] - bc_val = bca_obj.read(cr, uid, bc_alias, ['res_id',]) - where.append(('id', '=', bc_val[0]['res_id'])) - except ValueError: - # if somebody requests any other name than the ones we - # generate (non-numeric), it just won't exist - return [] - - if not domain: - domain = [] - - # we /could/ be supplying an invalid calendar id to bc_obj, it has to check - res = bc_obj.get_calendar_objects(cr, uid, [self.calendar_id], self, domain=where, context=ctx) - return res - - def create_child(self, cr, path, data): - """ API function to create a child file object and node - Return the node_* created - """ - # we ignore the path, it will be re-generated automatically - fil_obj = self.context._dirobj.pool.get('basic.calendar') - ctx = self.context.context.copy() - ctx.update(self.dctx) - uid = self.context.uid - - res = self.set_data(cr, data) - if res and len(res): - # We arbitrarily construct only the first node of the data - # that have been imported. ICS may have had more elements, - # but only one node can be returned here. - assert isinstance(res[0], (int, long)) - fnodes = fil_obj.get_calendar_objects(cr, uid, [self.calendar_id], self, - domain=[('id','=',res[0])], context=ctx) - - if self.context.get('DAV-client','') in ('iPhone', 'iCalendar',): - # For those buggy clients, register the alias - bca_obj = fil_obj.pool.get('basic.calendar.alias') - ourcal = fil_obj.browse(cr, uid, self.calendar_id) - line_id = None - for line in ourcal.line_ids: - if line.name == ourcal.type: - line_id = line.id - break - assert line_id, "Calendar #%d must have at least one %s line." % \ - (ourcal.id, ourcal.type) - if path.endswith('.ics'): - path = path[:-4] - bca_obj.create(cr, uid, { 'cal_line_id': line_id, - 'res_id': res[0], 'name': path}, context=ctx) - return fnodes[0] - # If we reach this line, it means that we couldn't import any useful - # (and matching type vs. our node kind) data from the iCal content. - return None - - - def set_data(self, cr, data, fil_obj=None): - uid = self.context.uid - calendar_obj = self.context._dirobj.pool.get('basic.calendar') - res = calendar_obj.import_cal(cr, uid, data, self.calendar_id) - return res - - def get_data_len(self, cr, fil_obj=None): - return self.content_length - - def _get_ttag(self, cr): - return 'calendar-%d' % (self.calendar_id,) - - def rmcol(self, cr): - return False - - def _get_caldav_calendar_data(self, cr): - if self.context.get('DAV-client', '') in ('iPhone', 'iCalendar'): - # Never return collective data to iClients, they get confused - # because they do propfind on the calendar node with Depth=1 - # and only expect the childrens' data - return None - res = [] - for child in self.children(cr): - res.append(child._get_caldav_calendar_data(cr)) - return res - - def open_data(self, cr, mode): - return nodefd_static(self, cr, mode) - - def _get_caldav_calendar_description(self, cr): - uid = self.context.uid - calendar_obj = self.context._dirobj.pool.get('basic.calendar') - ctx = self.context.context.copy() - ctx.update(self.dctx) - try: - calendar = calendar_obj.browse(cr, uid, self.calendar_id, context=ctx) - return calendar.description or calendar.name - except Exception: - return None - - def _get_dav_supported_report_set(self, cr): - - return ('supported-report', 'DAV:', - ('report','DAV:', - ('principal-match','DAV:') - ) - ) - - def _get_caldav_supported_calendar_component_set(self, cr): - return ('comp', 'urn:ietf:params:xml:ns:caldav', None, - {'name': self.cal_type.upper()} ) - - def _get_caldav_calendar_timezone(self, cr): - return None #TODO - - def _get_caldav_supported_calendar_data(self, cr): - return ('calendar-data', 'urn:ietf:params:xml:ns:caldav', None, - {'content-type': "text/calendar", 'version': "2.0" } ) - - def _get_caldav_max_resource_size(self, cr): - return 65535 - - def _get_caldav_min_date_time(self, cr): - return "19700101T000000Z" - - def _get_caldav_max_date_time(self, cr): - return "21001231T235959Z" # I will be dead by then - - def _get_apple_cal_calendar_color(self, cr): - return self.cal_color - - def _get_apple_cal_calendar_order(self, cr): - return self.cal_order - -class res_node_calendar(nodes.node_class): - our_type = 'file' - DAV_PROPS = { - "http://calendarserver.org/ns/" : ('getctag',), - "urn:ietf:params:xml:ns:caldav" : ( - 'calendar-description', - 'calendar-data', - )} - DAV_M_NS = { - "http://calendarserver.org/ns/" : '_get_dav', - "urn:ietf:params:xml:ns:caldav" : '_get_caldav'} - - http_options = { 'DAV': ['calendar-access'] } - - def __init__(self, path, parent, context, res_obj, res_model=None, res_id=None): - super(res_node_calendar,self).__init__(path, parent, context) - self.mimetype = 'text/calendar' - self.create_date = parent.create_date - self.write_date = parent.write_date or parent.create_date - self.calendar_id = hasattr(parent, 'calendar_id') and parent.calendar_id or False - if res_obj: - if not self.calendar_id: self.calendar_id = res_obj.id - pr = res_obj.perm_read(context=context, details=False)[0] - self.create_date = pr.get('create_date') - self.write_date = pr.get('write_date') or pr.get('create_date') - self.displayname = res_obj.name - - self.content_length = 0 - - self.model = res_model - self.res_id = res_id - - def open_data(self, cr, mode): - return nodefd_static(self, cr, mode) - - def get_data(self, cr, fil_obj=None): - uid = self.context.uid - calendar_obj = self.context._dirobj.pool.get('basic.calendar') - context = self.context.context.copy() - context.update(self.dctx) - context.update({'model': self.model, 'res_id':self.res_id}) - res = calendar_obj.export_cal(cr, uid, [self.calendar_id], context=context) - return res - - def _get_caldav_calendar_data(self, cr): - return self.get_data(cr) - - def get_data_len(self, cr, fil_obj=None): - return self.content_length - - def set_data(self, cr, data, fil_obj=None): - uid = self.context.uid - context = self.context.context.copy() - context.update(self.dctx) - context.update({'model': self.model, 'res_id':self.res_id}) - calendar_obj = self.context._dirobj.pool.get('basic.calendar') - res = calendar_obj.import_cal(cr, uid, data, self.calendar_id, context=context) - return res - - def _get_ttag(self, cr): - res = False - if self.model and self.res_id: - res = '%s_%d' % (self.model, self.res_id) - elif self.calendar_id: - res = '%d' % (self.calendar_id) - return res - - def _get_wtag(self, cr): - uid = self.context.uid - context = self.context.context - if self.model and self.res_id: - mod_obj = self.context._dirobj.pool.get(self.model) - pr = mod_obj.perm_read(cr, uid, [self.res_id], context=context, details=False)[0] - self.write_date = pr.get('write_date') or pr.get('create_date') - - # Super will use self.write_date, so we should be fine. - return super(res_node_calendar, self)._get_wtag(cr) - - def rm(self, cr): - uid = self.context.uid - res = False - if self.type in ('collection','database'): - return False - if self.model and self.res_id: - document_obj = self.context._dirobj.pool.get(self.model) - if document_obj: - res = document_obj.unlink(cr, uid, [self.res_id]) - - return res - - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4 diff --git a/addons/caldav/caldav_setup.xml b/addons/caldav/caldav_setup.xml deleted file mode 100644 index e2e9d7eae5a..00000000000 --- a/addons/caldav/caldav_setup.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - [] - - - - - - directory - - calendars - - - [] - - - - - - directory - - resources - - - [('id','=',uid)] - - - - - - ressource - - - __uids__ - - - [('id','=',uid)] - - - - - - - - ressource - - - users - - - - user_id - res_id - - - [] - - - - - - directory - - c - - - - [] - - - - - - directory - - groups - - - - urn:ietf:params:xml:ns:caldav - - calendar-home-set - ('href','DAV:','/%s/%s/calendars/users/%s/c' % ('webdav',dbname,username) ) - - - - diff --git a/addons/caldav/caldav_view.xml b/addons/caldav/caldav_view.xml deleted file mode 100644 index 9f867a96c6d..00000000000 --- a/addons/caldav/caldav_view.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - Calendar Collections : Form - document.directory - 40 - -
- - - - - - - - - -
-
-
- - - Calendar Collections : Tree - document.directory - 40 - - - - - - - - - - - - - - - - Calendar Collections - ir.actions.act_window - document.directory - form - tree,form - [('calendar_collection','=',True)] - {'default_calendar_collection': True} - - - - Document Directory - [('calendar_collection','=',False)] - - - - - tree - - - - - - - form - - - - - - - - - - Calendar : Form - basic.calendar - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - - Calendar : Tree - basic.calendar - - - - - - - - - - - - - - - Calendar: Search - basic.calendar - - - - - - - - - - - - - - - - - - Calendars - ir.actions.act_window - basic.calendar - form - tree,form - - - - - tree - - - - - - form - - - - - - -
-
diff --git a/addons/caldav/calendar.py b/addons/caldav/calendar.py deleted file mode 100644 index 5b6199c376c..00000000000 --- a/addons/caldav/calendar.py +++ /dev/null @@ -1,1300 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from datetime import datetime, timedelta -from dateutil import parser -from dateutil.rrule import * -from osv import osv, fields -from tools.translate import _ -import math -import pooler -import pytz -import re -import tools -import time -import logging -from caldav_node import res_node_calendar -from orm_utils import get_last_modified -from tools.safe_eval import safe_eval as eval -_logger = logging.getLogger(__name__) - -try: - import vobject -except ImportError: - raise osv.except_osv(_('vobject Import Error!'), _('Please install python-vobject from http://vobject.skyhouseconsulting.com/')) - -# O-1 Optional and can come only once -# O-n Optional and can come more than once -# R-1 Required and can come only once -# R-n Required and can come more than once - -def uid2openobjectid(cr, uidval, oomodel, rdate): - """ UID To Open Object Id - @param cr: the current row, from the database cursor, - @param uidval: Get USerId vale - @oomodel: Open Object ModelName - @param rdate: Get Recurrent Date - """ - __rege = re.compile(r'OpenObject-([\w|\.]+)_([0-9]+)@(\w+)$') - if not uidval: - return (False, None) - wematch = __rege.match(uidval.encode('utf8')) - if not wematch: - return (False, None) - else: - model, id, dbname = wematch.groups() - model_obj = pooler.get_pool(cr.dbname).get(model) - if (not model == oomodel) or (not dbname == cr.dbname): - return (False, None) - qry = 'SELECT DISTINCT(id) FROM %s' % model_obj._table - if rdate: - qry += " WHERE recurrent_id=%s" - cr.execute(qry, (rdate,)) - r_id = cr.fetchone() - if r_id: - return (id, r_id[0]) - else: - return (False, None) - cr.execute(qry) - ids = map(lambda x: str(x[0]), cr.fetchall()) - if id in ids: - return (id, None) - return (False, None) - -def openobjectid2uid(cr, uidval, oomodel): - """ Gives the value of UID for VEVENT - @param cr: the current row, from the database cursor, - @param uidval: Id value of the Event - @oomodel: Open Object ModelName """ - - value = 'OpenObject-%s_%s@%s' % (oomodel, uidval, cr.dbname) - return value - -def mailto2str(arg): - """Take a dict of mail and convert to string. - """ - ret = [] - if isinstance(arg, dict): - args = [arg,] - else: - args = arg - - for ard in args: - rstr = ard.get('name','') - if ard.get('company',False): - rstr += ' (%s)' % ard.get('company') - if ard.get('email'): - rstr += ' <%s>' % ard.get('email') - ret.append(rstr) - return ', '.join(ret) - -def str2mailto(emailstr, multi=False): - """Split one email string to a dict of name, company, mail parts - - @param multi Return an array, recognize comma-sep - """ - # TODO: move to tools or sth. - mege = re.compile(r'([^\(\<]+) *(\((.*?)\))? *(\< ?(.*?) ?\>)? ?(\((.*?)\))? *$') - - mailz= [emailstr,] - retz = [] - if multi: - mailz = emailstr.split(',') - - for mas in mailz: - m = mege.match(mas.strip()) - if not m: - #one of the rare non-matching strings is "sad" :( - retz.append({ 'name': mas.strip() }) - continue - # raise ValueError("Invalid email address %r" % mas) - rd = { 'name': m.group(1).strip(), - 'email': m.group(5), } - if m.group(2): - rd['company'] = m.group(3).strip() - elif m.group(6): - rd['company'] = m.group(7).strip() - - if rd['name'].startswith('"') and rd['name'].endswith('"'): - rd['name'] = rd['name'][1:-1] - retz.append(rd) - - if multi: - return retz - else: - return retz[0] - -def get_attribute_mapping(cr, uid, calname, context=None): - """ Attribute Mapping with Basic calendar fields and lines - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param calname: Get Calendar name - @param context: A standard dictionary for contextual values """ - - if context is None: - context = {} - pool = pooler.get_pool(cr.dbname) - field_obj = pool.get('basic.calendar.fields') - type_obj = pool.get('basic.calendar.lines') - domain = [('object_id.model', '=', context.get('model'))] - if context.get('calendar_id'): - domain.append(('calendar_id', '=', context.get('calendar_id'))) - type_id = type_obj.search(cr, uid, domain) - fids = field_obj.search(cr, uid, [('type_id', '=', type_id[0])]) - res = {} - for field in field_obj.browse(cr, uid, fids, context=context): - attr = field.name.name - res[attr] = {} - res[attr]['field'] = field.field_id.name - res[attr]['type'] = field.field_id.ttype - if field.fn == 'datetime_utc': - res[attr]['type'] = 'utc' - if field.fn == 'hours': - res[attr]['type'] = "timedelta" - if res[attr]['type'] in ('one2many', 'many2many', 'many2one'): - res[attr]['object'] = field.field_id.relation - elif res[attr]['type'] in ('selection') and field.mapping: - res[attr]['mapping'] = eval(field.mapping) - if not res.get('uid', None): - res['uid'] = {} - res['uid']['field'] = 'id' - res['uid']['type'] = "integer" - return res - -def map_data(cr, uid, obj, context=None): - """ Map Data - @param self: The object pointer - @param cr: the current row, from the database cursor,""" - - vals = {} - for map_dict in obj.__attribute__: - map_val = obj.ical_get(map_dict, 'value') - field = obj.ical_get(map_dict, 'field') - field_type = obj.ical_get(map_dict, 'type') - if field: - #ignore write date, this field is resered for the orm - if field == 'write_date': - continue - if field_type == 'selection': - if not map_val: - continue - if type(map_val) == list and len(map_val): #TOFIX: why need to check this - map_val = map_val[0] - mapping = obj.__attribute__[map_dict].get('mapping', False) - if mapping: - map_val = mapping.get(map_val.lower(), False) - else: - map_val = map_val.lower() - if field_type == 'many2many': - ids = [] - if not map_val: - vals[field] = ids - continue - model = obj.__attribute__[map_dict].get('object', False) - modobj = obj.pool.get(model) - for map_vall in map_val: - id = modobj.create(cr, uid, map_vall, context=context) - ids.append(id) - vals[field] = [(6, 0, ids)] - continue - if field_type == 'many2one': - id = None - if not map_val or not isinstance(map_val, dict): - vals[field] = id - continue - model = obj.__attribute__[map_dict].get('object', False) - modobj = obj.pool.get(model) - # check if the record exists or not - key1 = map_val.keys() - value1 = map_val.values() - domain = [(key1[i], '=', value1[i]) for i in range(len(key1)) if value1[i]] - exist_id = modobj.search(cr, uid, domain, context=context) - if exist_id: - id = exist_id[0] - else: - id = modobj.create(cr, uid, map_val, context=context) - vals[field] = id - continue - if field_type == 'timedelta': - if map_val: - vals[field] = (map_val.seconds/float(86400) + map_val.days) - vals[field] = map_val - return vals - -class CalDAV(object): - __attribute__ = {} - - def ical_set(self, name, value, type): - """ set calendar Attribute - @param self: The object pointer, - @param name: Get Attribute Name - @param value: Get Attribute Value - @param type: Get Attribute Type - """ - if name in self.__attribute__ and self.__attribute__[name]: - self.__attribute__[name][type] = value - return True - - def ical_get(self, name, type): - """ Get calendar Attribute - @param self: The object pointer, - @param name: Get Attribute Name - @param type: Get Attribute Type - """ - if self.__attribute__.get(name): - val = self.__attribute__.get(name).get(type, None) - valtype = self.__attribute__.get(name).get('type', None) - if type == 'value': - if valtype and valtype == 'datetime' and val: - if isinstance(val, list): - val = ','.join(map(lambda x: x.strftime('%Y-%m-%d %H:%M:%S'), val)) - else: - val = val.strftime('%Y-%m-%d %H:%M:%S') - return val - else: - return self.__attribute__.get(name, None) - - def ical_reset(self, type): - """ Reset Calendar Attribute - @param self: The object pointer, - @param type: Get Attribute Type - """ - for name in self.__attribute__: - if self.__attribute__[name]: - self.__attribute__[name][type] = None - return True - - def format_date_tz(self, src_date, tz=None): - """ This function converts date into specifice timezone value - @param src_date: Date to be converted (datetime.datetime) - @return: Converted datetime.datetime object for the date - """ - format = tools.DEFAULT_SERVER_DATETIME_FORMAT - date_str = src_date.strftime('%Y-%m-%d %H:%M:%S') - res_date = tools.server_to_local_timestamp(date_str, format, format, tz) - return datetime.strptime(res_date, "%Y-%m-%d %H:%M:%S") - - def parse_ics(self, cr, uid, child, cal_children=None, context=None): - """ parse calendaring and scheduling information - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param context: A standard dictionary for contextual values """ - - att_data = [] - exdates = [] - _server_tzinfo = pytz.timezone(tools.get_server_timezone()) - for cal_data in child.getChildren(): - if cal_data.name.lower() == 'organizer': - dmail = { 'name': cal_data.params.get('CN', ['',])[0], - 'email': cal_data.value.lower().replace('mailto:',''), - # TODO: company? - } - self.ical_set(cal_data.name.lower(), mailto2str(dmail), 'value') - continue - if cal_data.name.lower() == 'attendee': - ctx = context.copy() - if cal_children: - ctx.update({'model': cal_children[cal_data.name.lower()]}) - attendee = self.pool.get('basic.calendar.attendee') - att_data.append(attendee.import_cal(cr, uid, cal_data, context=ctx)) - self.ical_set(cal_data.name.lower(), att_data, 'value') - continue - if cal_data.name.lower() == 'valarm': - alarm = self.pool.get('basic.calendar.alarm') - ctx = context.copy() - if cal_children: - ctx.update({'model': cal_children[cal_data.name.lower()]}) - vals = alarm.import_cal(cr, uid, cal_data, context=ctx) - self.ical_set(cal_data.name.lower(), vals, 'value') - continue - if cal_data.name.lower() == 'exdate': - exdates += cal_data.value - exvals = [] - for exdate in exdates: - exvals.append(datetime.fromtimestamp(time.mktime(exdate.utctimetuple())).strftime('%Y%m%dT%H%M%S')) - self.ical_set(cal_data.name.lower(), ','.join(exvals), 'value') - continue - if cal_data.name.lower() in self.__attribute__: - if cal_data.params.get('X-VOBJ-ORIGINAL-TZID'): - self.ical_set('vtimezone', cal_data.params.get('X-VOBJ-ORIGINAL-TZID'), 'value') - date_local = cal_data.value.astimezone(_server_tzinfo) - self.ical_set(cal_data.name.lower(), date_local, 'value') - continue - self.ical_set(cal_data.name.lower(), cal_data.value, 'value') - vals = map_data(cr, uid, self, context=context) - return vals - - def create_ics(self, cr, uid, datas, name, ical, context=None): - """ create calendaring and scheduling information - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param context: A standard dictionary for contextual values """ - - if not datas: - return - timezones = [] - for data in datas: - tzval = None - exfield = None - exdates = [] - vevent = ical.add(name) - for field in self.__attribute__.keys(): - map_field = self.ical_get(field, 'field') - map_type = self.ical_get(field, 'type') - if map_field in data.keys(): - if field == 'uid': - model = context.get('model', None) - if not model: - continue - uidval = openobjectid2uid(cr, data[map_field], model) - #Computation for getting events with the same UID (RFC4791 Section4.1) - #START - model_obj = self.pool.get(model) - r_ids = [] - if model_obj._columns.get('recurrent_uid', None): - cr.execute('SELECT id FROM %s WHERE recurrent_uid=%%s' % model_obj._table, - (data[map_field],)) - r_ids = map(lambda x: x[0], cr.fetchall()) - if r_ids: - r_datas = model_obj.read(cr, uid, r_ids, context=context) - rcal = CalDAV.export_cal(self, cr, uid, r_datas, 'vevent', context=context) - for revents in rcal.contents.get('vevent', []): - ical.contents['vevent'].append(revents) - #END - if data.get('recurrent_uid', None): - # Change the UID value in case of modified event from any recurrent event - uidval = openobjectid2uid(cr, data['recurrent_uid'], model) - vevent.add('uid').value = uidval - elif field == 'attendee' and data[map_field]: - model = self.__attribute__[field].get('object', False) - attendee_obj = self.pool.get('basic.calendar.attendee') - vevent = attendee_obj.export_cal(cr, uid, model, \ - data[map_field], vevent, context=context) - elif field == 'valarm' and data[map_field]: - model = self.__attribute__[field].get('object', False) - ctx = context.copy() - ctx.update({'model': model}) - alarm_obj = self.pool.get('basic.calendar.alarm') - vevent = alarm_obj.export_cal(cr, uid, model, \ - data[map_field][0], vevent, context=ctx) - elif field == 'vtimezone' and data[map_field]: - tzval = data[map_field] - if tzval not in timezones: - tz_obj = self.pool.get('basic.calendar.timezone') - ical = tz_obj.export_cal(cr, uid, None, \ - data[map_field], ical, context=context) - timezones.append(data[map_field]) - if vevent.contents.get('recurrence-id'): - # Convert recurrence-id field value accroding to timezone value - recurid_val = vevent.contents.get('recurrence-id')[0].value - vevent.contents.get('recurrence-id')[0].params['TZID'] = [tzval.title()] - vevent.contents.get('recurrence-id')[0].value = self.format_date_tz(recurid_val, tzval.title()) - if exfield: - # Set exdates according to timezone value - # This is the case when timezone mapping comes after the exdate mapping - # and we have exdate value available - exfield.params['TZID'] = [tzval.title()] - exdates_updated = [] - for exdate in exdates: - exdates_updated.append(self.format_date_tz(parser.parse(exdate), tzval.title())) - exfield.value = exdates_updated - elif field == 'organizer' and data[map_field]: - organizer = str2mailto(data[map_field]) - event_org = vevent.add('organizer') - event_org.params['CN'] = [organizer['name']] - event_org.value = 'MAILTO:' + (organizer.get('email') or '') - # TODO: company? - elif data[map_field]: - if map_type in ("char", "text"): - if field in ('exdate'): - exfield = vevent.add(field) - exdates = (data[map_field]).split(',') - if tzval: - # Set exdates according to timezone value - # This is the case when timezone mapping comes before the exdate mapping - # and we have timezone value available - exfield.params['TZID'] = [tzval.title()] - exdates_updated = [] - for exdate in exdates: - exdates_updated.append(self.format_date_tz(parser.parse(exdate), tzval.title())) - exfield.value = exdates_updated - else: - vevent.add(field).value = tools.ustr(data[map_field]) - elif map_type in ('datetime', 'date') and data[map_field]: - dtfield = vevent.add(field) - if tzval: - # Export the date according to the event timezone value - dtfield.params['TZID'] = [tzval.title()] - dtfield.value = self.format_date_tz(parser.parse(data[map_field]), tzval.title()) - else: - dtfield.value = parser.parse(data[map_field]) - - elif map_type == 'utc'and data[map_field]: - if tzval: - local = pytz.timezone (tzval.title()) - naive = datetime.strptime (data[map_field], "%Y-%m-%d %H:%M:%S") - local_dt = naive.replace (tzinfo = local) - utc_dt = local_dt.astimezone (pytz.utc) - vevent.add(field).value = utc_dt - else: - utc_timezone = pytz.timezone ('UTC') - naive = datetime.strptime (data[map_field], "%Y-%m-%d %H:%M:%S") - local_dt = naive.replace (tzinfo = utc_timezone) - utc_dt = local_dt.astimezone (pytz.utc) - vevent.add(field).value = utc_dt - - elif map_type == "timedelta": - vevent.add(field).value = timedelta(hours=data[map_field]) - elif map_type == "many2one": - vevent.add(field).value = tools.ustr(data.get(map_field)[1]) - elif map_type in ("float", "integer"): - vevent.add(field).value = str(data.get(map_field)) - elif map_type == "selection": - if not self.ical_get(field, 'mapping'): - vevent.add(field).value = (tools.ustr(data[map_field])).upper() - else: - for key1, val1 in self.ical_get(field, 'mapping').items(): - if val1 == data[map_field]: - vevent.add(field).value = key1.upper() - return vevent - - def check_import(self, cr, uid, vals, context=None): - """ - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get Values - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - ids = [] - model_obj = self.pool.get(context.get('model')) - recur_pool = {} - try: - for val in vals: - # Compute value of duration - if 'date_deadline' in val and 'duration' not in val: - start = datetime.strptime(val['date'], '%Y-%m-%d %H:%M:%S') - end = datetime.strptime(val['date_deadline'], '%Y-%m-%d %H:%M:%S') - diff = end - start - val['duration'] = (diff.seconds/float(86400) + diff.days) * 24 - exists, r_id = calendar.uid2openobjectid(cr, val['id'], context.get('model'), \ - val.get('recurrent_id')) - if val.has_key('create_date'): - val.pop('create_date') - u_id = val.get('id', None) - val.pop('id') - if exists and r_id: - val.update({'recurrent_uid': exists}) - model_obj.write(cr, uid, [r_id], val) - ids.append(r_id) - elif exists: - model_obj.write(cr, uid, [exists], val) - ids.append(exists) - else: - if u_id in recur_pool and val.get('recurrent_id'): - val.update({'recurrent_uid': recur_pool[u_id]}) - revent_id = model_obj.create(cr, uid, val) - ids.append(revent_id) - else: - __rege = re.compile(r'OpenObject-([\w|\.]+)_([0-9]+)@(\w+)$') - wematch = __rege.match(u_id.encode('utf8')) - if wematch: - model, recur_id, dbname = wematch.groups() - val.update({'recurrent_uid': recur_id}) - event_id = model_obj.create(cr, uid, val) - recur_pool[u_id] = event_id - ids.append(event_id) - except Exception: - raise - return ids - - def export_cal(self, cr, uid, datas, vobj=None, context=None): - """ Export Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param datas: Get Data's for caldav - @param context: A standard dictionary for contextual values - """ - try: - self.__attribute__ = get_attribute_mapping(cr, uid, self._calname, context) - ical = vobject.iCalendar() - self.create_ics(cr, uid, datas, vobj, ical, context=context) - return ical - except: - raise # osv.except_osv(('Error !'), (str(e))) - - def import_cal(self, cr, uid, content, data_id=None, context=None): - """ Import Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param data_id: Get Data’s ID or False - @param context: A standard dictionary for contextual values - """ - - ical_data = content - self.__attribute__ = get_attribute_mapping(cr, uid, self._calname, context) - parsedCal = vobject.readOne(ical_data) - res = [] - vals = {} - for child in parsedCal.getChildren(): - if child.name.lower() in ('vevent', 'vtodo'): - vals = self.parse_ics(cr, uid, child, context=context) - else: - vals = {} - continue - if vals: res.append(vals) - self.ical_reset('value') - return res - -class Calendar(CalDAV, osv.osv): - _name = 'basic.calendar' - _calname = 'calendar' - - __attribute__ = { - 'prodid': None, # Use: R-1, Type: TEXT, Specifies the identifier for the product that created the iCalendar object. - 'version': None, # Use: R-1, Type: TEXT, Specifies the identifier corresponding to the highest version number - # or the minimum and maximum range of the iCalendar specification - # that is required in order to interpret the iCalendar object. - 'calscale': None, # Use: O-1, Type: TEXT, Defines the calendar scale used for the calendar information specified in the iCalendar object. - 'method': None, # Use: O-1, Type: TEXT, Defines the iCalendar object method associated with the calendar object. - 'vevent': None, # Use: O-n, Type: Collection of Event class - 'vtodo': None, # Use: O-n, Type: Collection of ToDo class - 'vjournal': None, # Use: O-n, Type: Collection of Journal class - 'vfreebusy': None, # Use: O-n, Type: Collection of FreeBusy class - 'vtimezone': None, # Use: O-n, Type: Collection of Timezone class - } - _columns = { - 'name': fields.char("Name", size=64), - 'user_id': fields.many2one('res.users', 'Owner'), - 'collection_id': fields.many2one('document.directory', 'Collection', \ - required=True), - 'type': fields.selection([('vevent', 'Event'), ('vtodo', 'TODO')], \ - string="Type", size=64), - 'line_ids': fields.one2many('basic.calendar.lines', 'calendar_id', 'Calendar Lines'), - 'create_date': fields.datetime('Created Date', readonly=True), - 'write_date': fields.datetime('Write Date', readonly=True), - 'description': fields.text("Description"), - 'calendar_color': fields.char('Color', size=20, help="For supporting clients, the color of the calendar entries"), - 'calendar_order': fields.integer('Order', help="For supporting clients, the order of this folder among the calendars"), - 'has_webcal': fields.boolean('WebCal', required=True, help="Also export a .ics entry next to the calendar folder, with WebCal content."), - } - - _defaults = { - 'has_webcal': False, - } - - def get_calendar_objects(self, cr, uid, ids, parent=None, domain=None, context=None): - if context is None: - context = {} - if not domain: - domain = [] - res = [] - ctx_res_id = context.get('res_id', None) - ctx_model = context.get('model', None) - for cal in self.browse(cr, uid, ids): - for line in cal.line_ids: - if ctx_model and ctx_model != line.object_id.model: - continue - if line.name in ('valarm', 'attendee'): - continue - line_domain = eval(line.domain or '[]', context) - line_domain += domain - if ctx_res_id: - line_domain += [('id','=',ctx_res_id)] - mod_obj = self.pool.get(line.object_id.model) - data_ids = mod_obj.search(cr, uid, line_domain, order="id", context=context) - for data in mod_obj.browse(cr, uid, data_ids, context): - ctx = parent and parent.context or None - if hasattr(data, 'recurrent_uid') and data.recurrent_uid: - # Skip for event which is child of other event - continue - node = res_node_calendar('%s.ics' %data.id, parent, ctx, data, line.object_id.model, data.id) - res.append(node) - return res - - - def get_cal_max_modified(self, cr, uid, ids, parent=None, domain=None, context=None): - if context is None: - context = {} - if not domain: - domain = [] - res = None - ctx_res_id = context.get('res_id', None) - ctx_model = context.get('model', None) - for cal in self.browse(cr, uid, ids): - for line in cal.line_ids: - if ctx_model and ctx_model != line.object_id.model: - continue - if line.name in ('valarm', 'attendee'): - continue - line_domain = eval(line.domain or '[]', context) - line_domain += domain - if ctx_res_id: - line_domain += [('id','=',ctx_res_id)] - mod_obj = self.pool.get(line.object_id.model) - max_data = get_last_modified(mod_obj, cr, uid, line_domain, context=context) - if res and res > max_data: - continue - res = max_data - return res - - def export_cal(self, cr, uid, ids, vobj='vevent', context=None): - """ Export Calendar - @param ids: List of calendar’s IDs - @param vobj: the type of object to export - @return the ical data. - """ - if context is None: - context = {} - ctx_model = context.get('model', None) - ctx_res_id = context.get('res_id', None) - ical = vobject.iCalendar() - for cal in self.browse(cr, uid, ids, context=context): - for line in cal.line_ids: - if ctx_model and ctx_model != line.object_id.model: - continue - if line.name in ('valarm', 'attendee'): - continue - domain = eval(line.domain or '[]', context) - if ctx_res_id: - domain += [('id','=',ctx_res_id)] - mod_obj = self.pool.get(line.object_id.model) - data_ids = mod_obj.search(cr, uid, domain, context=context) - datas = mod_obj.read(cr, uid, data_ids, context=context) - context.update({'model': line.object_id.model, - 'calendar_id': cal.id - }) - self.__attribute__ = get_attribute_mapping(cr, uid, line.name, context) - self.create_ics(cr, uid, datas, line.name, ical, context=context) - return ical.serialize() - - def import_cal(self, cr, uid, content, data_id=None, context=None): - """ Import Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param data_id: Get Data’s ID or False - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - vals = [] - ical_data = content - parsedCal = vobject.readOne(ical_data) - if not data_id: - data_id = self.search(cr, uid, [])[0] - cal = self.browse(cr, uid, data_id, context=context) - cal_children = {} - - for line in cal.line_ids: - cal_children[line.name] = line.object_id.model - objs = [] - checked = True - for child in parsedCal.getChildren(): - if child.name.lower() in cal_children: - context.update({'model': cal_children[child.name.lower()], - 'calendar_id': cal['id'] - }) - self.__attribute__ = get_attribute_mapping(cr, uid, child.name.lower(), context=context) - val = self.parse_ics(cr, uid, child, cal_children=cal_children, context=context) - vals.append(val) - objs.append(cal_children[child.name.lower()]) - elif child.name.upper() == 'CALSCALE': - if child.value.upper() != 'GREGORIAN': - _logger.warning('How do I handle %s calendars?',child.value) - elif child.name.upper() in ('PRODID', 'VERSION'): - pass - elif child.name.upper().startswith('X-'): - _logger.debug("Skipping custom node %s.", child.name) - else: - _logger.debug("Skipping node %s.", child.name) - - res = [] - for obj_name in list(set(objs)): - obj = self.pool.get(obj_name) - if hasattr(obj, 'check_import'): - r = obj.check_import(cr, uid, vals, context=context) - checked = True - res.extend(r) - - if not checked: - r = self.check_import(cr, uid, vals, context=context) - res.extend(r) - return res - -Calendar() - - -class basic_calendar_line(osv.osv): - """ Calendar Lines """ - - _name = 'basic.calendar.lines' - _description = 'Calendar Lines' - - _columns = { - 'name': fields.selection([('vevent', 'Event'), ('vtodo', 'TODO'), \ - ('valarm', 'Alarm'), \ - ('attendee', 'Attendee')], \ - string="Type", size=64), - 'object_id': fields.many2one('ir.model', 'Object'), - 'calendar_id': fields.many2one('basic.calendar', 'Calendar', \ - required=True, ondelete='cascade'), - 'domain': fields.char('Domain', size=124), - 'mapping_ids': fields.one2many('basic.calendar.fields', 'type_id', 'Fields Mapping') - } - - _defaults = { - 'domain': lambda *a: '[]', - } - - def create(self, cr, uid, vals, context=None): - """ create calendar's line - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get the Values - @param context: A standard dictionary for contextual values - """ - - cr.execute("SELECT COUNT(id) FROM basic_calendar_lines \ - WHERE name=%s AND calendar_id=%s", - (vals.get('name'), vals.get('calendar_id'))) - res = cr.fetchone() - if res: - if res[0] > 0: - raise osv.except_osv(_('Warning!'), _('Cannot create line "%s" more than once.') % (vals.get('name'))) - return super(basic_calendar_line, self).create(cr, uid, vals, context=context) - -basic_calendar_line() - -class basic_calendar_alias(osv.osv): - """ Mapping of client filenames to ORM ids of calendar records - - Since some clients insist on putting arbitrary filenames on the .ics data - they send us, and they won't respect the redirection "Location:" header, - we have to store those filenames and allow clients to call our calendar - records with them. - Note that adding a column to all tables that would possibly hold calendar- - mapped data won't work. The user is always allowed to specify more - calendars, on any arbitrary ORM object, without need to alter those tables' - data or structure - """ - _name = 'basic.calendar.alias' - _columns = { - 'name': fields.char('Filename', size=512, required=True, select=1), - 'cal_line_id': fields.many2one('basic.calendar.lines', 'Calendar', required=True, - select=1, help='The calendar/line this mapping applies to'), - 'res_id': fields.integer('Res. ID', required=True, select=1), - } - - _sql_constraints = [ ('name_cal_uniq', 'UNIQUE(cal_line_id, name)', - _('The same filename cannot apply to two records!')), ] - -basic_calendar_alias() - -class basic_calendar_attribute(osv.osv): - _name = 'basic.calendar.attributes' - _description = 'Calendar attributes' - _columns = { - 'name': fields.char("Name", size=64, required=True), - 'type': fields.selection([('vevent', 'Event'), ('vtodo', 'TODO'), \ - ('alarm', 'Alarm'), \ - ('attendee', 'Attendee')], \ - string="Type", size=64, required=True), - } - -basic_calendar_attribute() - - -class basic_calendar_fields(osv.osv): - """ Calendar fields """ - - _name = 'basic.calendar.fields' - _description = 'Calendar fields' - _order = 'name' - - _columns = { - 'field_id': fields.many2one('ir.model.fields', 'OpenObject Field'), - 'name': fields.many2one('basic.calendar.attributes', 'Name', required=True), - 'type_id': fields.many2one('basic.calendar.lines', 'Type', \ - required=True, ondelete='cascade'), - 'expr': fields.char("Expression", size=64), - 'fn': fields.selection([('field', 'Use the field'), - ('const', 'Expression as constant'), - ('hours', 'Interval in hours'), - ('datetime_utc', 'Datetime In UTC'), - ], 'Function'), - 'mapping': fields.text('Mapping'), - } - - _defaults = { - 'fn': 'field', - } - - _sql_constraints = [ - ( 'name_type_uniq', 'UNIQUE(name, type_id)', 'Cannot map a field more than once.'), - ] - - def check_line(self, cr, uid, vals, name, context=None): - """ check calendar's line - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get Values - @param context: A standard dictionary for contextual values - """ - f_obj = self.pool.get('ir.model.fields') - field = f_obj.browse(cr, uid, vals['field_id'], context=context) - relation = field.relation - line_obj = self.pool.get('basic.calendar.lines') - l_id = line_obj.search(cr, uid, [('name', '=', name)]) - if l_id: - line = line_obj.browse(cr, uid, l_id, context=context)[0] - line_rel = line.object_id.model - if (relation != 'NULL') and (not relation == line_rel): - raise osv.except_osv(_('Warning!'), _('Please provide proper configuration of "%s" in Calendar Lines.') % (name)) - return True - - def create(self, cr, uid, vals, context=None): - """ Create Calendar's fields - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get Values - @param context: A standard dictionary for contextual values - """ - - cr.execute('SELECT name FROM basic_calendar_attributes \ - WHERE id=%s', (vals.get('name'),)) - name = cr.fetchone() - name = name[0] - if name in ('valarm', 'attendee'): - self.check_line(cr, uid, vals, name, context=context) - return super(basic_calendar_fields, self).create(cr, uid, vals, context=context) - - def write(self, cr, uid, ids, vals, context=None): - """ write Calendar's fields - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get Values - @param context: A standard dictionary for contextual values - """ - - if not vals: - return - for id in ids: - field = self.browse(cr, uid, id, context=context) - name = field.name.name - if name in ('valarm', 'attendee'): - self.check_line(cr, uid, vals, name, context=context) - return super(basic_calendar_fields, self).write(cr, uid, ids, vals, context) - -basic_calendar_fields() - - -class Event(CalDAV, osv.osv_memory): - _name = 'basic.calendar.event' - _calname = 'vevent' - __attribute__ = { - 'class': None, # Use: O-1, Type: TEXT, Defines the access classification for a calendar component like "PUBLIC" / "PRIVATE" / "CONFIDENTIAL" - 'created': None, # Use: O-1, Type: DATE-TIME, Specifies the date and time that the calendar information was created by the calendar user agent in the calendar store. - 'description': None, # Use: O-1, Type: TEXT, Provides a more complete description of the calendar component, than that provided by the "SUMMARY" property. - 'dtstart': None, # Use: O-1, Type: DATE-TIME, Specifies when the calendar component begins. - 'geo': None, # Use: O-1, Type: FLOAT, Specifies information related to the global position for the activity specified by a calendar component. - 'last-mod': None, # Use: O-1, Type: DATE-TIME Specifies the date and time that the information associated with the calendar component was last revised in the calendar store. - 'location': None, # Use: O-1, Type: TEXT Defines the intended venue for the activity defined by a calendar component. - 'organizer': None, # Use: O-1, Type: CAL-ADDRESS, Defines the organizer for a calendar component. - 'priority': None, # Use: O-1, Type: INTEGER, Defines the relative priority for a calendar component. - 'dtstamp': None, # Use: O-1, Type: DATE-TIME, Indicates the date/time that the instance of the iCalendar object was created. - 'seq': None, # Use: O-1, Type: INTEGER, Defines the revision sequence number of the calendar component within a sequence of revision. - 'status': None, # Use: O-1, Type: TEXT, Defines the overall status or confirmation for the calendar component. - 'summary': None, # Use: O-1, Type: TEXT, Defines a short summary or subject for the calendar component. - 'transp': None, # Use: O-1, Type: TEXT, Defines whether an event is transparent or not to busy time searches. - 'uid': None, # Use: O-1, Type: TEXT, Defines the persistent, globally unique identifier for the calendar component. - 'url': None, # Use: O-1, Type: URL, Defines a Uniform Resource Locator (URL) associated with the iCalendar object. - 'recurid': None, - 'attach': None, # Use: O-n, Type: BINARY, Provides the capability to associate a document object with a calendar component. - 'attendee': None, # Use: O-n, Type: CAL-ADDRESS, Defines an "Attendee" within a calendar component. - 'categories': None, # Use: O-n, Type: TEXT, Defines the categories for a calendar component. - 'comment': None, # Use: O-n, Type: TEXT, Specifies non-processing information intended to provide a comment to the calendar user. - 'contact': None, # Use: O-n, Type: TEXT, Used to represent contact information or alternately a reference to contact information associated with the calendar component. - 'exdate': None, # Use: O-n, Type: DATE-TIME, Defines the list of date/time exceptions for a recurring calendar component. - 'exrule': None, # Use: O-n, Type: RECUR, Defines a rule or repeating pattern for an exception to a recurrence set. - 'rstatus': None, - 'related': None, # Use: O-n, Specify the relationship of the alarm trigger with respect to the start or end of the calendar component. - # like A trigger set 5 minutes after the end of the event or to-do.---> TRIGGER;related=END:PT5M - 'resources': None, # Use: O-n, Type: TEXT, Defines the equipment or resources anticipated for an activity specified by a calendar entity like RESOURCES:EASEL,PROJECTOR,VCR, LANGUAGE=fr:1 raton-laveur - 'rdate': None, # Use: O-n, Type: DATE-TIME, Defines the list of date/times for a recurrence set. - 'rrule': None, # Use: O-n, Type: RECUR, Defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions. - 'x-prop': None, - 'duration': None, # Use: O-1, Type: DURATION, Specifies a positive duration of time. - 'dtend': None, # Use: O-1, Type: DATE-TIME, Specifies the date and time that a calendar component ends. - } - - def export_cal(self, cr, uid, datas, vobj='vevent', context=None): - """ Export calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param datas: Get datas - @param context: A standard dictionary for contextual values - """ - - return super(Event, self).export_cal(cr, uid, datas, 'vevent', context=context) - -Event() - - -class ToDo(CalDAV, osv.osv_memory): - _name = 'basic.calendar.todo' - _calname = 'vtodo' - - __attribute__ = { - 'class': None, - 'completed': None, - 'created': None, - 'description': None, - 'dtstamp': None, - 'dtstart': None, - 'duration': None, - 'due': None, - 'geo': None, - 'last-mod ': None, - 'location': None, - 'organizer': None, - 'percent': None, - 'priority': None, - 'recurid': None, - 'seq': None, - 'status': None, - 'summary': None, - 'uid': None, - 'url': None, - 'attach': None, - 'attendee': None, - 'categories': None, - 'comment': None, - 'contact': None, - 'exdate': None, - 'exrule': None, - 'rstatus': None, - 'related': None, - 'resources': None, - 'rdate': None, - 'rrule': None, - } - - def export_cal(self, cr, uid, datas, vobj='vevent', context=None): - """ Export Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param datas: Get datas - @param context: A standard dictionary for contextual values - """ - - return super(ToDo, self).export_cal(cr, uid, datas, 'vtodo', context=context) - -ToDo() - - -class Journal(CalDAV): - __attribute__ = { - } - - -class FreeBusy(CalDAV): - __attribute__ = { - 'contact': None, # Use: O-1, Type: Text, Represent contact information or alternately a reference to contact information associated with the calendar component. - 'dtstart': None, # Use: O-1, Type: DATE-TIME, Specifies when the calendar component begins. - 'dtend': None, # Use: O-1, Type: DATE-TIME, Specifies the date and time that a calendar component ends. - 'duration': None, # Use: O-1, Type: DURATION, Specifies a positive duration of time. - 'dtstamp': None, # Use: O-1, Type: DATE-TIME, Indicates the date/time that the instance of the iCalendar object was created. - 'organizer': None, # Use: O-1, Type: CAL-ADDRESS, Defines the organizer for a calendar component. - 'uid': None, # Use: O-1, Type: Text, Defines the persistent, globally unique identifier for the calendar component. - 'url': None, # Use: O-1, Type: URL, Defines a Uniform Resource Locator (URL) associated with the iCalendar object. - 'attendee': None, # Use: O-n, Type: CAL-ADDRESS, Defines an "Attendee" within a calendar component. - 'comment': None, # Use: O-n, Type: TEXT, Specifies non-processing information intended to provide a comment to the calendar user. - 'freebusy': None, # Use: O-n, Type: PERIOD, Defines one or more free or busy time intervals. - 'rstatus': None, - 'X-prop': None, - } - - -class Timezone(CalDAV, osv.osv_memory): - _name = 'basic.calendar.timezone' - _calname = 'vtimezone' - - __attribute__ = { - 'tzid': {'field': 'tzid'}, # Use: R-1, Type: Text, Specifies the text value that uniquely identifies the "VTIMEZONE" calendar component. - 'last-mod': None, # Use: O-1, Type: DATE-TIME, Specifies the date and time that the information associated with the calendar component was last revised in the calendar store. - 'tzurl': None, # Use: O-1, Type: URI, Provides a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to-date version of itself. - 'standardc': {'tzprop': None}, # Use: R-1, - 'daylightc': {'tzprop': None}, # Use: R-1, - 'x-prop': None, # Use: O-n, Type: Text, - } - - def get_name_offset(self, cr, uid, tzid, context=None): - """ Get Name Offset value - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param context: A standard dictionary for contextual values - """ - - mytz = pytz.timezone(tzid.title()) - mydt = datetime.now(tz=mytz) - offset = mydt.utcoffset() - val = offset.days * 24 + float(offset.seconds) / 3600 - realoffset = '%02d%02d' % (math.floor(abs(val)), \ - round(abs(val) % 1 + 0.01, 2) * 60) - realoffset = (val < 0 and ('-' + realoffset) or ('+' + realoffset)) - return (mydt.tzname(), realoffset) - - def export_cal(self, cr, uid, model, tzid, ical, context=None): - """ Export Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param model: Get Model's name - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - ctx = context.copy() - ctx.update({'model': model}) - cal_tz = ical.add('vtimezone') - cal_tz.add('TZID').value = tzid.title() - tz_std = cal_tz.add('STANDARD') - tzname, offset = self.get_name_offset(cr, uid, tzid) - tz_std.add("TZOFFSETFROM").value = offset - tz_std.add("TZOFFSETTO").value = offset - #TODO: Get start date for timezone - tz_std.add("DTSTART").value = datetime.strptime('1970-01-01 00:00:00', '%Y-%m-%d %H:%M:%S') - tz_std.add("TZNAME").value = tzname - return ical - - def import_cal(self, cr, uid, ical_data, context=None): - """ Import Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ical_data: Get calendar's data - @param context: A standard dictionary for contextual values - """ - - for child in ical_data.getChildren(): - if child.name.lower() == 'tzid': - tzname = child.value - self.ical_set(child.name.lower(), tzname, 'value') - vals = map_data(cr, uid, self, context=context) - return vals - -Timezone() - - -class Alarm(CalDAV, osv.osv_memory): - _name = 'basic.calendar.alarm' - _calname = 'alarm' - - __attribute__ = { - 'action': None, # Use: R-1, Type: Text, defines the action to be invoked when an alarm is triggered LIKE "AUDIO" / "DISPLAY" / "EMAIL" / "PROCEDURE" - 'description': None, # Type: Text, Provides a more complete description of the calendar component, than that provided by the "SUMMARY" property. Use:- R-1 for DISPLAY,Use:- R-1 for EMAIL,Use:- R-1 for PROCEDURE - 'summary': None, # Use: R-1, Type: Text Which contains the text to be used as the message subject. Use for EMAIL - 'attendee': None, # Use: R-n, Type: CAL-ADDRESS, Contain the email address of attendees to receive the message. It can also include one or more. Use for EMAIL - 'trigger': None, # Use: R-1, Type: DURATION, The "TRIGGER" property specifies a duration prior to the start of an event or a to-do. The "TRIGGER" edge may be explicitly set to be relative to the "START" or "END" of the event or to-do with the "related" parameter of the "TRIGGER" property. The "TRIGGER" property value type can alternatively be set to an absolute calendar date and time of day value. Use for all action like AUDIO, DISPLAY, EMAIL and PROCEDURE - 'duration': None, # Type: DURATION, Duration' and 'repeat' are both optional, and MUST NOT occur more than once each, but if one occurs, so MUST the other. Use:- 0-1 for AUDIO, EMAIL and PROCEDURE, Use:- 0-n for DISPLAY - 'repeat': None, # Type: INTEGER, Duration' and 'repeat' are both optional, and MUST NOT occur more than once each, but if one occurs, so MUST the other. Use:- 0-1 for AUDIO, EMAIL and PROCEDURE, Use:- 0-n for DISPLAY - 'attach': None, # Use:- O-n: which MUST point to a sound resource, which is rendered when the alarm is triggered for AUDIO, Use:- O-n: which are intended to be sent as message attachments for EMAIL, Use:- R-1:which MUST point to a procedure resource, which is invoked when the alarm is triggered for PROCEDURE. - 'x-prop': None, - } - - def export_cal(self, cr, uid, model, alarm_id, vevent, context=None): - """ Export Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param model: Get Model's name - @param alarm_id: Get Alarm's Id - @param context: A standard dictionary for contextual values - """ - valarm = vevent.add('valarm') - alarm_object = self.pool.get(model) - alarm_data = alarm_object.read(cr, uid, alarm_id, []) - - # Compute trigger data - interval = alarm_data['trigger_interval'] - occurs = alarm_data['trigger_occurs'] - duration = (occurs == 'after' and alarm_data['trigger_duration']) \ - or -(alarm_data['trigger_duration']) - related = alarm_data['trigger_related'] - trigger = valarm.add('TRIGGER') - trigger.params['related'] = [related.upper()] - if interval == 'days': - delta = timedelta(days=duration) - if interval == 'hours': - delta = timedelta(hours=duration) - if interval == 'minutes': - delta = timedelta(minutes=duration) - trigger.value = delta - - # Compute other details - valarm.add('DESCRIPTION').value = alarm_data['name'] or 'OpenERP' - valarm.add('ACTION').value = alarm_data['action'] - return vevent - - def import_cal(self, cr, uid, ical_data, context=None): - """ Import Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ical_data: Get calendar's Data - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - ctx = context.copy() - ctx.update({'model': context.get('model', None)}) - self.__attribute__ = get_attribute_mapping(cr, uid, self._calname, ctx) - for child in ical_data.getChildren(): - if child.name.lower() == 'trigger': - if isinstance(child.value, timedelta): - seconds = child.value.seconds - days = child.value.days - diff = (days * 86400) + seconds - interval = 'days' - related = 'before' - elif isinstance(child.value, datetime): - # TODO - # remember, spec says this datetime is in UTC - raise NotImplementedError("Cannot parse absolute triggers.") - if not seconds: - duration = abs(days) - related = days > 0 and 'after' or 'before' - elif (abs(diff) / 3600) == 0: - duration = abs(diff / 60) - interval = 'minutes' - related = days >= 0 and 'after' or 'before' - else: - duration = abs(diff / 3600) - interval = 'hours' - related = days >= 0 and 'after' or 'before' - self.ical_set('trigger_interval', interval, 'value') - self.ical_set('trigger_duration', duration, 'value') - self.ical_set('trigger_occurs', related.lower(), 'value') - if child.params: - if child.params.get('related'): - self.ical_set('trigger_related', child.params.get('related')[0].lower(), 'value') - else: - self.ical_set(child.name.lower(), child.value.lower(), 'value') - vals = map_data(cr, uid, self, context=context) - return vals - -Alarm() - - -class Attendee(CalDAV, osv.osv_memory): - _name = 'basic.calendar.attendee' - _calname = 'attendee' - - __attribute__ = { - 'cutype': None, # Use: 0-1 Specify the type of calendar user specified by the property like "INDIVIDUAL"/"GROUP"/"RESOURCE"/"ROOM"/"UNKNOWN". - 'member': None, # Use: 0-1 Specify the group or list membership of the calendar user specified by the property. - 'role': None, # Use: 0-1 Specify the participation role for the calendar user specified by the property like "CHAIR"/"REQ-PARTICIPANT"/"OPT-PARTICIPANT"/"NON-PARTICIPANT" - 'partstat': None, # Use: 0-1 Specify the participation status for the calendar user specified by the property. like use for VEVENT:- "NEEDS-ACTION"/"ACCEPTED"/"DECLINED"/"TENTATIVE"/"DELEGATED", use for VTODO:-"NEEDS-ACTION"/"ACCEPTED"/"DECLINED"/"TENTATIVE"/"DELEGATED"/"COMPLETED"/"IN-PROCESS" and use for VJOURNAL:- "NEEDS-ACTION"/"ACCEPTED"/"DECLINED". - 'rsvp': None, # Use: 0-1 Specify whether there is an expectation of a favor of a reply from the calendar user specified by the property value like TRUE / FALSE. - 'delegated-to': None, # Use: 0-1 Specify the calendar users to whom the calendar user specified by the property has delegated participation. - 'delegated-from': None, # Use: 0-1 Specify the calendar users that have delegated their participation to the calendar user specified by the property. - 'sent-by': None, # Use: 0-1 Specify the calendar user that is acting on behalf of the calendar user specified by the property. - 'cn': None, # Use: 0-1 Specify the common name to be associated with the calendar user specified by the property. - 'dir': None, # Use: 0-1 Specify reference to a directory entry associated with the calendar user specified by the property. - 'language': None, # Use: 0-1 Specify the language for text values in a property or property parameter. - } - - def import_cal(self, cr, uid, ical_data, context=None): - """ Import Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ical_data: Get calendar's Data - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - ctx = context.copy() - ctx.update({'model': context.get('model', None)}) - self.__attribute__ = get_attribute_mapping(cr, uid, self._calname, ctx) - for para in ical_data.params: - if para.lower() == 'cn': - self.ical_set(para.lower(), ical_data.params[para][0]+':'+ \ - ical_data.value, 'value') - else: - self.ical_set(para.lower(), ical_data.params[para][0].lower(), 'value') - if not ical_data.params.get('CN'): - self.ical_set('cn', ical_data.value, 'value') - vals = map_data(cr, uid, self, context=context) - return vals - - def export_cal(self, cr, uid, model, attendee_ids, vevent, context=None): - """ Export Calendar - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param model: Get model's name - @param attendee_ids: Get Attendee's Id - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - attendee_object = self.pool.get(model) - ctx = context.copy() - ctx.update({'model': model}) - self.__attribute__ = get_attribute_mapping(cr, uid, self._calname, ctx) - for attendee in attendee_object.read(cr, uid, attendee_ids, []): - attendee_add = vevent.add('attendee') - cn_val = '' - for a_key, a_val in self.__attribute__.items(): - if attendee[a_val['field']] and a_val['field'] != 'cn': - if a_val['type'] in ('text', 'char', 'selection'): - attendee_add.params[a_key] = [str(attendee[a_val['field']])] - elif a_val['type'] == 'boolean': - attendee_add.params[a_key] = [str(attendee[a_val['field']])] - if a_val['field'] == 'cn' and attendee[a_val['field']]: - cn_val = [str(attendee[a_val['field']])] - if cn_val: - attendee_add.params['CN'] = cn_val - if not attendee['email']: - attendee_add.value = 'MAILTO:' - #raise osv.except_osv(_('Error!'), _('Attendee must have an Email Id')) - elif attendee['email']: - attendee_add.value = 'MAILTO:' + attendee['email'] - return vevent - -Attendee() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/calendar_collection.py b/addons/caldav/calendar_collection.py deleted file mode 100644 index 3a5604b2f67..00000000000 --- a/addons/caldav/calendar_collection.py +++ /dev/null @@ -1,90 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv, fields -from tools.translate import _ -import caldav_node -import logging -_logger = logging.getLogger(__name__) - -class calendar_collection(osv.osv): - _inherit = 'document.directory' - _columns = { - 'calendar_collection' : fields.boolean('Calendar Collection'), - 'calendar_ids': fields.one2many('basic.calendar', 'collection_id', 'Calendars'), - } - _default = { - 'calendar_collection' : False, - } - - def _get_root_calendar_directory(self, cr, uid, context=None): - objid = self.pool.get('ir.model.data') - try: - mid = objid._get_id(cr, uid, 'document', 'dir_calendars') - if not mid: - return False - root_id = objid.read(cr, uid, mid, ['res_id'])['res_id'] - root_cal_dir = self.browse(cr,uid, root_id, context=context) - return root_cal_dir.name - except Exception: - _logger.warning('Cannot set root directory for Calendars:', exc_info=True) - return False - return False - - def get_node_class(self, cr, uid, ids, dbro=None, dynamic=False, context=None): - if dbro is None: - dbro = self.browse(cr, uid, ids, context=context) - - if dbro.calendar_collection: - if dynamic: - return caldav_node.node_calendar_res_col - else: - return caldav_node.node_calendar_collection - else: - return super(calendar_collection, self).\ - get_node_class(cr, uid, ids, dbro=dbro,dynamic=dynamic, - context=context) - - def get_description(self, cr, uid, ids, context=None): - #TODO : return description of all calendars - return False - - def get_schedule_inbox_URL(self, cr, uid, ids, context=None): - calendar_obj = self.pool.get('basic.calendar') - - calendar_ids = calendar_obj.search(cr, uid, [ - ('user_id', '=', uid), ('collection_id', 'in', ids) - ], limit=1, context=context) - - root_cal_dir = self._get_root_calendar_directory(cr, uid, context=context) - if not calendar_ids: - return root_cal_dir - calendar_id = calendar_ids[0] - calendar = calendar_obj.browse(cr, uid, calendar_id, - context=context) - return '%s/%s' %(root_cal_dir, calendar.name) - - def get_schedule_outbox_URL(self, cr, uid, ids, context=None): - return self.get_schedule_inbox_URL(cr, uid, ids, context=context) - -calendar_collection() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/doc/all.rst b/addons/caldav/doc/all.rst deleted file mode 100644 index ab4a32c6f58..00000000000 --- a/addons/caldav/doc/all.rst +++ /dev/null @@ -1,47 +0,0 @@ -========================== -CalDAV How-To -========================== - - -As from OpenERP v6.0, document_webdav v2.2, the iPhone has been thoroughly -tested and supported as a Calendaring client for the OpenERP CalDAV module. - -However, keep in mind that OpenERP is not a straightforward calendaring -server, but an ERP application (with more data + structure) which exposes -that data to calendar clients. That said, the full features that would be -accessible through the Gtk or Web OpenERP clients cannot be crammed into -the Calendar clients (such as the iPhone). - -OpenERP server Setup --------------------- -Some modules need to be installed at the OpenERP server. These are: - - caldav: Required, has the reference setup and the necessary - underlying code. Will also cause document, document_webdav - to be installed. - - crm_caldav: Optional, will export the CRM Meetings as a calendar. - -These will also install a reference setup of the folders, ready to go. -The administrator of OpenERP can add more calendars and structure, if -needed. - -DNS server setup ------------------- -To be documented. - -SSL setup ----------- -It is highly advisable that you also setup SSL to work for the OpenERP -server. HTTPS is a server-wide feature in OpenERP, which means a -certificate will be set at the openerp-server.conf and will be the same -for XML-RPC, HTTP, WebDAV and CalDAV. -The iPhone also supports secure connections with SSL, although it does -not expect a self-signed certificate (or one that is not verified by -one of the "big" certificate authorities [1] ). - - -[1] I remember one guy that made *lots* of money selling his CA business -off, and since then uses this money to create a software monopoly. - - - - diff --git a/addons/caldav/doc/android.rst b/addons/caldav/doc/android.rst deleted file mode 100644 index 976ff9b4e27..00000000000 --- a/addons/caldav/doc/android.rst +++ /dev/null @@ -1,27 +0,0 @@ -================================== -Synchronization with Android phone -================================== - -Prerequire ----------- -There is no buit-in way to synchronize calendar with caldav. -So you need to install a third part software : Calendar (CalDav) -for now it's the only one - -configuration -------------- - -1. Open Calendar Sync - I'll get an interface with 2 tabs - Stay on the first one - -2. CaDAV Calendar URL : put the URL given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) - -3. Put your openerp username and password - -4. If your server don't use SSL, you'll get a warnign, say "Yes" - -5. Then you can synchronize manually or custom the settings to synchronize every x minutes. - - - diff --git a/addons/caldav/doc/caldav_doc.pdf b/addons/caldav/doc/caldav_doc.pdf deleted file mode 100644 index a9f269aa273..00000000000 --- a/addons/caldav/doc/caldav_doc.pdf +++ /dev/null @@ -1,1899 +0,0 @@ -%PDF-1.3 -% ReportLab Generated PDF document http://www.reportlab.com -% 'BasicFonts': class PDFDictionary -1 0 obj -% The standard fonts dictionary -<< /F1 2 0 R - /F2 3 0 R - /F3 4 0 R - /F4 5 0 R >> -endobj -% 'F1': class PDFType1Font -2 0 obj -% Font Helvetica -<< /BaseFont /Helvetica - /Encoding /WinAnsiEncoding - /Name /F1 - /Subtype /Type1 - /Type /Font >> -endobj -% 'F2': class PDFType1Font -3 0 obj -% Font Helvetica-Bold -<< /BaseFont /Helvetica-Bold - /Encoding /WinAnsiEncoding - /Name /F2 - /Subtype /Type1 - /Type /Font >> -endobj -% 'F3': class PDFType1Font -4 0 obj -% Font Times-Roman -<< /BaseFont /Times-Roman - /Encoding /WinAnsiEncoding - /Name /F3 - /Subtype /Type1 - /Type /Font >> -endobj -% 'F4': class PDFType1Font -5 0 obj -% Font Helvetica-Oblique -<< /BaseFont /Helvetica-Oblique - /Encoding /WinAnsiEncoding - /Name /F4 - /Subtype /Type1 - /Type /Font >> -endobj -% 'Annot.NUMBER1': class PDFDictionary -6 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://openerp.com:8069/webdav/db_1/calendars/) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 302.5236 - 129.5936 - 529.8027 - 141.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Page1': class PDFPage -7 0 obj -% Page dictionary -<< /Annots [ 6 0 R ] - /Contents 33 0 R - /MediaBox [ 0 - 0 - 595.2756 - 841.8898 ] - /Parent 32 0 R - /Resources << /Font 1 0 R - /ProcSet [ /PDF - /Text - /ImageB - /ImageC - /ImageI ] >> - /Rotate 0 - /Trans << >> - /Type /Page >> -endobj -% 'Annot.NUMBER2': class PDFDictionary -8 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://my.server.ip:8069/webdav/dbname/calendars/) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 85.69291 - 663.5936 - 318.0229 - 675.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Annot.NUMBER3': class PDFDictionary -9 0 obj -<< /A << /S /URI - /Type /Action - /URI (https://my.server.ip:8071/) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 92.69291 - 516.5936 - 208.6562 - 528.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Annot.NUMBER4': class PDFDictionary -10 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 85.69291 - 294.5936 - 379.7229 - 306.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Page2': class PDFPage -11 0 obj -% Page dictionary -<< /Annots [ 8 0 R - 9 0 R - 10 0 R ] - /Contents 34 0 R - /MediaBox [ 0 - 0 - 595.2756 - 841.8898 ] - /Parent 32 0 R - /Resources << /Font 1 0 R - /ProcSet [ /PDF - /Text - /ImageB - /ImageC - /ImageI ] >> - /Rotate 0 - /Trans << >> - /Type /Page >> -endobj -% 'Annot.NUMBER5': class PDFDictionary -12 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 162.2528 - 690.5936 - 503.8577 - 702.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Annot.NUMBER6': class PDFDictionary -13 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 118.6929 - 678.5936 - 422.7329 - 690.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Annot.NUMBER7': class PDFDictionary -14 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://www.mozilla.org/projects/calendar/lightning/) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 62.69291 - 477.5936 - 282.2129 - 489.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Annot.NUMBER8': class PDFDictionary -15 0 obj -<< /A << /S /URI - /Type /Action - /URI (http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) >> - /Border [ 0 - 0 - 0 ] - /Rect [ 85.69291 - 354.5936 - 379.7229 - 366.5936 ] - /Subtype /Link - /Type /Annot >> -endobj -% 'Page3': class PDFPage -16 0 obj -% Page dictionary -<< /Annots [ 12 0 R - 13 0 R - 14 0 R - 15 0 R ] - /Contents 35 0 R - /MediaBox [ 0 - 0 - 595.2756 - 841.8898 ] - /Parent 32 0 R - /Resources << /Font 1 0 R - /ProcSet [ /PDF - /Text - /ImageB - /ImageC - /ImageI ] >> - /Rotate 0 - /Trans << >> - /Type /Page >> -endobj -% 'R17': class PDFCatalog -17 0 obj -% Document Root -<< /Outlines 19 0 R - /PageLabels 36 0 R - /PageMode /UseNone - /Pages 32 0 R - /Type /Catalog >> -endobj -% 'R18': class PDFInfo -18 0 obj -<< /Author () - /CreationDate (D:20110107162650-01'00') - /Keywords () - /Producer (ReportLab http://www.reportlab.com) - /Subject (\(unspecified\)) - /Title () >> -endobj -% 'R19': class PDFOutlines -19 0 obj -<< /Count 15 - /First 20 0 R - /Last 29 0 R - /Type /Outlines >> -endobj -% 'Outline.0': class OutlineEntryObject -20 0 obj -<< /Count 3 - /Dest [ 7 0 R - /XYZ - 62.69291 - 765.0236 - 0 ] - /First 21 0 R - /Last 23 0 R - /Next 24 0 R - /Parent 19 0 R - /Title (CalDAV How-To) >> -endobj -% 'Outline.13.0': class OutlineEntryObject -21 0 obj -<< /Dest [ 7 0 R - /XYZ - 62.69291 - 648.0236 - 0 ] - /Next 22 0 R - /Parent 20 0 R - /Title (OpenERP server Setup) >> -endobj -% 'Outline.13.1': class OutlineEntryObject -22 0 obj -<< /Dest [ 7 0 R - /XYZ - 62.69291 - 450.0236 - 0 ] - /Next 23 0 R - /Parent 20 0 R - /Prev 21 0 R - /Title (DNS server setup) >> -endobj -% 'Outline.13.2': class OutlineEntryObject -23 0 obj -<< /Dest [ 7 0 R - /XYZ - 62.69291 - 402.0236 - 0 ] - /Parent 20 0 R - /Prev 22 0 R - /Title (SSL setup) >> -endobj -% 'Outline.1': class OutlineEntryObject -24 0 obj -<< /Dest [ 7 0 R - /XYZ - 62.69291 - 276.0236 - 0 ] - /Next 25 0 R - /Parent 19 0 R - /Prev 20 0 R - /Title (CalDAV with iPhone How-To) >> -endobj -% 'Outline.2': class OutlineEntryObject -25 0 obj -<< /Count 2 - /Dest [ 11 0 R - /XYZ - 62.69291 - 459.0236 - 0 ] - /First 26 0 R - /Last 27 0 R - /Next 28 0 R - /Parent 19 0 R - /Prev 24 0 R - /Title (Synchronization with Android phone) >> -endobj -% 'Outline.14.0': class OutlineEntryObject -26 0 obj -<< /Dest [ 11 0 R - /XYZ - 62.69291 - 426.0236 - 0 ] - /Next 27 0 R - /Parent 25 0 R - /Title (Prerequire) >> -endobj -% 'Outline.14.1': class OutlineEntryObject -27 0 obj -<< /Dest [ 11 0 R - /XYZ - 62.69291 - 366.0236 - 0 ] - /Parent 25 0 R - /Prev 26 0 R - /Title (configuration) >> -endobj -% 'Outline.3': class OutlineEntryObject -28 0 obj -<< /Dest [ 11 0 R - /XYZ - 62.69291 - 222.0236 - 0 ] - /Next 29 0 R - /Parent 19 0 R - /Prev 25 0 R - /Title (Synchronization with Evolution's calendar) >> -endobj -% 'Outline.4': class OutlineEntryObject -29 0 obj -<< /Count 2 - /Dest [ 16 0 R - /XYZ - 62.69291 - 555.0236 - 0 ] - /First 30 0 R - /Last 31 0 R - /Parent 19 0 R - /Prev 28 0 R - /Title (Synchronization with Sunbird/Lightning) >> -endobj -% 'Outline.15.0': class OutlineEntryObject -30 0 obj -<< /Dest [ 16 0 R - /XYZ - 62.69291 - 522.0236 - 0 ] - /Next 31 0 R - /Parent 29 0 R - /Title (Prerequire) >> -endobj -% 'Outline.15.1': class OutlineEntryObject -31 0 obj -<< /Dest [ 16 0 R - /XYZ - 62.69291 - 462.0236 - 0 ] - /Parent 29 0 R - /Prev 30 0 R - /Title (configuration) >> -endobj -% 'R32': class PDFPages -32 0 obj -% page tree -<< /Count 3 - /Kids [ 7 0 R - 11 0 R - 16 0 R ] - /Type /Pages >> -endobj -% 'R33': class PDFStream -33 0 obj -% page stream -<< /Length 7905 >> -stream -1 0 0 1 0 0 cm BT /F1 12 Tf 14.4 TL ET -q -1 0 0 1 62.69291 744.0236 cm -q -BT 1 0 0 1 0 8.435 Tm 21 TL /F2 17.5 Tf 0 0 0 rg (CalDAV How-To) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 714.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL .869213 Tw (As from OpenERP v6.0, document_webdav v2.2, the iPhone has been thoroughly tested and supported) Tj T* 0 Tw (as a Calendaring client for the OpenERP CalDAV module.) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 660.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 40.82 Tm /F1 10 Tf 12 TL .312651 Tw (However, keep in mind that OpenERP is not a straightforward calendaring server, but an ERP application) Tj T* 0 Tw .814104 Tw (\(with more data + structure\) which exposes that data to calendar clients. That said, the full features that) Tj T* 0 Tw 1.645984 Tw (would be accessible through the Gtk or Web OpenERP clients cannot be crammed into the Calendar) Tj T* 0 Tw (clients \(such as the iPhone\).) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 630.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (OpenERP server Setup) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 492.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 117 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (Some modules need to be installed at the OpenERP server. These are:) Tj T* ET -Q -Q -BT 1 0 0 1 0 104 Tm T* ET -q -1 0 0 1 10 108 cm -Q -q -1 0 0 1 10 108 cm -Q -q -1 0 0 1 10 72 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 21 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (caldav: Required, has the reference setup and the necessary) Tj T* ET -Q -Q -BT 1 0 0 1 0 2 Tm T* ET -q -1 0 0 1 10 0 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (underlying code. Will also cause document, document_webdav to be installed.) Tj T* ET -Q -Q -q -Q -Q -q -Q -Q -q -1 0 0 1 10 72 cm -Q -q -1 0 0 1 10 72 cm -Q -q -1 0 0 1 10 54 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (crm_caldav: Optional, will export the CRM Meetings as a calendar.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 54 cm -Q -q -1 0 0 1 10 54 cm -Q -q -1 0 0 1 10 36 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (project_caldav: Optional, will export project tasks as calendar.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 36 cm -Q -q -1 0 0 1 10 36 cm -Q -q -1 0 0 1 10 0 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 21 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (http_well_known: Optional, experimental. Will ease bootstrapping,) Tj T* ET -Q -Q -BT 1 0 0 1 0 2 Tm T* ET -q -1 0 0 1 10 0 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (but only when a DNS srv record is also used.) Tj T* ET -Q -Q -q -Q -Q -q -Q -Q -q -1 0 0 1 10 0 cm -Q -q -1 0 0 1 10 0 cm -Q -q -Q -Q -q -1 0 0 1 62.69291 462.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL 1.059986 Tw (These will also install a reference setup of the folders, ready to go. The administrator of OpenERP can) Tj T* 0 Tw (add more calendars and structure, if needed.) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 432.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (DNS server setup) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 414.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (To be documented.) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 384.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (SSL setup) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 318.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 52.82 Tm /F1 10 Tf 12 TL .909987 Tw (It is highly advisable that you also setup SSL to work for the OpenERP server. HTTPS is a server-wide) Tj T* 0 Tw .112339 Tw (feature in OpenERP, which means a certificate will be set at the openerp-server.conf and will be the same) Tj T* 0 Tw 1.645366 Tw (for XML-RPC, HTTP, WebDAV and CalDAV. The iPhone also supports secure connections with SSL,) Tj T* 0 Tw .017356 Tw (although it does not expect a self-signed certificate \(or one that is not verified by one of the "big" certificate) Tj T* 0 Tw (authorities [1] \).) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 288.0236 cm -q -BT 1 0 0 1 0 16.82 Tm 1.298935 Tw 12 TL /F1 10 Tf 0 0 0 rg ([1] I remember one guy that made ) Tj /F4 10 Tf (lots ) Tj /F1 10 Tf (of money selling his CA business off, and since then uses this) Tj T* 0 Tw (money to create a software monopoly.) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 255.0236 cm -q -BT 1 0 0 1 0 8.435 Tm 21 TL /F2 17.5 Tf 0 0 0 rg (CalDAV with iPhone How-To) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 237.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (For SSL specific configuration see the documentation below) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 219.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Now, to setup the calendars, you need to:) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 213.0236 cm -Q -q -1 0 0 1 62.69291 213.0236 cm -Q -q -1 0 0 1 62.69291 195.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (1.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Click on the "Settings" and go to the "Mail, Contacts, Calendars" page.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 195.0236 cm -Q -q -1 0 0 1 62.69291 195.0236 cm -Q -q -1 0 0 1 62.69291 177.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (2.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Go to "Add account...") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 177.0236 cm -Q -q -1 0 0 1 62.69291 177.0236 cm -Q -q -1 0 0 1 62.69291 159.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (3.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Click on "Other") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 159.0236 cm -Q -q -1 0 0 1 62.69291 159.0236 cm -Q -q -1 0 0 1 62.69291 141.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (4.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (From the "Calendars" group, select "Add CalDAV Account") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 141.0236 cm -Q -q -1 0 0 1 62.69291 141.0236 cm -Q -q -1 0 0 1 62.69291 111.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (5.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 16.82 Tm 4.929069 Tw 12 TL /F1 10 Tf 0 0 0 rg (Enter the host's name \(ie : if the url is ) Tj 0 0 .501961 rg (http://openerp.com:8069/webdav/db_1/calendars/ ) Tj 0 0 0 rg (,) Tj T* 0 Tw (openerp.com is the host\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 111.0236 cm -Q -q -1 0 0 1 62.69291 111.0236 cm -Q -q -1 0 0 1 62.69291 93.02362 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (6.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Fill Username and password with your openerp login and password) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 93.02362 cm -Q -q -1 0 0 1 62.69291 93.02362 cm -Q - -endstream - -endobj -% 'R34': class PDFStream -34 0 obj -% page stream -<< /Length 8788 >> -stream -1 0 0 1 0 0 cm BT /F1 12 Tf 14.4 TL ET -q -1 0 0 1 62.69291 747.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (7.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (As a description, you can either leave the server's name or something like "OpenERP calendars".) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 747.0236 cm -Q -q -1 0 0 1 62.69291 747.0236 cm -Q -q -1 0 0 1 62.69291 741.0236 cm -Q -q -1 0 0 1 62.69291 741.0236 cm -Q -q -1 0 0 1 62.69291 723.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (9.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (If you are not using a SSL server, you'll get an error, do not worry and push "Continue") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 723.0236 cm -Q -q -1 0 0 1 62.69291 723.0236 cm -Q -q -1 0 0 1 62.69291 705.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL .1 0 Td (10.) Tj T* -0.1 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Then click to "Advanced Settings" to specify the right ports and paths.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 705.0236 cm -Q -q -1 0 0 1 62.69291 705.0236 cm -Q -q -1 0 0 1 62.69291 687.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL .1 0 Td (11.) Tj T* -0.1 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Specify the port for the OpenERP server: 8071 for SSL, 8069 without.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 687.0236 cm -Q -q -1 0 0 1 62.69291 687.0236 cm -Q -q -1 0 0 1 62.69291 657.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL .1 0 Td (12.) Tj T* -0.1 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 16.82 Tm 1.059461 Tw 12 TL /F1 10 Tf 0 0 0 rg (Set the "Account URL" to the right path of the OpenERP webdav: the url given by the wizard \(ie :) Tj T* 0 Tw 0 0 .501961 rg (http://my.server.ip:8069/webdav/dbname/calendars/ ) Tj 0 0 0 rg (\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 657.0236 cm -Q -q -1 0 0 1 62.69291 657.0236 cm -Q -q -1 0 0 1 62.69291 651.0236 cm -Q -q -1 0 0 1 62.69291 651.0236 cm -Q -q -1 0 0 1 62.69291 621.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL .1 0 Td (11.) Tj T* -0.1 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL 1.14528 Tw (Click on Done. The phone will hopefully connect to the OpenERP server and verify it can use the) Tj T* 0 Tw (account.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 621.0236 cm -Q -q -1 0 0 1 62.69291 621.0236 cm -Q -q -1 0 0 1 62.69291 579.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 27 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL .1 0 Td (12.) Tj T* -0.1 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 28.82 Tm /F1 10 Tf 12 TL 1.036651 Tw (Go to the main menu of the iPhone and enter the Calendar application. Your OpenERP calendars) Tj T* 0 Tw .321235 Tw (will be visible inside the selection of the "Calendars" button. Note that when creating a new calendar) Tj T* 0 Tw (entry, you will have to specify which calendar it should be saved at.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 579.0236 cm -Q -q -1 0 0 1 62.69291 579.0236 cm -Q -q -1 0 0 1 62.69291 549.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL 1.121894 Tw (IF you need SSL \(and your certificate is not a verified one, as usual\), then you first will need to let the) Tj T* 0 Tw (iPhone trust that. Follow these steps:) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 543.0236 cm -Q -q -1 0 0 1 62.69291 471.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -BT 1 0 0 1 0 2 Tm T* ET -q -1 0 0 1 20 30 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 27 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (s1. Open Safari and enter the https location of the OpenERP server:) Tj T* ET -Q -Q -BT 1 0 0 1 0 14 Tm T* ET -q -1 0 0 1 10 0 cm -q -BT 1 0 0 1 0 16.82 Tm .913314 Tw 12 TL /F1 10 Tf 0 0 .501961 rg (https://my.server.ip:8071/ ) Tj 0 0 0 rg (\(assuming you have the server at "my.server.ip" and the HTTPS port is) Tj T* 0 Tw (the default 8071\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 20 0 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (s2. Safari will try to connect and issue a warning about the certificate) Tj T* ET -Q -Q -BT 1 0 0 1 0 2 Tm T* ET -q -1 0 0 1 10 0 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (used. Inspect the certificate and click "Accept" so that iPhone now trusts it.) Tj T* ET -Q -Q -q -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 471.0236 cm -Q -q -1 0 0 1 62.69291 438.0236 cm -q -BT 1 0 0 1 0 8.435 Tm 21 TL /F2 17.5 Tf 0 0 0 rg (Synchronization with Android phone) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 408.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (Prerequire) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 378.0236 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL .568409 Tw (There is no buit-in way to synchronize calendar with caldav. So you need to install a third part software :) Tj T* 0 Tw (Calendar \(CalDav\) for now it's the only one) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 348.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (configuration) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 336.0236 cm -Q -q -1 0 0 1 62.69291 336.0236 cm -Q -q -1 0 0 1 62.69291 318.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (1.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Open Calendar Sync I'll get an interface with 2 tabs Stay on the first one) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 318.0236 cm -Q -q -1 0 0 1 62.69291 318.0236 cm -Q -q -1 0 0 1 62.69291 288.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (2.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 16.82 Tm 20.95698 Tw 12 TL /F1 10 Tf 0 0 0 rg (CaDAV Calendar URL : put the URL given above \(ie :) Tj T* 0 Tw 0 0 .501961 rg (http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) Tj 0 0 0 rg (\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 288.0236 cm -Q -q -1 0 0 1 62.69291 288.0236 cm -Q -q -1 0 0 1 62.69291 270.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (3.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Put your openerp username and password) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 270.0236 cm -Q -q -1 0 0 1 62.69291 270.0236 cm -Q -q -1 0 0 1 62.69291 252.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (4.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (If your server don't use SSL, you'll get a warnign, say "Yes") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 252.0236 cm -Q -q -1 0 0 1 62.69291 252.0236 cm -Q -q -1 0 0 1 62.69291 234.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (5.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Then you can synchronize manually or custom the settings to synchronize every x minutes.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 234.0236 cm -Q -q -1 0 0 1 62.69291 234.0236 cm -Q -q -1 0 0 1 62.69291 201.0236 cm -q -BT 1 0 0 1 0 8.435 Tm 21 TL /F2 17.5 Tf 0 0 0 rg (Synchronization with Evolution's calendar) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 189.0236 cm -Q -q -1 0 0 1 62.69291 189.0236 cm -Q -q -1 0 0 1 62.69291 171.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (1.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Go to Calendar View) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 171.0236 cm -Q -q -1 0 0 1 62.69291 171.0236 cm -Q -q -1 0 0 1 62.69291 153.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (2.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 4.82 Tm 12 TL /F1 10 Tf 0 0 0 rg (File -) Tj (> New -) Tj (> Calendar) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 153.0236 cm -Q -q -1 0 0 1 62.69291 153.0236 cm -Q - -endstream - -endobj -% 'R35': class PDFStream -35 0 obj -% page stream -<< /Length 7419 >> -stream -1 0 0 1 0 0 cm BT /F1 12 Tf 14.4 TL ET -q -1 0 0 1 62.69291 603.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 147 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (3.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 0 141 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F2 10 Tf 12 TL (Fill the form) Tj T* ET -Q -Q -BT 1 0 0 1 0 128 Tm T* ET -q -1 0 0 1 10 132 cm -Q -q -1 0 0 1 10 132 cm -Q -q -1 0 0 1 10 114 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (type : CalDav) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 114 cm -Q -q -1 0 0 1 10 114 cm -Q -q -1 0 0 1 10 96 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (name : Whaterver you want \(ie : Meeting\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 96 cm -Q -q -1 0 0 1 10 96 cm -Q -q -1 0 0 1 10 54 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 27 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 28.82 Tm 12.05494 Tw 12 TL /F1 10 Tf 0 0 0 rg (url : ) Tj 0 0 .501961 rg (http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings ) Tj 0 0 0 rg (\(ie :) Tj T* 0 Tw 2.623953 Tw 0 0 .501961 rg (http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) Tj 0 0 0 rg (\) the one given on the) Tj T* 0 Tw (top of this window) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 54 cm -Q -q -1 0 0 1 10 54 cm -Q -q -1 0 0 1 10 36 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (uncheck "User SSL") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 36 cm -Q -q -1 0 0 1 10 36 cm -Q -q -1 0 0 1 10 18 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Username : Your username \(ie : Demo\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 18 cm -Q -q -1 0 0 1 10 18 cm -Q -q -1 0 0 1 10 0 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 10.5 0 Td (\177) Tj T* -10.5 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Refresh : everytime you want that evolution synchronize the data with the server) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 10 0 cm -Q -q -1 0 0 1 10 0 cm -Q -q -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 603.0236 cm -Q -q -1 0 0 1 62.69291 603.0236 cm -Q -q -1 0 0 1 62.69291 585.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (4.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Click ok and give your openerp password) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 585.0236 cm -Q -q -1 0 0 1 62.69291 585.0236 cm -Q -q -1 0 0 1 62.69291 567.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (5.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (A new calendar named with the name you gave should appear on the left side.) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 567.0236 cm -Q -q -1 0 0 1 62.69291 567.0236 cm -Q -q -1 0 0 1 62.69291 534.0236 cm -q -BT 1 0 0 1 0 8.435 Tm 21 TL /F2 17.5 Tf 0 0 0 rg (Synchronization with Sunbird/Lightning) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 504.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (Prerequire) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 474.0236 cm -q -BT 1 0 0 1 0 16.82 Tm 12.56998 Tw 12 TL /F1 10 Tf 0 0 0 rg (If you are using thunderbird, first you need to install the lightning module) Tj T* 0 Tw 0 0 .501961 rg (http://www.mozilla.org/projects/calendar/lightning/) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 444.0236 cm -q -BT 1 0 0 1 0 7.23 Tm 18 TL /F2 15 Tf 0 0 0 rg (configuration) Tj T* ET -Q -Q -q -1 0 0 1 62.69291 432.0236 cm -Q -q -1 0 0 1 62.69291 432.0236 cm -Q -q -1 0 0 1 62.69291 414.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (1.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Go to Calendar View) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 414.0236 cm -Q -q -1 0 0 1 62.69291 414.0236 cm -Q -q -1 0 0 1 62.69291 396.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (2.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 4.82 Tm 12 TL /F1 10 Tf 0 0 0 rg (File -) Tj (> New Calendar) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 396.0236 cm -Q -q -1 0 0 1 62.69291 396.0236 cm -Q -q -1 0 0 1 62.69291 378.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (3.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Chosse "On the Network") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 378.0236 cm -Q -q -1 0 0 1 62.69291 378.0236 cm -Q -q -1 0 0 1 62.69291 348.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (4.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -BT 1 0 0 1 0 16.82 Tm 13.06331 Tw 12 TL /F1 10 Tf 0 0 0 rg (for format choose CalDav and as location the url given above \(ie :) Tj T* 0 Tw 0 0 .501961 rg (http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) Tj 0 0 0 rg (\)) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 348.0236 cm -Q -q -1 0 0 1 62.69291 348.0236 cm -Q -q -1 0 0 1 62.69291 330.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (5.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Choose a name and a color for the Calendar, and we advice you to uncheck "alarm") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 330.0236 cm -Q -q -1 0 0 1 62.69291 330.0236 cm -Q -q -1 0 0 1 62.69291 300.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 15 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (6.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 16.82 Tm /F1 10 Tf 12 TL .23061 Tw (Then put your openerp login and password \(to give the password only check the box "Use password) Tj T* 0 Tw (Manager to remember this password") Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 300.0236 cm -Q -q -1 0 0 1 62.69291 300.0236 cm -Q -q -1 0 0 1 62.69291 282.0236 cm -0 0 0 rg -BT /F3 10 Tf 12 TL ET -q -1 0 0 1 6 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL 5.66 0 Td (7.) Tj T* -5.66 0 Td ET -Q -Q -q -1 0 0 1 23 3 cm -q -0 0 0 rg -BT 1 0 0 1 0 4.82 Tm /F1 10 Tf 12 TL (Then Finish, your meetings should appear now in your calendar view) Tj T* ET -Q -Q -q -Q -Q -q -1 0 0 1 62.69291 282.0236 cm -Q -q -1 0 0 1 62.69291 282.0236 cm -Q - -endstream - -endobj -% 'R36': class PDFPageLabels -36 0 obj -% Document Root -<< /Nums [ 0 - 37 0 R - 1 - 38 0 R - 2 - 39 0 R ] >> -endobj -% 'R37': class PDFPageLabel -37 0 obj -% None -<< /S /D - /St 1 >> -endobj -% 'R38': class PDFPageLabel -38 0 obj -% None -<< /S /D - /St 2 >> -endobj -% 'R39': class PDFPageLabel -39 0 obj -% None -<< /S /D - /St 3 >> -endobj -xref -0 40 -0000000000 65535 f -0000000113 00000 n -0000000245 00000 n -0000000410 00000 n -0000000585 00000 n -0000000754 00000 n -0000000947 00000 n -0000001197 00000 n -0000001510 00000 n -0000001777 00000 n -0000002021 00000 n -0000002288 00000 n -0000002619 00000 n -0000002901 00000 n -0000003185 00000 n -0000003455 00000 n -0000003722 00000 n -0000004051 00000 n -0000004210 00000 n -0000004422 00000 n -0000004548 00000 n -0000004766 00000 n -0000004949 00000 n -0000005143 00000 n -0000005312 00000 n -0000005512 00000 n -0000005767 00000 n -0000005941 00000 n -0000006115 00000 n -0000006332 00000 n -0000006576 00000 n -0000006750 00000 n -0000006908 00000 n -0000007033 00000 n -0000015039 00000 n -0000023928 00000 n -0000031452 00000 n -0000031571 00000 n -0000031648 00000 n -0000031725 00000 n -trailer -<< /ID - % ReportLab generated PDF document -- digest (http://www.reportlab.com) - [(mv%4\225;\371K\301E+\242\376\216\356E) (mv%4\225;\371K\301E+\242\376\216\356E)] - - /Info 18 0 R - /Root 17 0 R - /Size 40 >> -startxref -31772 -%%EOF diff --git a/addons/caldav/doc/evolution.rst b/addons/caldav/doc/evolution.rst deleted file mode 100644 index 11580ae02ef..00000000000 --- a/addons/caldav/doc/evolution.rst +++ /dev/null @@ -1,23 +0,0 @@ -========================================= -Synchronization with Evolution's calendar -========================================= - -1. Go to Calendar View - -2. File -> New -> Calendar - -3. Fill the form - - type : CalDav - - name : Whaterver you want (ie : Meeting) - - url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : - http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) - the one given on the top of this window - - uncheck "User SSL" - - Username : Your username (ie : Demo) - - Refresh : everytime you want that evolution synchronize the data with the server - -4. Click ok and give your openerp password - -5. A new calendar named with the name you gave should appear on the left side. - - diff --git a/addons/caldav/doc/iPhone.rst b/addons/caldav/doc/iPhone.rst deleted file mode 100644 index 62e66412d56..00000000000 --- a/addons/caldav/doc/iPhone.rst +++ /dev/null @@ -1,56 +0,0 @@ -========================== -CalDAV with iPhone How-To -========================== - -For SSL specific configuration see the documentation below - -Now, to setup the calendars, you need to: - -1. Click on the "Settings" and go to the "Mail, Contacts, Calendars" page. -2. Go to "Add account..." -3. Click on "Other" -4. From the "Calendars" group, select "Add CalDAV Account" - -5. Enter the host's name - (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , openerp.com is the host) - -6. Fill Username and password with your openerp login and password - -7. As a description, you can either leave the server's name or - something like "OpenERP calendars". - -9. If you are not using a SSL server, you'll get an error, do not worry and push "Continue" - -10. Then click to "Advanced Settings" to specify the right - ports and paths. - -11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without. - -12. Set the "Account URL" to the right path of the OpenERP webdav: - the url given by the wizard (ie : http://my.server.ip:8069/webdav/dbname/calendars/ ) - -11. Click on Done. The phone will hopefully connect to the OpenERP server - and verify it can use the account. - -12. Go to the main menu of the iPhone and enter the Calendar application. - Your OpenERP calendars will be visible inside the selection of the - "Calendars" button. - Note that when creating a new calendar entry, you will have to specify - which calendar it should be saved at. - - - -IF you need SSL (and your certificate is not a verified one, as usual), -then you first will need to let the iPhone trust that. Follow these -steps: - - s1. Open Safari and enter the https location of the OpenERP server: - https://my.server.ip:8071/ - (assuming you have the server at "my.server.ip" and the HTTPS port - is the default 8071) - s2. Safari will try to connect and issue a warning about the certificate - used. Inspect the certificate and click "Accept" so that iPhone - now trusts it. - - - diff --git a/addons/caldav/doc/makefile b/addons/caldav/doc/makefile deleted file mode 100644 index 4424647b08d..00000000000 --- a/addons/caldav/doc/makefile +++ /dev/null @@ -1,15 +0,0 @@ -all: compile clean - -concat: all.rst - cat all.rst iPhone.rst android.rst evolution.rst sunbird.rst > compile.rst - -compile: concat - rst2pdf compile.rst -o caldav_doc.pdf - -debug: compile - -clean: - rm compile.rst - -del: - rm caldav_doc.pdf diff --git a/addons/caldav/doc/path_discovery.rst b/addons/caldav/doc/path_discovery.rst deleted file mode 100644 index d2d434b5fb6..00000000000 --- a/addons/caldav/doc/path_discovery.rst +++ /dev/null @@ -1,43 +0,0 @@ -=============================== -Discovery of calendar resources -=============================== - -1. Srv record --------------- -Calendar server and port should be advertised by a DNS _srv record. -Although this is beyond the capabilities of the OpenERP server, an -example setup is listed below: - -- TODO -- - -DNS -> http://our-host-ip:port/ - -2. Well-known uris -------------------- -The OpenERP server may have the 'well-known URIs' servlet activated, -which means that it will advertise its main database and the correct -location of the main CalDAV resource. -http://our-host-ip:port/.well-known/caldav -> http://our-host-ip:port/webdav/dbname/calendars/ - - -3. Caldav collection ---------------------- -The CalDAV "collection" is not necessarily a calendar or a folder just -containing calendars under it. It is a DAV resource (aka folder) which -has special DAV properties, so that clients are redirected to the right -urls (like per-user calendars etc.). - -http://our-host-ip:port/webdav/dbname/calendars/ -> http://our-host-ip:port/webdav/dbname/calendars/users/user-login/c/ - -4. Calendar home for user --------------------------- -There can be one dynamic folder per user, which will in turn contain the calendars - -http://our-host-ip:port/webdav/dbname/calendars/users/user-login/c/ -> -http://our-host-ip:port/webdav/dbname/calendars/users/user-login/c/[Meetings, Tasks] - -5. Calendars --------------- -Each calendar will contain the resource nodes: - .../c/Meetings/ -> .../c/Meetings/123.ics - -Principal url diff --git a/addons/caldav/doc/sunbird.rst b/addons/caldav/doc/sunbird.rst deleted file mode 100644 index 03af175eccc..00000000000 --- a/addons/caldav/doc/sunbird.rst +++ /dev/null @@ -1,28 +0,0 @@ -====================================== -Synchronization with Sunbird/Lightning -====================================== - -Prerequire ----------- -If you are using thunderbird, first you need to install the lightning module -http://www.mozilla.org/projects/calendar/lightning/ - -configuration -------------- - -1. Go to Calendar View - -2. File -> New Calendar - -3. Chosse "On the Network" - -4. for format choose CalDav - and as location the url given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) - -5. Choose a name and a color for the Calendar, and we advice you to uncheck "alarm" - -6. Then put your openerp login and password (to give the password only check the box "Use password Manager to remember this password" - -7. Then Finish, your meetings should appear now in your calendar view - - diff --git a/addons/caldav/i18n/ar.po b/addons/caldav/i18n/ar.po deleted file mode 100644 index 02209b36efd..00000000000 --- a/addons/caldav/i18n/ar.po +++ /dev/null @@ -1,1198 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:41+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "رسم خريطة للقيمة" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "عنوان الانترنت لخدمة caldav, استخدم للتزامن" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "اسم الملف" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "تصدير الحدث" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "ورّد الملف ics." - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "إ_غلاق" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "الحاضر" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "لا يمكن عمل الرسم البياني للحقل اكثر من مرة" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"يسمح لك\"الجدول الزمني\" بتخصيص حدث في الجدول الزمني ولعمل ميزة مع اي نموذج " -"لـOpenERP . ومد وظيفي\r\n" -"صا الجداول الزمنية iCal. يوفر الخادم Webdav الوصول بعيدًا للجدول الزمني. " -"يساعدك في مزامنة الاجتماع مع الجداول الزمنية. يمكنك الوصول للجداول الزمنية " -"بإستخدام عملاء CalDAV, مثل صن بيرد, تقييم الجدول الزمني, الموبايل." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "تحذير !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "كائن" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "قيد التنفيذ" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "نموذج تفضيلات المستخدم" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "خدمات" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "التعبير كما هو ثابت" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "تحول" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "تم" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "الرجاء اعطاء ضبط مناسب من \"%s\" في خطوط الجدول الزمني" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "خدمة Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "وقت التاريخ في UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "قيد التنفيذ" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "صدر ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "استخدم الحقل" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "لا يمكن انشاء الخط \"%s\" اكثر من مرة" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "خطوط الجدول الزمني" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "إشتراك للحدث" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "استيراد ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "ال_غاء" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "حدث" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "مجموعة الجدول الزمني" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "خطأ ! لايمكنك إنشاء مسارات متداخلة." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_فتح" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "التالي" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "نوع" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Save in .ics format" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "خطأ !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "سمات الجدول الزمني" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "متصفح Caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "هواتف أندرويد" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "تاريخ الإنشاء" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "رسم خريطة السمات" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "مسار" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "اعطي طريقة للتحكم في الجدول الزمني" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "نطاق" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "ا_شترِك" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "مالك" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "التقويم" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"الرجاء قم بتثبيت بايثون-vobject من http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "تشكيل غير صالح من الملف ics, لا يمكن استيراد الملف" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "حقل OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "تعريف النتيجة" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "رسالة..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "الجدول الزمني للويب" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "مجموعات الجدول الزمني" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "لا يمكن لاسم الملف نفسه ان يُطبق لتسجيلين!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "لا يمكن أن يكون المسار رئيسي لنفسه!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "التقويمات" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "مجموعة" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "كتابة التاريخ" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "اسم المسار يجب ان يكون فريدا !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "تفضيلات المستخدم" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "من فضلك أدخل URL صحيح !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "صيغة" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "اختر ملف ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "برامج / أجهزة" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "ارتباط الحقول" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "أسم المضيف" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "معلومات أخرى" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "أخرى" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "أجندتي" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"كذلك صدر مدخل <الاسم>ics إلى جانب ملف السجل الزمني, مع محتوى WebCal ." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "وظيفة" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "وصف" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "يطبق الرسم البياني هذا للجدول الزمني/الخط." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "رسم بياني" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "نجاح الإستيراد" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "ا_ستيراد" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "إستيراد حدث" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "فاصل زمني بالساعة" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "اسم الملف" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "الاشتراك في السجل الزمني المتباعد" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "لدعم العملاء, لون مدخلات الجدول الزمني" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "الاسم" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "منبّه" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "يجب ان يكون للحاضرين تعريف للبريد الالكتروني" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "تصدير ملف ICS" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "خطأ ايراد vobject" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "حفظ ملف ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "إضافات/صنبيرد" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "أمر" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "خطأ!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "لون" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "خاص بي" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "حقول التقويم" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "استيراد رسالة" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "اشترك" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "المسار يجب ان يكون له مسار رئيسي أو مخزن" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "لدعم العملاء, الترتيب لهذا الملف بين السجلات الزمنية" - -#~ msgid "Select ICS file" -#~ msgstr "اختر ملف ICS" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "اعطي طريقة للتحكم في الجدول الزمني" - -#~ msgid "Browse caldav" -#~ msgstr "تصفح caldav" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "المتطلب\n" -#~ "----------\n" -#~ "إذا كنت تستخدم ثنبيرد، تحتاج أولا إلى تثبيت وحدة الإضاءة\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/~~V\n" -#~ "\n" -#~ "التكوين\n" -#~ "-------------\n" -#~ "\n" -#~ "1. انتقل إلى عرض الجدول الزمني\n" -#~ "\n" -#~ "2. ملف - السجل الزمني الجديد>\n" -#~ "\n" -#~ "3. اختار \"على شبكة\"\n" -#~ "\n" -#~ "4. لاختيار شكل CalDav\n" -#~ "ومثل موقع رابط المذكور أعلاه (أي: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "5. اختيار اسم ولون من أجل الجدول الزمني، ونحن ننصحك بعدم اختيار \"الانذار\" " -#~ "\n" -#~ "\n" -#~ "6. ثم ضع كلمة اسر والتسجيل للopenerp (لإعطاء كلمة السر تحقق فقط اختار في " -#~ "مربع \"استخدم مدير كلمة السر ليتذكر كلمة السر هذه\"\n" -#~ "\n" -#~ "7. ثم انهي، ينبغي أن الاجتماعات الخاصة بك تظهر الآن عند عرض الجدول الزمني " -#~ "الخاص بك\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * خادم WebDAV الذي يوفر الوصول عن بعد للجدول الزمني\n" -#~ "* التزامن للجدول الزمني باستخدام WebDAV\n" -#~ "* تخصيص الاحداث للجدول الزمني TODO مع أي من نموذج OpenERP\n" -#~ "* يوفر كال الاستيراد / التصدير وظيفيًا\n" -#~ "\n" -#~ "للوصول إلى تقويم باستخدام عملاء CalDAV، وأشر لهم:\n" -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "للوصول إلى OpenERP التقويم باستخدام بكال إلى موقع بعيد استخدام URL مثل:\n" -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ "حيث،\n" -#~ "اسم المضيف: المضيف الذي OpenERP الخادم (مع WebDAV) يعمل بنظام التشغيل\n" -#~ "PORT: المنفذ الذي OpenERP الملقم قيد التشغيل (افتراضيا: 8069)\n" -#~ "قاعدة البيانات_اسم: اسم قاعدة البيانات التي تم إنشاؤها OpenERP للجدول " -#~ "الزمني\n" -#~ "الجدول الزمني_اسم: اسم الجدول الزمني للوصول\n" -#~ " " - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "شارك الجدول الزمني بإستخدام CalDAV" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " من أجل تكوين معين SSL راجع الوثائق أدناه\n" -#~ "\n" -#~ "الآن، لإعداد والجداول الزمنية، وتحتاج إلى:\n" -#~ "\n" -#~ "1. انقر على \"إعدادات\" ثم انتقل إلى \"البريد وجهات الاتصال، الجداول " -#~ "الزمنية\" صفحة.\n" -#~ "2. انتقل إلى \"إضافة حساب ...\"\n" -#~ "3. انقر على \"الآخر\"\n" -#~ "4. من مجموعة \"الجدول الزمني\"، حدد \"إضافة حساب CalDAV\"\n" -#~ "\n" -#~ "5. أدخل اسم المضيف\n" -#~ "(أي: إذا كان العنوان هو http://openerp.com:8069/webdav/db_1/calendars/، " -#~ "openerp.com هو المضيف)\n" -#~ "\n" -#~ "6. ملء اسم المستخدم وكلمة السر مع تسجيل الدخول وكلمة السر openerp\n" -#~ "\n" -#~ "7. كما وصفا، يمكنك إما ترك اسم الملقم أو\n" -#~ "شيء من هذا القبيل \"التقويمات OpenERP\".\n" -#~ "\n" -#~ "9. إذا كنت لا تستخدم ملقم SSL، وستحصل على خطأ، لا تقلق، ودفع \"متابعة\"\n" -#~ "\n" -#~ "10. ثم انقر على \"إعدادات متقدمة\" لتحديد حق\n" -#~ "الموانئ والطرق.\n" -#~ "\n" -#~ "11. تحديد المنفذ لخادم OpenERP: 8071 ل SSL، 8069 من دون.\n" -#~ "\n" -#~ "12. تعيين \"URL الحساب\" على الطريق الصحيح للWEBDAV OpenERP:\n" -#~ "رابط معين من قبل المعالج (أي: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "11. اضغط على القيام به. سيعمل الهاتف على الاتصال ونأمل إلى خادم OpenERP\n" -#~ "وتحقق من أنه يمكن استخدام الحساب.\n" -#~ "\n" -#~ "12. انتقل إلى القائمة الرئيسية للآيفون وأدخل تطبيق الجدول الزمني.\n" -#~ "سيكون لديك الجداول الزمنيةOpenERP تكون مرئية داخل اختيار الزر\n" -#~ "\"الجدول الزمني\" \n" -#~ "لاحظ أنه عند إنشاء إدخال لجدول زمني جديد، سيكون لديك لتحديد\n" -#~ "والتي ينبغي حفظها في الجدول الزمني..\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "إذا كنت في حاجة SSL (والشهادة ليست واحدة التحقق منها، كما جرت العادة)،\n" -#~ "بعد ذلك سوف تحتاج أولا للسماح للثقة فون التي. اتبع\n" -#~ "الخطوات التالية:\n" -#~ "\n" -#~ "S1. افتح سفاري وأدخل الموقع الشبكي لخادم OpenERP:\n" -#~ "https://my.server.ip:8071/\n" -#~ "(على افتراض انك تملك الخادم في \"my.server.ip\" والمنفذ HTTPS\n" -#~ "هو الافتراضي 8071)\n" -#~ "S2. ورحلات السفاري في محاولة لربط واصدار تحذير حول الشهادة\n" -#~ "المستخدمة. الاطلاع على شهادة وانقر على \"قبول\" بحيث فون\n" -#~ "يثق الآن. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "المتطلب\n" -#~ "----------\n" -#~ "لا توجد وسيلة مبنية في المزامنة للجدول الزمني مع caldav.\n" -#~ "لذلك تحتاج إلى تثبيت برامج الجزء الثالث: الجدول الزمني(CalDav)\n" -#~ "حتى الآن هي واحدة فقط\n" -#~ "\n" -#~ "الضبط\n" -#~ "-------------\n" -#~ "\n" -#~ "1. افتح تزامن الجدول الزمني\n" -#~ "سوف أحصل على واجهة مع 2 من علامات التبويب\n" -#~ "البقاء على أول واحد\n" -#~ "\n" -#~ "2.الجدول الزمني CaDAV URL: ضع عنوان الموقع المذكور أعلاه (أي: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. ضع اسم المستخدم وكلمة السر لـ openerp الخاص بك\n" -#~ "\n" -#~ "4. إذا كان الخادم الخاص بك لا تستخدم SSL، ستحصل على تحذير، اختار \"نعم\"\n" -#~ "\n" -#~ "5. ثم يمكنك التزامن يدويًا او تخصيص الاعدادات لعمل التزامن لكل x دقائق.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. انتقل إلى عرض الجدول الزمني\n" -#~ "\n" -#~ "2. ملف -> جديد -> الجدول الزمني\n" -#~ "\n" -#~ "3. تعبئة النموذج\n" -#~ "- النوع: CalDav\n" -#~ "- الاسم: مهما تريد (أي: اجتماع)\n" -#~ "- URL: http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (أي: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) لل يعط " -#~ "أحد على رأس هذه النافذة\n" -#~ "- قم بإلغاء تحديد \"المستخدم SSL\"\n" -#~ "- اسم المستخدم: اسم المستخدم الخاص بك (أي: تجريبي)\n" -#~ "- تحديث: في كل مرة تريد أن تطور مزامنة البيانات مع الخادم\n" -#~ "\n" -#~ "4. انقر فوق موافق وتعطي كلمة السر openerp\n" -#~ "\n" -#~ "5. وينبغي أن يكون الجدول الزمني الجديد اسمه مع الاسم الذي أعطيته أن يظهر على " -#~ "الجانب الأيسر. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " يتضمن هذا النموذج الوظائف الأساسية للنظام caldav مثل:\n" -#~ "- خادم WebDAV الذي يوفر الوصول عن بعد للجدول الزمني\n" -#~ "- تزامن التقويم باستخدام WebDAV\n" -#~ "- تخصيص الأحداث والسمة TODO مع أي من نموذج OpenERP\n" -#~ "- يوفر كال الاستيراد / التصدير وظيفيًا\n" -#~ "\n" -#~ "للوصول إلى الجدول الزمني باستخدام عملاء CalDAV، وأشر لهم:\n" -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "للوصول إلى OpenERP التقويم باستخدام بكال إلى موقع بعيد استخدام URL مثل:\n" -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ "حيث،\n" -#~ "اسم المضيف: المضيف الذي OpenERP الخادم (مع WebDAV) يعمل بنظام التشغيل\n" -#~ "المنفذ: المنفذ الذي OpenERP الملقم قيد التشغيل (افتراضيا: 8069)\n" -#~ "قاعدة البيانات_اسم: اسم قاعدة البيانات التي تم انشاء الجدول الزمني OpenERP " -#~ "عليها\n" -#~ "الجدول الزمني_اسم: اسم الجدول الزمني للوصول إلى\n" diff --git a/addons/caldav/i18n/bg.po b/addons/caldav/i18n/bg.po deleted file mode 100644 index f943269fa7d..00000000000 --- a/addons/caldav/i18n/bg.po +++ /dev/null @@ -1,819 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-21 11:00+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Име на файл" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Затвори" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Участник" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Предупреждение!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Обект" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Да се направи" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Услуги" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "За довършване" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Внасяне на ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Отказ" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Събитие" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Отваряне" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Тип" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Грешка!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Дата на създаване" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Директория" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Домейн" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Записване" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Собственик" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Календар" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Съобщение..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Директорията не може да наследява сама себе си!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Календари" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Името на директорията трябва да бъде уникално" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Израз" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Свързване на полета" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Друга информация" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Друг" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Функция" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Описание" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Успешно импортиране" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Импортиране" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Импортиране на събитие" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Интервал в часове" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Име на файл" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Име" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Аларма" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Подреждане" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Грешка!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Цвят" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Полета в календар" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Импортиране на съобщение" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Записване" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" diff --git a/addons/caldav/i18n/bn.po b/addons/caldav/i18n/bn.po deleted file mode 100644 index 93281058908..00000000000 --- a/addons/caldav/i18n/bn.po +++ /dev/null @@ -1,819 +0,0 @@ -# Bengali translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-09-25 17:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bengali \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-26 04:36+0000\n" -"X-Generator: Launchpad (build 16022)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" diff --git a/addons/caldav/i18n/ca.po b/addons/caldav/i18n/ca.po deleted file mode 100644 index 537ec8cb89a..00000000000 --- a/addons/caldav/i18n/ca.po +++ /dev/null @@ -1,1225 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:10+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relacions entre valors" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilitzat per a sincronització." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Fitxer" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exporta esdeveniment" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indica ruta del calendari remot" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importa fitxer .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Tanca" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Assistent" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No es pot relacionar un camp més d'una vegada" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendaris\" et permeten personalitzar l'agenda d'esdeveniments i tot " -"atribut amb qualsevol model d'OpenERP. Els Calendaris proporcionen " -"funcionalitat d'Importació/Exportació iCal. El servidor Webdav proporciona " -"accés remot al calendari. T'ajuda a sincronitzar calendaris de reunions amb " -"els clients de calendari. Podeu accedir als calendaris utilitzant clients de " -"CalDAV, com Sunbird, Avaluació del Calendari, Mòbil." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Avís!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objecte" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Pendents" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulari de preferències de l'usuari" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Serveis" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expressió com a constant" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolució" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "D'acord" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indiqueu una configuració correcta de \"%s\" en línies de calendari" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Data i hora en UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "PENDENT" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exporta ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Utilitza el camp" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No es pot crear la línia \"%s\" més d'una vegada" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Línies de calendari" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Subscriure esdeveniment" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importa un ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Canceŀla" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendari.esdeveniment" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Esdeveniment" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Col·lecció del calendari" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Error! No podeu crear directoris recursius." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Obre" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipus" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Desa en format .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Error !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributs del calendari" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploració de CalDav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositiu basat en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data de creació" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relacions entre atributs" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directori" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indica ruta del calendari remot" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domini" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subscriure" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietari" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendari" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Instal·leu python-vobject des de http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Format de ics incorrecte, el fitxer no es pot importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Camp d'OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurs" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Missatge..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Col·leccions de calendari" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "El mateix nom de fitxer no es pot associar a dos registres!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "El directori, no pot ser el seu propi pare!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendaris" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Col·lecció" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Data d'escriptura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "El nom del directori ha de ser únic!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferències de l'usuari" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Introduïu una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendari.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expressió" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendari.assistència" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendari.àlies" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Selecciona fitxer ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositius" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapa de camps" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Mostra CalDAV" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendari" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Altra info." - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Altres" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exporta també una entrada .ics al costat de la carpeta del calendari, amb el " -"contingut WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funció" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripció" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendari/línia a la qual aquesta relació es refereix." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relacions" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importació satisfactòria" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importa" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importa esdeveniment" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Interval en hores" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nom fitxer" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Subscriu a calendari remot" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Per als clients que ho suportin, el color de les entrades del calendari" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nom" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendari.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Els assistents han de tenir un identificador de correu electrònic" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exporta fitxer .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Error d'importació vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Desa fitxer ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Ordre" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Error!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "EL MEU" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Camps del calendari" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importa missatge" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Subscriure" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directori ha de tenir un pare o un emmagatzematge." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendari.tot" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Per als clients que ho suportin, l'ordre d'aquesta carpeta entre els " -"calendaris." - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indica ruta del calendari remot" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Aquest mòdul conté la funcionalitat bàsica per a un sistema caldav com:\n" -#~ " - Servidor WebDAV que proporciona accés remot al calendari\n" -#~ " - Sincronització del calendari utilitzant WebDAV\n" -#~ " - Esdeveniment de calendari personalitzat i atribut tot (per fer) amb " -#~ "qualsevol model d'OpenERP\n" -#~ " - Proporciona funcionalitat Importa/Exporta iCal\n" -#~ "\n" -#~ " Per accedir a calendaris utilitzant clients CalDAV, introduïu en ells " -#~ "l'adreça:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Per accedir al calendari OpenERP utilitzant WebCal a un lloc remot, " -#~ "introduïu la URL així:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " On,\n" -#~ " HOSTNAME: Host on el servidor OpenERP (amb webdav) s'executa\n" -#~ " PORT : Port on el servidor OpenERP s'executa (per defecte: 8069)\n" -#~ " DATABASE_NAME: Nom de la base de dades on el calendari OpenERP s'ha " -#~ "creat\n" -#~ " CALENDAR_NAME: Nom del calendari a accedir\n" - -#~ msgid "Select ICS file" -#~ msgstr "Selecciona fitxer ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Mostra CalDAV" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Comparteix calendari utilitzant CalDAV" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisit\n" -#~ "------------\n" -#~ "Si esteu utilitzant Thunderbird, primer heu d'instal·lar l'extensió " -#~ "Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "(o instal·lar-la utilitzant Eines -> Complements)\n" -#~ "\n" -#~ "Configuració\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ves a la vista Calendari\n" -#~ "\n" -#~ "2. Fitxer -> Nou calendari\n" -#~ "\n" -#~ "3. Seleccioneu \"A la xarxa\"\n" -#~ "\n" -#~ "4. Seleccioneu el format CalDAV\n" -#~ " i com a \"Ubicació\" la URL anterior (exemple: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Seleccioneu un nom i color per al calendari. Li aconsellem desmarcar " -#~ "\"Mostra alarmes\"\n" -#~ "\n" -#~ "6. Després introduïu el seu nom d'usuari i contrasenya d'OpenERP (per " -#~ "introduir la contrasenya marqueu l'opció \"Utilitza l'administrador de " -#~ "contrasenyes per recordar aquesta contrasenya\")\n" -#~ "\n" -#~ "7. Després Finalitzar, les seves reunions haurien d'aparèixer ara en la " -#~ "vista de calendari\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona accés remot al calendari\n" -#~ " * Sincronització del calendari utilitzant WebDAV\n" -#~ " * Personalitza esdeveniments del calendari i atributs de les tasques amb " -#~ "qualsevol mòdul d'OpenERP\n" -#~ " * Proporciona funcionalitat d'Importació/Exportació iCal\n" -#~ "\n" -#~ " Per accedir a calendaris utilitzant clients CalDAV, apunteu-los a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Per accedir al calendari d'OpenERP utilitzant WebCal en el lloc remot " -#~ "utilitzeu la URL com:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " On,\n" -#~ " HOSTNAME: Host en el qual s'està executant el servidor OpenERP (amb " -#~ "WebDAV)\n" -#~ " PORT: Port en el qual s'està executant el servidor OpenERP (per " -#~ "defecte: 8069)\n" -#~ " DATABASE_NAME: Nom de la base de dades en la qual està el Calendari " -#~ "d'OpenERP\n" -#~ " CALENDAR_NAME: Nom del calendari a accedir\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ves a la vista de Calendari\n" -#~ "\n" -#~ " 2. Fitxer -> Nou -> Calendari\n" -#~ "\n" -#~ " 3. Ompliu el formulari\n" -#~ " - Tipus: CalDAV\n" -#~ " - Nom: El que desitgeu (ex: Reunions)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ex: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrat " -#~ "en la part superior d'aquesta finestra\n" -#~ " - Desmarqueu \"Utilitza SSL\"\n" -#~ " - Usuari: El seu nom d'usuari (ex: Demo)\n" -#~ " - Actualitza: Període amb el qual voleu que Evolution sincronitzi " -#~ "les dades amb el servidor\n" -#~ "\n" -#~ " 4. Feu clic sobre Accepta i ingresseu la seva contrasenya d'OpenERP\n" -#~ "\n" -#~ " 5. Un nou calendari CalDAV amb el nom que vareu ingressar ha d'aparèixer " -#~ "en el costat esquerre. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Per a la configuració específica de SSL mireu la documentació a " -#~ "continuació\n" -#~ "\n" -#~ "Ara, per configurar el calendari, és necessari:\n" -#~ "\n" -#~ "1. Feu clic sobre \"Configuració\" i ves a la pàgina \"Correu, Contactes, " -#~ "Calendaris\"\n" -#~ "2. Ves a \"Agrega compte...\"\n" -#~ "3. Feu clic sobre \"Altres\"\n" -#~ "4. Des del grup \"Calendaris\" seleccioneu \"Agrega Compte CalDAV\"\n" -#~ "5. Ingresseu el nom del host \n" -#~ " (ex: si l'URL és http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com és el host)\n" -#~ "\n" -#~ "6. Empleneu Usuari i Contrasenya amb el seu usuari i contrasenya d'OpenERP\n" -#~ "\n" -#~ "7. Com a Descripció, podeu deixar el nom del servidor o\n" -#~ " alguna cosa així com \"Calendaris OpenERP\".\n" -#~ "\n" -#~ "8. Si no esteu utilitzant un servidor SSL, obtindreu un error, no es " -#~ "preocupeu i premeu a \"Continua\"\n" -#~ "\n" -#~ "9. A continuació, feu clic en \"Configuració avançada\" per especificar els\n" -#~ " ports i rutes correctes\n" -#~ " \n" -#~ "10. Especifiqueu el port per al servidor OpenERP: 8071 per SSL, 8069 sense " -#~ "SSL.\n" -#~ "\n" -#~ "11. Configureu el \"Compte URL\" a la ruta correcta del WebDAV OpenERP:\n" -#~ " la URL proposada per l'assistent (ex: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "\n" -#~ "12. Feu clic en Fet. El telèfon es connectarà amb el servidor OpenERP\n" -#~ " i comprovareu que podeu utilitzar el compte.\n" -#~ "\n" -#~ "13. Ves al menú principal de l'iPhone i ingresseu a l'aplicació Calendari.\n" -#~ " Els seus calendaris d'OpenERP seran visibles dins de la selecció del\n" -#~ " botó \"Calendaris\".\n" -#~ " Noteu que en crear una nova entrada de calendari, haureu d'especificar\n" -#~ " en quin calendari ha de desar-se.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Si necessiteu SSL (i el vostre certificat no està verificat, com és usual),\n" -#~ "primer haureu de dir-li a l'iPhone que confiï en ell. Seguiu aquests\n" -#~ "passos:\n" -#~ "\n" -#~ " s1. Obriu Safari i ingresseu l'ubicació HTTPS del servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assumint que teniu el servidor en \"my.server.ip\" i el port HTTPS\n" -#~ " és el valor per defecte 8071)\n" -#~ " s2. Safari intentarà connectar-se i emetrà un advertiment sobre el " -#~ "certificat\n" -#~ " utilitzat. Inspeccioneu el certificat i feu clic a \"Accepta\" perquè " -#~ "l'iPhone\n" -#~ " confieu en ell. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisit\n" -#~ "----------\n" -#~ "No hi ha forma interna de sincronitzar el calendari amb CalDAV\n" -#~ "Així que cal instal·lar programari de tercers: Calendari (CalDav)\n" -#~ "ara per ara és l'única forma\n" -#~ "\n" -#~ "Configuració\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Obriu Calendar Sync\n" -#~ " Obtindreu una interfície amb 2 pestanyes\n" -#~ " Quedeu-vos en la primera\n" -#~ " \n" -#~ "2. URL del Calendari CalDAV: Ingresseu la URL donada a dalt (ex: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Ingresseu el seu nom d'usuari i contrasenya d'OpenERP\n" -#~ "\n" -#~ "4. Si el servidor no utilitza SSL, rebreu un avís, respongueu \"Si\"\n" -#~ "\n" -#~ "5. Ara podeu sincronitzar manualment o personalitzar la configuració per " -#~ "sincronitzar cada x minuts.\n" -#~ " \n" -#~ " " diff --git a/addons/caldav/i18n/caldav.pot b/addons/caldav/i18n/caldav.pot deleted file mode 100644 index cdfd0be1490..00000000000 --- a/addons/caldav/i18n/caldav.pot +++ /dev/null @@ -1,786 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * caldav -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\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: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "\"Calendars\" allow you to Customize calendar event and todo attribute with any of OpenERP model.Caledars provide iCal Import/Export functionality.Webdav server that provides remote access to calendar.Help You to synchronize Meeting with Calendars client.You can access Calendars using CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL like:\n" -" http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck \"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -"" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "Also export a .ics entry next to the calendar folder, with WebCal content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - diff --git a/addons/caldav/i18n/da.po b/addons/caldav/i18n/da.po deleted file mode 100644 index 219b5bf0bf0..00000000000 --- a/addons/caldav/i18n/da.po +++ /dev/null @@ -1,819 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-27 08:43+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" diff --git a/addons/caldav/i18n/de.po b/addons/caldav/i18n/de.po deleted file mode 100644 index beb1d9c4ff2..00000000000 --- a/addons/caldav/i18n/de.po +++ /dev/null @@ -1,1415 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:28+0000\n" -"Last-Translator: Thorsten Vocks (OpenBig.org) \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapping Felder" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL für caldav Servers zur Datensynchronisation" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Vorbereitung\n" -"-------------------\n" -"In OpenERP funktioniert die integrierte Kalendersynchronisation per CalDAV " -"nicht auf Knopfdruck .\n" -"Sie müssen mindestens zusätzlich folgende Anwendung auf Ihrem System " -"installieren: \n" -"Kalender (CalDAV).\n" -"\n" -"\n" -"Konfiguration\n" -"-----------------\n" -"\n" -"1. Starte Kalender Synchronisation\n" -" Sie befinden sich in einem Fester mit 2 Aktenreitern\n" -" Bleiben Sie auf dem ersten Reiter.\n" -"\n" -"2. CaDAV Kalender URL: Geben Sie die o.a. URL ein (zum Beispiel: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Geben Sie Ihren openerp Benutzernamen und das Passwort ein\n" -"\n" -"4. Wenn Ihr Server nicht SSL verwendet, erhalten Sie eine Warnung, die Sie " -"mit \"Ja\" bestätigen können\n" -"\n" -"5. Dann können Sie entweder manuell synchronisieren oder Einstellungen " -"vornehmen, um alle x Minuten zu synchronisieren.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Dateiname" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportiere Terminiere" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Erfassen Sie den Pfad für Remote Kalender" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importiere .ics Datei" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "Beenden" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Teilnehmer" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Das Feld kann nur einmal zugewiesen werden." - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Kalender\" ermöglicht zu jedem OpenERP Model ein Kalenderereignis oder " -"eine Aufgabe zu definieren.\r\n" -"iCal Import/Expott Funktionalität.\r\n" -"WebDav ermölǵlicht externen Web Zugriff. \r\n" -"CalDav ermöglicht den Zugriff mit externen Programmen wie Sunbird.\r\n" -"Synchronisierung" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Warnung !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Zu erledigen" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Benutzereigenschaften" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Dienstleistungen" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Ausdruck als Konstante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "OK" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Wechseln Sie zur Kalenderansicht\n" -"\n" -" 2. Datei -> Neu -> Kalender\n" -"\n" -" 3. Füllen Sie das Formular aus:\n" -" - Typ: CalDav\n" -" - Bezeichnung: Geben Sie hier Ihre Bezeichnung ein (z.B. Termine)\n" -" - URL: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (z.B. " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings), siehe " -"oben im Fenster\n" -" - Deaktivieren Sie \"Benutzer SSL\"\n" -" - Benutzername: Ihr Benutzername (z.B. Demo)\n" -" - Aktualisieren: Jedesmal wenn Sie möchten, dass evolution die Daten " -"mit dem Server synchronisiert.\n" -"\n" -" 4. Klicken Sie auf OK und geben Sie das openerp Passwort ein\n" -"\n" -" 5. Ein neuer Kalender mit dem von Ihnen angegebenen Namen sollte auf der " -"linken Seite erscheinen.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Bitte erstellen Sie eine korrekte Konfiguration für \"%s\" in den Terminen." - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Caldav Server Name Konfiguration" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "CalDav Server" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Datum und Zeit in UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Offen" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportiere .ics" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Benutze dieses Feld" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Kann die Position \"%s\" nicht mehr als einmal erzeugen" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Webcal Kalendar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Kalenderzeilen" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Einschreiben Event" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Import .ics" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "Abbrechen" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Termin" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Gemeinsame Kalender" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Fehler! Sie können keine rekursiven Ordner erzeugen." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Öffnen" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Folgende" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Typ" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Speichern in .ics Format" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Fehler !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Kalender Merkmale" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav durchsuchen" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android OS Gerät" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Konfigurieren Sie Ihren OpenERP Servernamen. Zum Beispiel : " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Datum erstellt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Merkmale Zuordnung" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Verzeichnis" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Gebe Pfad an zum Remote Kalender" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domain" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "Abonnieren" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Besitzer" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalender" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Bitte installieren Sie python-vobject von " -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" -"Ungültiges Format der .ics Datei. Diese Datei kann nicht importiert werden." - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject Feld" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Ressource" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Nachricht..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Gemeinsame Kalender" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" -"Der gleiche Dateiname kann kann nicht für zwei Einträge gleichzeitig gelten" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Das Verzeichnis kann nicht sich selbst übergeordnet werden" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalender" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Verzeichnis" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Bearbeitet am" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" * Webdav Server bietet Ihnen Remote Access zum Kalender\n" -" * Synchronisation von Kalenderdaten durch WebDav Anwendung\n" -" * Personalisieren Sie Termin und Aufgaben Attribute der Kalender " -"abgestimmt zum OpenERP Modul\n" -" * Bietet ical Import / Export Funktion\n" -"\n" -"Um auf Kalender mit CalDAV-Anwendungen zuzugreifen, geben Sie die folgende " -"Verbindung ein:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Um OpenERP Kalender mit WebCal anzubinden, geben Sie auf der Remote " -"Seite diese URL ein:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" wobei folgendes gilt:\n" -" HOSTNAME: Host, auf dem der OpenERP Server (mit WebDAV) läuft\n" -" Port: Port, auf dem OpenERP Server läuft (standardmäßig: 8069)\n" -" DATABASE_NAME: Name der Datenbank, auf der OpenERP Kalender " -"erstellt wird\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Das Verzeichnis muss eindeutig sein" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Benutzer Eigenschaften" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Bitte definieren Sie eine existierende URL" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Ausdruck" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Wähle .ics Datei" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Geräte" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapping Felder" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Vorbereitung\n" -"-------------------\n" -"Wenn Sie Thunderbird benutzen, sollten Sie zuerst die Lightning Extension " -"installieren\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"Konfiguration\n" -"-------------------\n" -"\n" -"1. Gehen Sie zur Kalender Anzeige\n" -"\n" -"2. Datei -> Neuer Kalender\n" -"\n" -"3. Wählen Sie \"im Netzwerk\"\n" -"\n" -"4. Wählen Sie CalDAV als Format\n" -" und als Standort geben Sie die oben angegebenen URL ein (d.h.: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Wählen Sie eine Bezeichnung und eine beliebige Farbe für den Kalender, " -"und wir empfehlen Ihnen \"Alarm\" zu deaktivieren\n" -"\n" -"6. Dann geben Sie Ihre openerp Benutzer Login und Passwortdaten ein (um das " -"Passwort zu merken aktivieren Sie das Kontrollkästchen \"Password Manager " -"anwenden, um dieses Passwort zu speichern\"\n" -"\n" -"7. Dann auf den Button Fertig stellen klicken, wodurch Sie Ihre Meetings in " -"Ihrer Kalenderansicht sehen sollten\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Caldav durchsuchen" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Servername" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Weitere Info" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Anderes Gerät" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Mein(e) Kalender" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportiere zusätzlich einen .ics Eintrag mit WebCal Inhalt in das " -"Kalender Verzeichnis." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funktion" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Beschreibung" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Der Kalender / Eintrag zu dem die Zuordnung gehört" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Zuordnung" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Import erfolgreich" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "Import" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importiere Termin" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalle in Stunden" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Datei Name" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Abonniere Remote Kalender" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Für Clients die dieses unterstützen, die Anzeige der Farbe für Termine im " -"Kalender" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Name" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Benachrichtigung" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Teilnehmer muss EMail Addresse haben" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportiere .ics Datei" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject Importfehler!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Speichern .ics Datei" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" Die spezifische Dokumentation zur SSL-Konfiguration finden Sie hier\n" -"\n" -"Um Kalender einzurichten, gehen Sie wie folgt vor:\n" -"\n" -"1. Klicken Sie auf die \"Einstellungen\" und gehen Sie zur \"Mail, Kontakte, " -"Kalender\" Seite.\n" -"2. Gehen Sie auf \"Konto hinzufügen ...\"\n" -"3. Klicken Sie auf \"Andere\"\n" -"4. Aus der \"Kalender\"-Gruppe, wählen Sie \"CalDAV Konto hinzufügen\"\n" -"\n" -"5. Geben Sie die Bezeichnung des Hosts ein\n" -" (dh: wenn die URL http://openerp.com:8069/webdav/db_1/calendars/ ist " -"openerp.com der Host)\n" -"\n" -"6. Tragen Sie Ihren Benutzernamen und Passwort für OpenERP ein\n" -"\n" -"7. Das Feld Beschreibung können Sie entweder offen lassen, oder den Namen " -"des Servers oder\n" -" z.B. \"OpenERP Kalender\" eingeben.\n" -"\n" -"9. Wenn Sie keinen SSL-Server einsetzen, erhalten Sie eine Fehlermeldung, " -"den Sie einfach durch Klick auf \"Weiter\" übergehen können, \n" -"\n" -"10. Dann klicken Sie auf \"Erweiterte Einstellungen\" , um die richtigen " -"Adressen und Ports zu erfassen.\n" -"\n" -"11. Geben Sie den Port für den OpenERP Server ein: 8071 für SSL, 8069 ohne.\n" -"\n" -"12. Stellen Sie die \"URL\" auf die rechtige Adresse für OpenERP WebDAV " -"ein:\n" -" Korrekt ist die vom Assistenten angezeigte Adresse (z.B.: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"11. Klicken Sie auf Fertig. Die mobile Anwendung wird dann hoffentlich eine " -"Verbindung zum OpenERP Server\n" -" bekommen, damit Sie dieses Konto prüfen und verwenden können.\n" -"\n" -"12. Gehen Sie zum Hauptmenü, z.B. des iPhone und öffnen Sie die Kalender-" -"Anwendung.\n" -" Ihre OpenERP Kalender sollten innerhalb der Auswahl nach Klick auf " -"die\"Kalender\"-Taste\n" -" erscheinen.\n" -" Beachten Sie, dass Sie beim Erstellen eines neuen Kalender-Eintrags, " -"angeben werden muss,\n" -" in welchen Kalender der Termin gespeichert werden soll.\n" -"\n" -"Wenn Sie SSL nutzen (und Ihr Zertifikat ist wie oftmals nicht verifiziert), " -"dann müssen Sie als Erstes Ihrem iPhone \n" -"erlauben, eine Verbindung trotzdem herzustellen. Folgen Sie diesen " -"Schritten:\n" -"\n" -" 1. Öffnen Sie Safari und geben Sie den Speicherort des OpenERP HTTPS-" -"Server ein:\n" -" https://my.server.ip:8071/\n" -" (vorausgesetzt, Sie haben den Server auf \"my.server.ip\" und den " -"HTTPS-Port\n" -" ist der Standard Port 8071)\n" -" 2. Safari wird versuchen, eine Verbindung zu bekommen und eine Warnung " -"bezgl des Zertifikats\n" -" ausgeben. Überprüfen Sie das Zertifikat aus und klicken Sie " -"\"Akzeptieren\", so dass das iPhone\n" -" diese URL Adresse als vertrauenswürdig betrachtet .\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Auftrag" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Fehler!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Farbe" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MJ" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Kalender Dateien" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importiere Nachricht" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Abonnieren" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" -"Das Verzeichnis muss ein Hauptverzeichnis oder einen Speicher zugewiesen " -"haben" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Für Kalender die dieses unterstützen, die Reihenfolge bei der Ansicht" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Das Objekt muss mit einem x_ beginnen und darf keine Sonderzeichen " -#~ "beinhalten !" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Erfassen Sie den Pfad für Remote Kalender" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Gemeinsame Kalender mit WebDav" - -#~ msgid "Select ICS file" -#~ msgstr "Wähle .ics Datei" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Dieses Modul beinhaltet die Basisfunktionen für ein caldav " -#~ "Kalendersystem: \n" -#~ " - WebDav Server, für den Remote Zugriff auf einen Kalender\n" -#~ " - Synchronisation von Kalendern durch CalDav Nutzung\n" -#~ " - Individuelle Konfiguration der Attribute Termin und Aufgabe für alle " -#~ "OpenERP Objekte\n" -#~ " - Bereitstellung von ical Import/Export Funktionalität\n" -#~ "\n" -#~ " Für einen Zugriff auf Kalender durch CalDav fähige Anwendungen, " -#~ "verwenden Sie folgende Adresse:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Für einen Remote Zugriff auf OpenERP Kalender via WebCal verwenden Sie " -#~ "folgendes Adressmuster:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " wobei folgendes gilt:\n" -#~ " HOSTNAME: Host auf dem der OpenERP Server (mit WebDav) läuft\n" -#~ " PORT: Port auf dem der OpenERP Server läuft (Standard: 8069)\n" -#~ " DATABASE_NAME: Name der Datenbank mit dem erstellten OpenERP " -#~ "Kalender\n" -#~ " CALENDAR_NAME: Name des Kalenders, der verbunden werden soll\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Erforderliche Vorbereitungen\n" -#~ "----------------------------------------\n" -#~ "Wenn Sie Thunderbird benutzen, müssen Sie zuerst dort das Lightning Kalender " -#~ "Plugin installieren\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "Konfiguration\n" -#~ "-------------------\n" -#~ "\n" -#~ "1. Gehen Sie zur Kalenderansicht\n" -#~ "\n" -#~ "2. Datei -> Neuer Kalender\n" -#~ "\n" -#~ "3. Wählen Sie \"Im Netzwerk\"\n" -#~ "\n" -#~ "4. Wählen Sie als Format CalDav\n" -#~ " und als URL nach dem obigen Muster (z.B. " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Wählen Sie einen Namen und eine Farbe für den Kalender, wir empfehlen " -#~ "außerdem die Benachrichtung zu deaktivieren.\n" -#~ "\n" -#~ "6. Dann geben Sie die OpenERP Anmeldedaten an (aktivieren Sie \"Benutze " -#~ "Passwort Manager zur Speicherung der Anmeldung\")\n" -#~ "\n" -#~ "7. Abschließend beenden Sie des Assistenten, damit Ihre Termine in der " -#~ "Kalenderansicht erscheinen\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * WEBDAV Server ermöglichen einen Remote Zugriff auf Kalender.\n" -#~ " * Eine Synchronisation von Terminkalendern erfolgt durch den Einsatz von " -#~ "WEBDAV\n" -#~ " * Konfigurieren Sie die Attribute von Terminen und Aufgaben innerhalb der " -#~ "OpenERP Anwendungen\n" -#~ " * Möglichkeit einer Anwendung von ical Import/Export Funktionen\n" -#~ "\n" -#~ " Um Kalender über CalDav Clients zu nutzen, geben Sie dort folgendes " -#~ "Adressmuster an:\n" -#~ " http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/\n" -#~ " Um OpenERP Kalender durch WebCal remote anzubinden, verwenden Sie " -#~ "folgendes URL Adressmuster:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Wobei folgendes gilt:\n" -#~ " HOSTNAME: Host auf dem der OpenERP Server (mit webdav) läuft\n" -#~ " PORT : Port auf dem der OpenERP Server läuft (Standard : 8069)\n" -#~ " DATABASE_NAME: Datenbank auf der ein OpenERP Kalender erzeugt wurde\n" -#~ " CALENDAR_NAME: Bezeichnung des Kalenders\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Für eine SSL spezifische Konfiguration lesen Sie bitte die folgenden " -#~ "Ausführungen:\n" -#~ "\n" -#~ "Für das Setup Ihres Kalenders benötigen Sie folgende Schritte:\n" -#~ "\n" -#~ "1. Klicken Sie auf \"Konfiguration\" und wechseln Sie zur \"EMail, " -#~ "Kontakte, Kalender\" Seite.\n" -#~ "\n" -#~ "2. Gehen Sie zu \"Hinzufügen Benutzer Account\"\n" -#~ "\n" -#~ "3. Klicken Sie auf \"Weitere\"\n" -#~ "\n" -#~ "4. Über die \"Kalender\" Gruppe klicken Sie auf: \"Hinzufügen CalDAV " -#~ "Konto\"\n" -#~ "\n" -#~ "5. Geben Sie die Adresse des Hosts ein\n" -#~ " (z.B. : url ist http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com ist der Host)\n" -#~ "\n" -#~ "6. Tragen Sie die OpenERP Anmeldedaten ein\n" -#~ "\n" -#~ "7. Als Beschreibung können Sie entweder den Servernamen belassen oder\n" -#~ " Sie verwenden eine Bezeichnung wie \"OpenERP Kalender\".\n" -#~ "\n" -#~ "9. Wenn Sie keinen SSL Server verwenden, erhalten Sie einen Fehler, den Sie " -#~ "vernachlässigen können und auf \"Weiter\" klicken.\n" -#~ "\n" -#~ "10. Dann klicken Sie auf \"Erweiterte Konfiguration\" und spezifizieren dir " -#~ "richtigen Ports und Pfade. \n" -#~ " \n" -#~ "11. Spezifizieren Sie die korrekten Ports für den OpenERP Server: 8071 für " -#~ "SSL, 8069 ohne SSL.\n" -#~ "\n" -#~ "12. Tragen Sie die \"Amelde URL\" für den richtigen Pfad zu OpenERP CalDav " -#~ "ein:\n" -#~ " Die URL (ie : http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "13. Klicken Sie auf \"Erledigt\". Das iphone wird sich dann hoffentlich mit " -#~ "dem OpenERP Server verbinden lassen\n" -#~ " und prüfen, ob es das angegebene Benutzerkonto verwenden darf.\n" -#~ "\n" -#~ "\n" -#~ "14. Wechseln Sie zum iPhone and erfassen Sie die Kalender Anwendung.\n" -#~ " Ihre OpenERP Kalender werden immer durch Klick auf den \"Kalender\" " -#~ "Button sichtbar\n" -#~ " \"Calendars\" button.\n" -#~ " Beachten Sie, dass Sie bei der Erstellung von Terminen immer auswählen, " -#~ "in welchen Kalender\n" -#~ " gespeichert werden soll.\n" -#~ "\n" -#~ "Wenn Sie SSL benötigen (und Ihr Zertifikat ist kein verfifiziertes " -#~ "Zertifikat, welches oftmals der Fall ist),\n" -#~ "müssen Sie zuerst dafür sorgen, dass Ihr iphone das Zertifikat trotzdem als " -#~ "vertrauenswürdig akzeptiert.\n" -#~ "Folgen Sie hierzu den folgenden Schritten:\n" -#~ "\n" -#~ " Schritt 1: Öffnen Sie den Safari Browser und geben Sie ide https " -#~ "Verbindung zu Ihrem OpenERP Server ein:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (unter der Annahme, dass Ihr Server unter \"my.server.ip\" " -#~ "erreichbar ist und der HTTPS Port des\n" -#~ " Servers dem Standard 8071 entspricht)\n" -#~ " Schritt 2: Safari wird einen Verbindungsversuch unternehmen und einen " -#~ "Warnhinweis zum Zertifkat\n" -#~ " ausgeben. Prüfen Sie Ihr Zertifikat und klicken Sie auf " -#~ "\"Vertrauen\", damit das iphone das Zertifikat\n" -#~ " als vertrauenswürdig annimmt. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Gehen Sie zur Kalenderansicht\n" -#~ "\n" -#~ " 2. Datei -> Neu -> Kalender\n" -#~ "\n" -#~ " 3. Füllen Sie das Formular aus:\n" -#~ " - Typ : CalDav\n" -#~ " - Bezeichnugn : Ihre freie Wahl (z.B. : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (z.B. : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings), den Pfad " -#~ "finden Sie im Kopfbereich dieses Fensters\n" -#~ " - Deaktivieren Sie \"User SSL\"\n" -#~ " - Benutzer : Ihr Benutzername (z.B. : Demo)\n" -#~ " - Aktualisierung : Jedesmal, wenn Sie die Daten der " -#~ "Kalenderanwendung mit dem Server synchronisieren wollen.\n" -#~ "\n" -#~ " 4. Klicken Sie OK und geben Sie die OpenERP Anmeldedaten ein\n" -#~ "\n" -#~ " 5. Ein neuer Kalender, mit der von Ihnen hinterlegten Bezeichnung sollte " -#~ "jetzt auf der linken Seite erscheinen. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Vorbereitungen\n" -#~ "----------------------\n" -#~ "\n" -#~ "Es existiert kein allgemeingültiger Weg für eine OpenERP - CalDAV " -#~ "Kalendersynchronisation.\n" -#~ "Insofern müssen Sie zunächst eine Drittanwendung installieren: Calendar " -#~ "(CalDav) \n" -#~ "Aktuell ist dieses die einzige Möglichkeit.\n" -#~ "\n" -#~ "Konfiguration\n" -#~ "-------------------\n" -#~ "\n" -#~ "1. Öffnen Sie Calendar Syn\n" -#~ " Sie erhalten eine Anwendung mit 2 Aktenreitern\n" -#~ " Verbleiben Sie auf dem ersten Reiter\n" -#~ " \n" -#~ "2. CalDav Calendar URL: Tragen Sie die obige URL ein (z.B. " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Tragen Sie den OpenERP Benutzer und das Passwort ein\n" -#~ "\n" -#~ "4. Wenn Ihr Server kein SSL unterstützt, erhalten Sie eine Warnmeldung, die " -#~ "Sie mit \"Ja\" bestätigen.\n" -#~ "\n" -#~ "5. Dann synchronisieren Sie manuell oder konfigurieren Sie eine automatische " -#~ "Synchronisation, die alle x Minuten startet.\n" -#~ " \n" -#~ " " - -#~ msgid "Browse caldav" -#~ msgstr "Caldav durchsuchen" diff --git a/addons/caldav/i18n/el.po b/addons/caldav/i18n/el.po deleted file mode 100644 index e7f838af479..00000000000 --- a/addons/caldav/i18n/el.po +++ /dev/null @@ -1,822 +0,0 @@ -# Greek translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:56+0000\n" -"Last-Translator: Dimitris Andavoglou \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Όνομα αρχείου" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Εξαγωγή Γεγονότος" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Εισαγωγή ics. αρχείου" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Κλείσιμο" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Συμμετέχοντας" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Προειδοποίηση!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Αντικείμενο" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "ΟΚ" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TODO" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Εξαγωγή ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Χρησιμοποίησε το πεδίο" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Γραμμές Ημερολογίου" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Εισαγωγή ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Άκυρο" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Συμβάν" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Σφάλμα! Δεν μπορείτε να δημιουργήσετε επαναλαμβανόμενους φακέλλους." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Τύπος" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Αποθήκευση σε .ics μορφή" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Σφάλμα!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Κατάλογος" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Τομέας" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Συνδρομή" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Κάτοχος" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Ημερολόγιο" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Ημερολόγια" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Συλλογή" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Αυτό το όνομα διαδρομής πρέπει να είναι μοναδικό" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Έκφραση" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Επιλογή" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Άλλες πληροφορίες" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Λειτουργία" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Περιγραφή" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Αντιστοίχηση" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Εισαγωγή" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Εισαγωγή Συμβάν" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Όνομα αρχείου" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Σφάλμα!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Select ICS file" -#~ msgstr "Επιλογή" diff --git a/addons/caldav/i18n/es.po b/addons/caldav/i18n/es.po deleted file mode 100644 index 55eaa1269c9..00000000000 --- a/addons/caldav/i18n/es.po +++ /dev/null @@ -1,1227 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:34+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del fichero" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar fichero .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendarios\" te permiten personalizar agenda de eventos y todo atributo " -"con cualquier modelo de OpenERP. Los Calendarios proporcionan funcionalidad " -"de Importación/Exportación iCal. El servidor Webdav proporciona acceso " -"remoto al calendario. Te ayuda a sincronizar calendarios de reuniones con " -"los clientes de calendario. Puedes acceder a los calendarios usando clientes " -"de CalDAV, como Sunbird, Evaluación del Calendario, Móvil." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Fecha y hora en UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "PENDIENTE" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Seleccionar fichero ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Mostrar CalDAV" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otros" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Función" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del fichero" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar fichero .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "¡Error de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar fichero ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orden" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos del calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaje" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Suscribir" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directorio debe tener un padre o un almacenamiento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que lo soporten, el orden de esta carpeta entre los " -"calendarios." - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indicar ruta del calendario remoto" - -#~ msgid "Select ICS file" -#~ msgstr "Seleccionar fichero ICS" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartir calendario usando CalDAV" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contiene la funcionalidad básica para un sistema caldav " -#~ "como: \n" -#~ " - Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " - Sincronización del calendario utilizando WebDAV\n" -#~ " - Evento de calendario personalizado y atributo todo (por hacer) con " -#~ "cualquier modelo de OpenERP\n" -#~ " - Proporciona funcionalidad Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -#~ "la dirección:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -#~ "introduzca la URL así:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -#~ " PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -#~ "8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos donde el calendario " -#~ "OpenERP se ha creado\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "------------\n" -#~ "Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "(o instalarla usando Herramientas -> Complementos)\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ir a la vista Calendario\n" -#~ "\n" -#~ "2. Archivo -> Nuevo calendario\n" -#~ "\n" -#~ "3. Seleccionar \"En la red\"\n" -#~ "\n" -#~ "4. Seleccionar el formato CalDAV\n" -#~ " y como \"Ubicación\" la URL anterior (ejemplo: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -#~ "desmarcar \"Mostrar alarmas\"\n" -#~ "\n" -#~ "6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -#~ "introducir la contraseña marque la opción \"Utilizar el administrador de " -#~ "contraseñas para recordar esta contraseña\")\n" -#~ "\n" -#~ "7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -#~ "calendario\n" - -#~ msgid "Browse caldav" -#~ msgstr "Mostrar CalDAV" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " * Sincronización del calendario usando WebDAV\n" -#~ " * Personaliza eventos del calendario y atributos de las tareas con " -#~ "cualquier módulo de OpenERP\n" -#~ " * Proporciona funcionalidad de Importación/Exportación iCal\n" -#~ "\n" -#~ " Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -#~ "la URL como:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -#~ "WebDAV)\n" -#~ " PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -#~ "defecto: 8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos en la que está el " -#~ "Calendario de OpenERP\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir a la vista de Calendario\n" -#~ "\n" -#~ " 2. Archivo -> Nuevo -> Calendario\n" -#~ "\n" -#~ " 3. Llene el formulario \n" -#~ " - Tipo: CalDAV\n" -#~ " - Nombre: El que desee (ejm: Reuniones)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -#~ "en la parte superior de esta ventana\n" -#~ " - Desmarque \"Usar SSL\"\n" -#~ " - Usuario: Su nombre de usuario (ejm: Demo)\n" -#~ " - Actualizar: Período con el que quiere que Evolution sincronice los " -#~ "datos con el servidor\n" -#~ "\n" -#~ " 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -#~ "\n" -#~ " 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -#~ "aparecer en el lado izquierdo. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "----------\n" -#~ "No hay forma interna de sincronizar el calendario con CalDAV\n" -#~ "Así que hay que instalar software de terceros: Calendario (CalDav) \n" -#~ "por ahora es la única forma\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Abra Calendar Sync\n" -#~ " Obtendrá un interfaz con 2 pestañas\n" -#~ " Permanezca en la primera\n" -#~ " \n" -#~ "2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -#~ "\n" -#~ "5. Ahora puede sincronizar manualmente o personalizar la configuración " -#~ "parasincronizar cada x minutos.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para la configuración específica de SSL vea la documentación a " -#~ "continuación\n" -#~ "\n" -#~ "Ahora, para configurar el calendario, es necesario:\n" -#~ "\n" -#~ "1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -#~ "Calendarios\"\n" -#~ "2. Vaya a \"Agregar cuenta...\"\n" -#~ "3. Haga clic sobre \"Otras\"\n" -#~ "4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -#~ "5. Ingrese el nombre del host \n" -#~ " (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com es el host)\n" -#~ "\n" -#~ "6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "7. Como Descripción, puede dejar el nombre del servidor o\n" -#~ " algo así como \"Calendarios OpenERP\".\n" -#~ "\n" -#~ "8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -#~ "pulse en \"Continuar\"\n" -#~ "\n" -#~ "9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -#~ "los\n" -#~ " puertos y rutas correctos\n" -#~ " \n" -#~ "10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -#~ "SSL.\n" -#~ "\n" -#~ "11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -#~ " la URL propuesta por el asistente (ejm: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -#~ " y comprobará que puede utilizar la cuenta.\n" -#~ "\n" -#~ "13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -#~ " Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -#~ " botón \"Calendarios\".\n" -#~ " Note que al crear una nueva entrada de calendario, tendrá que " -#~ "especificar\n" -#~ " en qué calendario debe guardarse.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -#~ "primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -#~ "pasos:\n" -#~ "\n" -#~ " s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -#~ "HTTPS\n" -#~ " es el valor por defecto 8071)\n" -#~ " s2. Safari intentará conectarse y emitirá una advertencia sobre el " -#~ "certificado\n" -#~ " utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -#~ "que el iPhone\n" -#~ " confíe en él. \n" -#~ " " diff --git a/addons/caldav/i18n/es_CR.po b/addons/caldav/i18n/es_CR.po deleted file mode 100644 index 2dc081d85e5..00000000000 --- a/addons/caldav/i18n/es_CR.po +++ /dev/null @@ -1,1393 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 18:01+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Prerequire\n" -"----------\n" -"No hay manera buit-in para sincronizar el calendario con CalDAV.\n" -"Así que hay que instalar un software de tercera parte: Calendario (CalDAV)\n" -"por ahora es el único\n" -"\n" -"configuración\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" Voy a tener una interfaz con pestañas 2\n" -" Manténgase en la primera una\n" -"\n" -"2. CaDAV Calendario URL: poner la URL indicada anteriormente (es decir: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Ponga su nombre de usuario y contraseña openerp\n" -"\n" -"4. Si el servidor no usa SSL, usted obtendrá un warnign, diga \"Sí\"\n" -"\n" -"5. A continuación, puede sincronizar de forma manual o por costumbre estos " -"valores para sincronizar cada x minutos.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del fichero" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar fichero .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendarios\" te permiten personalizar agenda de eventos y todo atributo " -"con cualquier modelo de OpenERP. Los Calendarios proporcionan funcionalidad " -"de Importación/Exportación iCal. El servidor Webdav proporciona acceso " -"remoto al calendario. Te ayuda a sincronizar calendarios de reuniones con " -"los clientes de calendario. Puedes acceder a los calendarios usando clientes " -"de CalDAV, como Sunbird, Evaluación del Calendario, Móvil." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Ir al Calendario\n" -"\n" -" 2. Archivo -> Nuevo -> Calendario\n" -"\n" -" 3. Rellene el formulario\n" -" - Tipo: CalDav\n" -" - Nombre: Whaterver desea (es decir: Reunión)\n" -" - Url: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (es decir: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) el una " -"propuesta en la parte superior de esta ventana\n" -" - Desmarque la opción \"Usuario SSL\"\n" -" - Nombre de Usuario: Su nombre de usuario (es decir: Demo)\n" -" - Actualizar: cada vez que quiere que la evolución sincronizar los " -"datos con el servidor\n" -"\n" -" 4. Haga clic en Aceptar y dar su contraseña openerp\n" -"\n" -" 5. Un nuevo calendario llamado con el nombre que le dio debe aparecer " -"en el lado izquierdo.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Configuración de CalDAV de nombre de host" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Fecha y hora en UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "PENDIENTE" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Calendario Web Cal" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Siguiente" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Configure el nombre de host OpenERP. Por ejemplo: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" * Servidor WebDAV que proporciona acceso remoto al calendario\n" -" * Sincronización de calendario mediante WebDAV\n" -" * Personalizar calendario de eventos y atributos Todo con cualquiera de " -"modelo de OpenERP\n" -" * Proporciona iCal Import / Export funcionalidad\n" -"\n" -" Para acceder a calendarios CalDAV con los clientes, que apuntan a:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para acceder a Calendario OpenERP con WebCal al sitio remoto utilizar " -"la dirección URL como:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Cuando,\n" -" HOSTNAME: host en el que el servidor OpenERP (con WebDAV) se está " -"ejecutando\n" -" PORT: Puerto en el que el servidor OpenERP se está ejecutando (por " -"defecto: 8069)\n" -" DATABASE_NAME: Nombre de la base de datos en el que se crea OpenERP " -"Calendario\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Prerequire\n" -"----------\n" -"Si está utilizando Thunderbird, en primer lugar es necesario instalar el " -"módulo de rayos\n" -"http://www.mozilla.org/projects/calendar/lightning/~~V\n" -"\n" -"configuración\n" -"-------------\n" -"\n" -"1. Ir al Calendario\n" -"\n" -"2. Archivo -> Nuevo Calendario\n" -"\n" -"3. Consumirlas \"en la red\"\n" -"\n" -"4. Elegir formato de CalDav\n" -" y como la ubicación de la URL indicada anteriormente (es decir: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Elegir un nombre y un color para el calendario, y le aconsejamos que " -"desactive la casilla \"alarma\"\n" -"\n" -"6. Luego ponga su nombre de usuario y contraseña OpenERP (para dar la " -"contraseña sólo marcar la casilla \"Password Manager utiliza para recordar " -"esta contraseña\"\n" -"\n" -"7. A continuación, en Finalizar, sus reuniones deberían aparecer ahora en la " -"vista de calendario\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Nombre de Máquina" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otros" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Mi Calendario(s)" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Función" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com or companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del fichero" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar fichero .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "¡Error de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar fichero ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" Para la configuración específica de SSL consulte la documentación " -"siguiente\n" -"\n" -"Ahora, para configurar los calendarios, es necesario:\n" -"\n" -"1. Haga clic en \"Configuración\" e ir a la \"Mail, Contactos, Calendarios\" " -"de la página.\n" -"2. Vaya a \"Añadir cuenta ...\"\n" -"3. Haga clic en \"Otro\"\n" -"4. Desde el \"Calendarios\" del grupo, seleccione \"Añadir cuenta CalDAV\"\n" -"\n" -"5. Escriba el nombre del host\n" -" (es decir: si la URL es http://openerp.com:8069/webdav/db_1/calendars/, " -"openerp.com es el anfitrión)\n" -"\n" -"6. Llena nombre de usuario y contraseña con su nombre de usuario y " -"contraseña openerp\n" -"\n" -"7. Como descripción, puede dejar el nombre del servidor o\n" -" algo así como \"calendarios\" OpenERP.\n" -"\n" -"9. Si usted no está usando un servidor SSL, usted obtiene un error, no se " -"preocupe y pulse en \"Continuar\"\n" -"\n" -"10. A continuación, haga clic en \"Configuración avanzada\" para especificar " -"el derecho de\n" -" puertos y caminos.\n" -"\n" -"11. Especifique el puerto para el servidor de OpenERP: 8071 para SSL, 8069 " -"sin.\n" -"\n" -"12. Establecer la \"URL de la cuenta\" por el camino correcto de la webdav " -"OpenERP:\n" -" la url dada por el asistente (es decir: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"11. Haga clic en Hecho. El teléfono se espera que conectarse al servidor de " -"OpenERP\n" -" y verificar que se puede utilizar la cuenta.\n" -"\n" -"12. Ir al menú principal del iPhone y entrar en la aplicación Calendario.\n" -" Sus calendarios OpenERP será visible dentro de la selección del\n" -" \"Calendarios\" botón.\n" -" Tenga en cuenta que cuando se crea una nueva entrada de agenda, se " -"tendrá que especificar\n" -" el calendario que debe ser guardado en el.\n" -"\n" -"Cuando usted necesite SSL (y su certificado no es un comprobado, como de " -"costumbre),\n" -"entonces primero tendrá que dejar que la confianza que el iPhone. siga " -"estas\n" -"pasos:\n" -"\n" -" s1. Abre Safari e introduzca la ubicación del servidor https OpenERP:\n" -" https://my.server.ip:8071/\n" -" (suponiendo que tiene el servidor en \"my.server.ip\" y el puerto " -"HTTPS\n" -" El valor predeterminado es 8071)\n" -" S2. Safari intentará conectarse y emitir una advertencia sobre el " -"certificado\n" -" utilizada. Inspeccione el certificado y haga clic en \"Aceptar\", de " -"modo que el iPhone\n" -" ahora se confía.\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orden" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos del calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaje" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Suscribir" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directorio debe tener un padre o un almacenamiento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que lo soporten, el orden de esta carpeta entre los " -"calendarios." - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indicar ruta del calendario remoto" - -#~ msgid "Select ICS file" -#~ msgstr "Seleccionar fichero ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Mostrar CalDAV" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartir calendario usando CalDAV" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contiene la funcionalidad básica para un sistema caldav " -#~ "como: \n" -#~ " - Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " - Sincronización del calendario utilizando WebDAV\n" -#~ " - Evento de calendario personalizado y atributo todo (por hacer) con " -#~ "cualquier modelo de OpenERP\n" -#~ " - Proporciona funcionalidad Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -#~ "la dirección:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -#~ "introduzca la URL así:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -#~ " PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -#~ "8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos donde el calendario " -#~ "OpenERP se ha creado\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "------------\n" -#~ "Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "(o instalarla usando Herramientas -> Complementos)\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ir a la vista Calendario\n" -#~ "\n" -#~ "2. Archivo -> Nuevo calendario\n" -#~ "\n" -#~ "3. Seleccionar \"En la red\"\n" -#~ "\n" -#~ "4. Seleccionar el formato CalDAV\n" -#~ " y como \"Ubicación\" la URL anterior (ejemplo: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -#~ "desmarcar \"Mostrar alarmas\"\n" -#~ "\n" -#~ "6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -#~ "introducir la contraseña marque la opción \"Utilizar el administrador de " -#~ "contraseñas para recordar esta contraseña\")\n" -#~ "\n" -#~ "7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -#~ "calendario\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " * Sincronización del calendario usando WebDAV\n" -#~ " * Personaliza eventos del calendario y atributos de las tareas con " -#~ "cualquier módulo de OpenERP\n" -#~ " * Proporciona funcionalidad de Importación/Exportación iCal\n" -#~ "\n" -#~ " Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -#~ "la URL como:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -#~ "WebDAV)\n" -#~ " PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -#~ "defecto: 8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos en la que está el " -#~ "Calendario de OpenERP\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir a la vista de Calendario\n" -#~ "\n" -#~ " 2. Archivo -> Nuevo -> Calendario\n" -#~ "\n" -#~ " 3. Llene el formulario \n" -#~ " - Tipo: CalDAV\n" -#~ " - Nombre: El que desee (ejm: Reuniones)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -#~ "en la parte superior de esta ventana\n" -#~ " - Desmarque \"Usar SSL\"\n" -#~ " - Usuario: Su nombre de usuario (ejm: Demo)\n" -#~ " - Actualizar: Período con el que quiere que Evolution sincronice los " -#~ "datos con el servidor\n" -#~ "\n" -#~ " 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -#~ "\n" -#~ " 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -#~ "aparecer en el lado izquierdo. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "----------\n" -#~ "No hay forma interna de sincronizar el calendario con CalDAV\n" -#~ "Así que hay que instalar software de terceros: Calendario (CalDav) \n" -#~ "por ahora es la única forma\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Abra Calendar Sync\n" -#~ " Obtendrá un interfaz con 2 pestañas\n" -#~ " Permanezca en la primera\n" -#~ " \n" -#~ "2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -#~ "\n" -#~ "5. Ahora puede sincronizar manualmente o personalizar la configuración " -#~ "parasincronizar cada x minutos.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para la configuración específica de SSL vea la documentación a " -#~ "continuación\n" -#~ "\n" -#~ "Ahora, para configurar el calendario, es necesario:\n" -#~ "\n" -#~ "1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -#~ "Calendarios\"\n" -#~ "2. Vaya a \"Agregar cuenta...\"\n" -#~ "3. Haga clic sobre \"Otras\"\n" -#~ "4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -#~ "5. Ingrese el nombre del host \n" -#~ " (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com es el host)\n" -#~ "\n" -#~ "6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "7. Como Descripción, puede dejar el nombre del servidor o\n" -#~ " algo así como \"Calendarios OpenERP\".\n" -#~ "\n" -#~ "8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -#~ "pulse en \"Continuar\"\n" -#~ "\n" -#~ "9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -#~ "los\n" -#~ " puertos y rutas correctos\n" -#~ " \n" -#~ "10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -#~ "SSL.\n" -#~ "\n" -#~ "11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -#~ " la URL propuesta por el asistente (ejm: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -#~ " y comprobará que puede utilizar la cuenta.\n" -#~ "\n" -#~ "13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -#~ " Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -#~ " botón \"Calendarios\".\n" -#~ " Note que al crear una nueva entrada de calendario, tendrá que " -#~ "especificar\n" -#~ " en qué calendario debe guardarse.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -#~ "primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -#~ "pasos:\n" -#~ "\n" -#~ " s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -#~ "HTTPS\n" -#~ " es el valor por defecto 8071)\n" -#~ " s2. Safari intentará conectarse y emitirá una advertencia sobre el " -#~ "certificado\n" -#~ " utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -#~ "que el iPhone\n" -#~ " confíe en él. \n" -#~ " " diff --git a/addons/caldav/i18n/es_EC.po b/addons/caldav/i18n/es_EC.po deleted file mode 100644 index 0a7666a7a80..00000000000 --- a/addons/caldav/i18n/es_EC.po +++ /dev/null @@ -1,1216 +0,0 @@ -# Spanish (Ecuador) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-02-23 23:57+0000\n" -"Last-Translator: Mario Andrés Correa \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar archivo .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Participante" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Advertencia!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Por hacer" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha de escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otro" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Función" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del archivo" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indicar ruta del calendario remoto" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "------------\n" -#~ "Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "(o instalarla usando Herramientas -> Complementos)\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ir a la vista Calendario\n" -#~ "\n" -#~ "2. Archivo -> Nuevo calendario\n" -#~ "\n" -#~ "3. Seleccionar \"En la red\"\n" -#~ "\n" -#~ "4. Seleccionar el formato CalDAV\n" -#~ " y como \"Ubicación\" la URL anterior (ejemplo: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -#~ "desmarcar \"Mostrar alarmas\"\n" -#~ "\n" -#~ "6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -#~ "introducir la contraseña marque la opción \"Utilizar el administrador de " -#~ "contraseñas para recordar esta contraseña\")\n" -#~ "\n" -#~ "7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -#~ "calendario\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " * Sincronización del calendario usando WebDAV\n" -#~ " * Personaliza eventos del calendario y atributos de las tareas con " -#~ "cualquier módulo de OpenERP\n" -#~ " * Proporciona funcionalidad de Importación/Exportación iCal\n" -#~ "\n" -#~ " Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -#~ "la URL como:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -#~ "WebDAV)\n" -#~ " PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -#~ "defecto: 8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos en la que está el " -#~ "Calendario de OpenERP\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir a la vista de Calendario\n" -#~ "\n" -#~ " 2. Archivo -> Nuevo -> Calendario\n" -#~ "\n" -#~ " 3. Llene el formulario \n" -#~ " - Tipo: CalDAV\n" -#~ " - Nombre: El que desee (ejm: Reuniones)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -#~ "en la parte superior de esta ventana\n" -#~ " - Desmarque \"Usar SSL\"\n" -#~ " - Usuario: Su nombre de usuario (ejm: Demo)\n" -#~ " - Actualizar: Período con el que quiere que Evolution sincronice los " -#~ "datos con el servidor\n" -#~ "\n" -#~ " 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -#~ "\n" -#~ " 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -#~ "aparecer en el lado izquierdo. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contiene la funcionalidad básica para un sistema caldav " -#~ "como: \n" -#~ " - Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " - Sincronización del calendario utilizando WebDAV\n" -#~ " - Evento de calendario personalizado y atributo todo (por hacer) con " -#~ "cualquier modelo de OpenERP\n" -#~ " - Proporciona funcionalidad Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -#~ "la dirección:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -#~ "introduzca la URL así:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -#~ " PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -#~ "8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos donde el calendario " -#~ "OpenERP se ha creado\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "----------\n" -#~ "No hay forma interna de sincronizar el calendario con CalDAV\n" -#~ "Así que hay que instalar software de terceros: Calendario (CalDav) \n" -#~ "por ahora es la única forma\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Abra Calendar Sync\n" -#~ " Obtendrá un interfaz con 2 pestañas\n" -#~ " Permanezca en la primera\n" -#~ " \n" -#~ "2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -#~ "\n" -#~ "5. Ahora puede sincronizar manualmente o personalizar la configuración " -#~ "parasincronizar cada x minutos.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para la configuración específica de SSL vea la documentación a " -#~ "continuación\n" -#~ "\n" -#~ "Ahora, para configurar el calendario, es necesario:\n" -#~ "\n" -#~ "1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -#~ "Calendarios\"\n" -#~ "2. Vaya a \"Agregar cuenta...\"\n" -#~ "3. Haga clic sobre \"Otras\"\n" -#~ "4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -#~ "5. Ingrese el nombre del host \n" -#~ " (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com es el host)\n" -#~ "\n" -#~ "6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "7. Como Descripción, puede dejar el nombre del servidor o\n" -#~ " algo así como \"Calendarios OpenERP\".\n" -#~ "\n" -#~ "8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -#~ "pulse en \"Continuar\"\n" -#~ "\n" -#~ "9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -#~ "los\n" -#~ " puertos y rutas correctos\n" -#~ " \n" -#~ "10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -#~ "SSL.\n" -#~ "\n" -#~ "11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -#~ " la URL propuesta por el asistente (ejm: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -#~ " y comprobará que puede utilizar la cuenta.\n" -#~ "\n" -#~ "13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -#~ " Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -#~ " botón \"Calendarios\".\n" -#~ " Note que al crear una nueva entrada de calendario, tendrá que " -#~ "especificar\n" -#~ " en qué calendario debe guardarse.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -#~ "primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -#~ "pasos:\n" -#~ "\n" -#~ " s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -#~ "HTTPS\n" -#~ " es el valor por defecto 8071)\n" -#~ " s2. Safari intentará conectarse y emitirá una advertencia sobre el " -#~ "certificado\n" -#~ " utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -#~ "que el iPhone\n" -#~ " confíe en él. \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "Seleccionar archivo ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Explorar CalDAV" diff --git a/addons/caldav/i18n/es_MX.po b/addons/caldav/i18n/es_MX.po deleted file mode 100644 index af43498155e..00000000000 --- a/addons/caldav/i18n/es_MX.po +++ /dev/null @@ -1,1011 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-18 07:45+0000\n" -"Last-Translator: Jorge L Tupac-Yupanqui \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:54+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del fichero" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar fichero .ics" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: code:addons/caldav/calendar.py:787 -#: code:addons/caldav/calendar.py:877 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/calendar.py:877 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del fichero" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: help:caldav.browse,caldav_doc_file:0 -msgid "download full caldav Documentation." -msgstr "Descargue toda la documentación CalDAV." - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" CALENDAR_NAME: Name of calendar to access\n" -" " -msgstr "" -"\n" -" * Servidor WebDAV que proporciona acceso remoto al calendario\n" -" * Sincronización del calendario usando WebDAV\n" -" * Personaliza eventos del calendario y atributos de las tareas con " -"cualquier módulo de OpenERP\n" -" * Proporciona funcionalidad de Importación/Exportación iCal\n" -"\n" -" Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -"la URL como:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Donde,\n" -" HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -"WebDAV)\n" -" PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -"defecto: 8069)\n" -" DATABASE_NAME: Nombre de la base de datos en la que está el " -"Calendario de OpenERP\n" -" CALENDAR_NAME: Nombre del calendario a acceder\n" -" " - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:147 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -" \n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Prerequisito\n" -"------------\n" -"Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"(o instalarla usando Herramientas -> Complementos)\n" -"\n" -"Configuración\n" -"-------------\n" -"\n" -"1. Ir a la vista Calendario\n" -"\n" -"2. Archivo -> Nuevo calendario\n" -"\n" -"3. Seleccionar \"En la red\"\n" -"\n" -"4. Seleccionar el formato CalDAV\n" -" y como \"Ubicación\" la URL anterior (ejemplo: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -" \n" -"5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -"desmarcar \"Mostrar alarmas\"\n" -"\n" -"6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -"introducir la contraseña marque la opción \"Utilizar el administrador de " -"contraseñas para recordar esta contraseña\")\n" -"\n" -"7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -"calendario\n" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "PENDIENTE" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:787 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1291 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:128 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form \n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side. \n" -" " -msgstr "" -"\n" -" 1. Ir a la vista de Calendario\n" -"\n" -" 2. Archivo -> Nuevo -> Calendario\n" -"\n" -" 3. Llene el formulario \n" -" - Tipo: CalDAV\n" -" - Nombre: El que desee (ejm: Reuniones)\n" -" - URL: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -"en la parte superior de esta ventana\n" -" - Desmarque \"Usar SSL\"\n" -" - Usuario: Su nombre de usuario (ejm: Demo)\n" -" - Actualizar: Período con el que quiere que Evolution sincronice los " -"datos con el servidor\n" -"\n" -" 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -"\n" -" 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -"aparecer en el lado izquierdo. \n" -" " - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: model:ir.module.module,description:caldav.module_meta_information -msgid "" -"\n" -" This module Contains basic functionality for caldav system like: \n" -" - Webdav server that provides remote access to calendar\n" -" - Synchronisation of calendar using WebDAV\n" -" - Customize calendar event and todo attribute with any of OpenERP model\n" -" - Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" CALENDAR_NAME: Name of calendar to access\n" -msgstr "" -"\n" -" Este módulo contiene la funcionalidad básica para un sistema caldav " -"como: \n" -" - Servidor WebDAV que proporciona acceso remoto al calendario\n" -" - Sincronización del calendario utilizando WebDAV\n" -" - Evento de calendario personalizado y atributo todo (por hacer) con " -"cualquier modelo de OpenERP\n" -" - Proporciona funcionalidad Importar/Exportar iCal\n" -"\n" -" Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -"la dirección:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -"introduzca la URL así:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -"\n" -" Donde,\n" -" HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -" PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -"8069)\n" -" DATABASE_NAME: Nombre de la base de datos donde el calendario " -"OpenERP se ha creado\n" -" CALENDAR_NAME: Nombre del calendario a acceder\n" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: view:caldav.browse:0 -msgid "_Ok" -msgstr "_Aceptar" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otros" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:813 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:104 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav) \n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -" \n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -" \n" -" " -msgstr "" -"\n" -"Prerequisito\n" -"----------\n" -"No hay forma interna de sincronizar el calendario con CalDAV\n" -"Así que hay que instalar software de terceros: Calendario (CalDav) \n" -"por ahora es la única forma\n" -"\n" -"Configuración\n" -"-------------\n" -"\n" -"1. Abra Calendar Sync\n" -" Obtendrá un interfaz con 2 pestañas\n" -" Permanezca en la primera\n" -" \n" -"2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -"\n" -"4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -"\n" -"5. Ahora puede sincronizar manualmente o personalizar la configuración " -"parasincronizar cada x minutos.\n" -" \n" -" " - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:53 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name \n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths. \n" -" \n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it. \n" -" " -msgstr "" -"\n" -" Para la configuración específica de SSL vea la documentación a " -"continuación\n" -"\n" -"Ahora, para configurar el calendario, es necesario:\n" -"\n" -"1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -"Calendarios\"\n" -"2. Vaya a \"Agregar cuenta...\"\n" -"3. Haga clic sobre \"Otras\"\n" -"4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -"5. Ingrese el nombre del host \n" -" (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com es el host)\n" -"\n" -"6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -"\n" -"7. Como Descripción, puede dejar el nombre del servidor o\n" -" algo así como \"Calendarios OpenERP\".\n" -"\n" -"8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -"pulse en \"Continuar\"\n" -"\n" -"9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -"los\n" -" puertos y rutas correctos\n" -" \n" -"10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -"SSL.\n" -"\n" -"11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -" la URL propuesta por el asistente (ejm: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -" y comprobará que puede utilizar la cuenta.\n" -"\n" -"13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -" Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -" botón \"Calendarios\".\n" -" Note que al crear una nueva entrada de calendario, tendrá que " -"especificar\n" -" en qué calendario debe guardarse.\n" -"\n" -"\n" -"\n" -"Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -"primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -"pasos:\n" -"\n" -" s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -" https://my.server.ip:8071/\n" -" (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -"HTTPS\n" -" es el valor por defecto 8071)\n" -" s2. Safari intentará conectarse y emitirá una advertencia sobre el " -"certificado\n" -" utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -"que el iPhone\n" -" confíe en él. \n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Seleccionar fichero ICS" - -#. module: caldav -#: field:caldav.browse,caldav_doc_file:0 -msgid "Caldav Document" -msgstr "Documento CalDAV" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Mostrar CalDAV" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Función" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1291 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar fichero .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "¡Error de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar fichero ICS" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orden" - -#. module: caldav -#: model:ir.module.module,shortdesc:caldav.module_meta_information -msgid "Share Calendar using CalDAV" -msgstr "Compartir calendario usando CalDAV" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos del calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaje" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Suscribir" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directorio debe tener un padre o un almacenamiento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que lo soporten, el orden de esta carpeta entre los " -"calendarios." diff --git a/addons/caldav/i18n/es_PY.po b/addons/caldav/i18n/es_PY.po deleted file mode 100644 index 428cc07754d..00000000000 --- a/addons/caldav/i18n/es_PY.po +++ /dev/null @@ -1,1221 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-18 12:57+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del archivo" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar fichero .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Atención!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "POR HACER" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Carpeta" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Dueño" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha de escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de carpeta debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otros" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Cargo" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del archivo" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar fichero .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "¡Error de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar fichero ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orden" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos del calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaje" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Suscribir" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directorio debe tener un padre o un almacenamiento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que lo soporten, el orden de esta carpeta entre los " -"calendarios." - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indicar ruta del calendario remoto" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "------------\n" -#~ "Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "(o instalarla usando Herramientas -> Complementos)\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ir a la vista Calendario\n" -#~ "\n" -#~ "2. Archivo -> Nuevo calendario\n" -#~ "\n" -#~ "3. Seleccionar \"En la red\"\n" -#~ "\n" -#~ "4. Seleccionar el formato CalDAV\n" -#~ " y como \"Ubicación\" la URL anterior (ejemplo: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -#~ "desmarcar \"Mostrar alarmas\"\n" -#~ "\n" -#~ "6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -#~ "introducir la contraseña marque la opción \"Utilizar el administrador de " -#~ "contraseñas para recordar esta contraseña\")\n" -#~ "\n" -#~ "7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -#~ "calendario\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " * Sincronización del calendario usando WebDAV\n" -#~ " * Personaliza eventos del calendario y atributos de las tareas con " -#~ "cualquier módulo de OpenERP\n" -#~ " * Proporciona funcionalidad de Importación/Exportación iCal\n" -#~ "\n" -#~ " Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -#~ "la URL como:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -#~ "WebDAV)\n" -#~ " PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -#~ "defecto: 8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos en la que está el " -#~ "Calendario de OpenERP\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir a la vista de Calendario\n" -#~ "\n" -#~ " 2. Archivo -> Nuevo -> Calendario\n" -#~ "\n" -#~ " 3. Llene el formulario \n" -#~ " - Tipo: CalDAV\n" -#~ " - Nombre: El que desee (ejm: Reuniones)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -#~ "en la parte superior de esta ventana\n" -#~ " - Desmarque \"Usar SSL\"\n" -#~ " - Usuario: Su nombre de usuario (ejm: Demo)\n" -#~ " - Actualizar: Período con el que quiere que Evolution sincronice los " -#~ "datos con el servidor\n" -#~ "\n" -#~ " 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -#~ "\n" -#~ " 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -#~ "aparecer en el lado izquierdo. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contiene la funcionalidad básica para un sistema caldav " -#~ "como: \n" -#~ " - Servidor WebDAV que proporciona acceso remoto al calendario\n" -#~ " - Sincronización del calendario utilizando WebDAV\n" -#~ " - Evento de calendario personalizado y atributo todo (por hacer) con " -#~ "cualquier modelo de OpenERP\n" -#~ " - Proporciona funcionalidad Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -#~ "la dirección:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -#~ "introduzca la URL así:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Donde,\n" -#~ " HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -#~ " PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -#~ "8069)\n" -#~ " DATABASE_NAME: Nombre de la base de datos donde el calendario " -#~ "OpenERP se ha creado\n" -#~ " CALENDAR_NAME: Nombre del calendario a acceder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisito\n" -#~ "----------\n" -#~ "No hay forma interna de sincronizar el calendario con CalDAV\n" -#~ "Así que hay que instalar software de terceros: Calendario (CalDav) \n" -#~ "por ahora es la única forma\n" -#~ "\n" -#~ "Configuración\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Abra Calendar Sync\n" -#~ " Obtendrá un interfaz con 2 pestañas\n" -#~ " Permanezca en la primera\n" -#~ " \n" -#~ "2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -#~ "\n" -#~ "5. Ahora puede sincronizar manualmente o personalizar la configuración " -#~ "parasincronizar cada x minutos.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para la configuración específica de SSL vea la documentación a " -#~ "continuación\n" -#~ "\n" -#~ "Ahora, para configurar el calendario, es necesario:\n" -#~ "\n" -#~ "1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -#~ "Calendarios\"\n" -#~ "2. Vaya a \"Agregar cuenta...\"\n" -#~ "3. Haga clic sobre \"Otras\"\n" -#~ "4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -#~ "5. Ingrese el nombre del host \n" -#~ " (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com es el host)\n" -#~ "\n" -#~ "6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -#~ "\n" -#~ "7. Como Descripción, puede dejar el nombre del servidor o\n" -#~ " algo así como \"Calendarios OpenERP\".\n" -#~ "\n" -#~ "8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -#~ "pulse en \"Continuar\"\n" -#~ "\n" -#~ "9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -#~ "los\n" -#~ " puertos y rutas correctos\n" -#~ " \n" -#~ "10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -#~ "SSL.\n" -#~ "\n" -#~ "11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -#~ " la URL propuesta por el asistente (ejm: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)\n" -#~ "\n" -#~ "12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -#~ " y comprobará que puede utilizar la cuenta.\n" -#~ "\n" -#~ "13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -#~ " Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -#~ " botón \"Calendarios\".\n" -#~ " Note que al crear una nueva entrada de calendario, tendrá que " -#~ "especificar\n" -#~ " en qué calendario debe guardarse.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -#~ "primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -#~ "pasos:\n" -#~ "\n" -#~ " s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -#~ "HTTPS\n" -#~ " es el valor por defecto 8071)\n" -#~ " s2. Safari intentará conectarse y emitirá una advertencia sobre el " -#~ "certificado\n" -#~ " utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -#~ "que el iPhone\n" -#~ " confíe en él. \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "Seleccionar fichero ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Mostrar CalDAV" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartir calendario usando CalDAV" diff --git a/addons/caldav/i18n/es_VE.po b/addons/caldav/i18n/es_VE.po deleted file mode 100644 index af43498155e..00000000000 --- a/addons/caldav/i18n/es_VE.po +++ /dev/null @@ -1,1011 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:14+0000\n" -"PO-Revision-Date: 2011-01-18 07:45+0000\n" -"Last-Translator: Jorge L Tupac-Yupanqui \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:54+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relaciones entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del servidor CalDAV, utilizado para sincronización." - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nombre del fichero" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar fichero .ics" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Cerrar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "No se puede relacionar un campo más de una vez" - -#. module: caldav -#: code:addons/caldav/calendar.py:787 -#: code:addons/caldav/calendar.py:877 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "¡Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Por hacer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias del usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicios" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/calendar.py:877 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique una configuración correcta de \"%s\" en líneas de calendario" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nombre del fichero" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "¡Error!" - -#. module: caldav -#: help:caldav.browse,caldav_doc_file:0 -msgid "download full caldav Documentation." -msgstr "Descargue toda la documentación CalDAV." - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" CALENDAR_NAME: Name of calendar to access\n" -" " -msgstr "" -"\n" -" * Servidor WebDAV que proporciona acceso remoto al calendario\n" -" * Sincronización del calendario usando WebDAV\n" -" * Personaliza eventos del calendario y atributos de las tareas con " -"cualquier módulo de OpenERP\n" -" * Proporciona funcionalidad de Importación/Exportación iCal\n" -"\n" -" Para acceder a Calendarios usando clientes CalDAV, apúntelos a:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para acceder al Calendario de OpenERP usando WebCal al sitio remoto use " -"la URL como:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Donde,\n" -" HOSTNAME: Host en el que se está ejecutando el servidor OpenERP (con " -"WebDAV)\n" -" PORT: Puerto en el que se está ejecutando el servidor OpenERP (por " -"defecto: 8069)\n" -" DATABASE_NAME: Nombre de la base de datos en la que está el " -"Calendario de OpenERP\n" -" CALENDAR_NAME: Nombre del calendario a acceder\n" -" " - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:147 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -" \n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Prerequisito\n" -"------------\n" -"Si está usando Thunderbird, primero debe instalar la extensión Lightning\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"(o instalarla usando Herramientas -> Complementos)\n" -"\n" -"Configuración\n" -"-------------\n" -"\n" -"1. Ir a la vista Calendario\n" -"\n" -"2. Archivo -> Nuevo calendario\n" -"\n" -"3. Seleccionar \"En la red\"\n" -"\n" -"4. Seleccionar el formato CalDAV\n" -" y como \"Ubicación\" la URL anterior (ejemplo: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -" \n" -"5. Seleccionar un nombre y color para el calendario. Le aconsejamos " -"desmarcar \"Mostrar alarmas\"\n" -"\n" -"6. Luego introduzca su nombre de usuario y contraseña de OpenERP (para " -"introducir la contraseña marque la opción \"Utilizar el administrador de " -"contraseñas para recordar esta contraseña\")\n" -"\n" -"7. Luego Finalizar, sus reuniones deberían aparecer ahora en la vista de " -"calendario\n" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "PENDIENTE" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar el campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:787 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "No se puede crear la línea \"%s\" más de una vez" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Líneas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Suscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección del calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "¡Error! No puede crear directorios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1291 -#, python-format -msgid "Error !" -msgstr "¡Error!" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:128 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form \n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side. \n" -" " -msgstr "" -"\n" -" 1. Ir a la vista de Calendario\n" -"\n" -" 2. Archivo -> Nuevo -> Calendario\n" -"\n" -" 3. Llene el formulario \n" -" - Tipo: CalDAV\n" -" - Nombre: El que desee (ejm: Reuniones)\n" -" - URL: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ejm: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) mostrado " -"en la parte superior de esta ventana\n" -" - Desmarque \"Usar SSL\"\n" -" - Usuario: Su nombre de usuario (ejm: Demo)\n" -" - Actualizar: Período con el que quiere que Evolution sincronice los " -"datos con el servidor\n" -"\n" -" 4. Haga clic sobre Aceptar e ingrese su contraseña de OpenERP\n" -"\n" -" 5. Un nuevo calendario CalDAV con el nombre que usted ingresó debe " -"aparecer en el lado izquierdo. \n" -" " - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos del calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: model:ir.module.module,description:caldav.module_meta_information -msgid "" -"\n" -" This module Contains basic functionality for caldav system like: \n" -" - Webdav server that provides remote access to calendar\n" -" - Synchronisation of calendar using WebDAV\n" -" - Customize calendar event and todo attribute with any of OpenERP model\n" -" - Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" CALENDAR_NAME: Name of calendar to access\n" -msgstr "" -"\n" -" Este módulo contiene la funcionalidad básica para un sistema caldav " -"como: \n" -" - Servidor WebDAV que proporciona acceso remoto al calendario\n" -" - Sincronización del calendario utilizando WebDAV\n" -" - Evento de calendario personalizado y atributo todo (por hacer) con " -"cualquier modelo de OpenERP\n" -" - Proporciona funcionalidad Importar/Exportar iCal\n" -"\n" -" Para acceder a calendarios usando clientes CalDAV, introduzca en ellos " -"la dirección:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para acceder al calendario OpenERP usando WebCal a un sitio remoto, " -"introduzca la URL así:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.ics\n" -"\n" -" Donde,\n" -" HOSTNAME: Host donde el servidor OpenERP (con webdav) se ejecuta\n" -" PORT : Puerto donde el servidor OpenERP se ejecuta (por defecto: " -"8069)\n" -" DATABASE_NAME: Nombre de la base de datos donde el calendario " -"OpenERP se ha creado\n" -" CALENDAR_NAME: Nombre del calendario a acceder\n" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basado en Android" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Fecha de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relaciones entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta del calendario remoto" - -#. module: caldav -#: view:caldav.browse:0 -msgid "_Ok" -msgstr "_Aceptar" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Suscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, el fichero no se puede importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaje..." - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Otros" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colecciones de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:813 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "¡El mismo nombre de fichero no se puede asociar a dos registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "¡El directorio no puede ser su propio padre!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Fecha escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:104 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav) \n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -" \n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -" \n" -" " -msgstr "" -"\n" -"Prerequisito\n" -"----------\n" -"No hay forma interna de sincronizar el calendario con CalDAV\n" -"Así que hay que instalar software de terceros: Calendario (CalDav) \n" -"por ahora es la única forma\n" -"\n" -"Configuración\n" -"-------------\n" -"\n" -"1. Abra Calendar Sync\n" -" Obtendrá un interfaz con 2 pestañas\n" -" Permanezca en la primera\n" -" \n" -"2. URL del Calendario CalDAV: Ingrese la URL dada arriba (ejm: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Ingrese su nombre de usuario y contraseña de OpenERP\n" -"\n" -"4. Si su servidor no usa SSL, recibirá un aviso, responda \"Si\"\n" -"\n" -"5. Ahora puede sincronizar manualmente o personalizar la configuración " -"parasincronizar cada x minutos.\n" -" \n" -" " - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:53 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name \n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths. \n" -" \n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it. \n" -" " -msgstr "" -"\n" -" Para la configuración específica de SSL vea la documentación a " -"continuación\n" -"\n" -"Ahora, para configurar el calendario, es necesario:\n" -"\n" -"1. Haga clic sobre \"Configuración\" y vaya a la página \"Correo, Contactos, " -"Calendarios\"\n" -"2. Vaya a \"Agregar cuenta...\"\n" -"3. Haga clic sobre \"Otras\"\n" -"4. Desde el grupo \"Calendarios\" seleccione \"Agregar Cuenta CalDAV\"\n" -"5. Ingrese el nombre del host \n" -" (ejm: si el URL es http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com es el host)\n" -"\n" -"6. Llene Usuario y Contraseña con su usuario y contraseña de OpenERP\n" -"\n" -"7. Como Descripción, puede dejar el nombre del servidor o\n" -" algo así como \"Calendarios OpenERP\".\n" -"\n" -"8. Si no está usando un servidor SSL, obtendrá un error, no se preocupe y " -"pulse en \"Continuar\"\n" -"\n" -"9. A continuación, haga clic en \"Configuración avanzada\" para especificar " -"los\n" -" puertos y rutas correctos\n" -" \n" -"10. Especifique el puerto para el servidor OpenERP: 8071 para SSL, 8069 sin " -"SSL.\n" -"\n" -"11. Configure la \"Cuenta URL\" a la ruta correcta del WebDAV OpenERP:\n" -" la URL propuesta por el asistente (ejm: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"12. Haga clic en Hecho. El teléfono se conectará con el servidor OpenERP\n" -" y comprobará que puede utilizar la cuenta.\n" -"\n" -"13. Vaya al menú principal del iPhone e ingrese a la aplicación Calendario.\n" -" Sus calendarios de OpenERP serán visibles dentro de la selección del\n" -" botón \"Calendarios\".\n" -" Note que al crear una nueva entrada de calendario, tendrá que " -"especificar\n" -" en qué calendario debe guardarse.\n" -"\n" -"\n" -"\n" -"Si usted necesita SSL (y su certificado no está verificado, como es usual),\n" -"primero tendrá que decirle al iPhone que confíe en él. Siga estos\n" -"pasos:\n" -"\n" -" s1. Abra Safari e ingrese la ubicación HTTPS del servidor OpenERP:\n" -" https://my.server.ip:8071/\n" -" (asumiendo que tiene el servidor en \"my.server.ip\" y el puerto " -"HTTPS\n" -" es el valor por defecto 8071)\n" -" s2. Safari intentará conectarse y emitirá una advertencia sobre el " -"certificado\n" -" utilizado. Inspeccione el certificado y haga clic en \"Aceptar\" para " -"que el iPhone\n" -" confíe en él. \n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "¡El nombre de directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias del usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "¡Introduza una URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Seleccionar fichero ICS" - -#. module: caldav -#: field:caldav.browse,caldav_doc_file:0 -msgid "Caldav Document" -msgstr "Documento CalDAV" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relaciones entre campos" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Mostrar CalDAV" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Otra información" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar también una entrada .ics junto a la carpeta del calendario, " -"con el contenido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Función" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descripción" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "El calendario/línea a la que esta relación se refiere." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relaciones" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Suscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Para clientes que lo soporten, el color de las entradas del calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nombre" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1291 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Los asistentes deben tener un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar fichero .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "¡Error de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar fichero ICS" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orden" - -#. module: caldav -#: model:ir.module.module,shortdesc:caldav.module_meta_information -msgid "Share Calendar using CalDAV" -msgstr "Compartir calendario usando CalDAV" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos del calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaje" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Suscribir" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "El directorio debe tener un padre o un almacenamiento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que lo soporten, el orden de esta carpeta entre los " -"calendarios." diff --git a/addons/caldav/i18n/fa.po b/addons/caldav/i18n/fa.po deleted file mode 100644 index 6e46cd83e46..00000000000 --- a/addons/caldav/i18n/fa.po +++ /dev/null @@ -1,819 +0,0 @@ -# Persian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-12-19 09:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" diff --git a/addons/caldav/i18n/fi.po b/addons/caldav/i18n/fi.po deleted file mode 100644 index 9102ddb5024..00000000000 --- a/addons/caldav/i18n/fi.po +++ /dev/null @@ -1,822 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-06-28 09:32+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Tiedostonnimi" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Osallistuja" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Varoitus !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objekti" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Tehtävät" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Palvelut" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evoluutio" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "OK" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav palvelin" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Tehtävät" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Käytä kenttää" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Kalenteririvit" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Virhe! Et voi luoda rekursiivisia kansioita." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tyyppi" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Virhe !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Luontipäivä" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Hakemisto" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Toimialue" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Omistaja" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "kalenteri" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Virheellinen ics formaatti, tiedostoa ei voi tuoda" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Viesti..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalenterit" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Kokoelma" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Hakemiston nimen tulee olla uniikki !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Lauseke" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Ohjelmisto/Laitteet" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Kenttien kartoitukset" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Muu tieto" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Muu" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Toiminto" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Kuvaus" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mäppäys" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Tuonti onnistui" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Tuo" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Väli tuntia" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Tiedostonimi" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nimi" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Hälytys" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Järjestys" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Virhe!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Väri" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Kalenterikentät" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Tilaa" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Hakemistolla täytyy olla ylätason hakemisto tai tietovarasto" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Jaa kalenteri käyttäen CalDAV:ia" diff --git a/addons/caldav/i18n/fr.po b/addons/caldav/i18n/fr.po deleted file mode 100644 index 6fea1b94023..00000000000 --- a/addons/caldav/i18n/fr.po +++ /dev/null @@ -1,1306 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:03+0000\n" -"Last-Translator: Open Net Sàrl \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Correspondance de valeur" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url the serveur Caldav, utiliser pour la synchronisation" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Prérequis\n" -"----------\n" -"Il n'existe aucun moyen intégré pour synchroniser le calendrier avec " -"CalDAV.\n" -"Vous devez donc installer un logiciel troisième partie : Calendrier (CalDAV) " -"pour l'instant c'est le seul\n" -"\n" -"Configuration\n" -"-------------\n" -"\n" -"1. Ouvrir Calendar Sync\n" -"Vous obtenez une interface avec 2 onglets.\n" -"La configuration se fait sur le premier.\n" -"\n" -"2. CaDAV Calendrier URL: mettre l'URL donnée ci-dessus (ex: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Mettez votre nom d'utilisateur et mot de passe openerp\n" -"\n" -"4. Si votre serveur n'utilise pas SSL, vous aurez un avertissement, cliquez " -"sur «Oui» pour poursuivre\n" -"\n" -"5. Ensuite, vous pouvez synchroniser manuellement ou personnaliser les " -"paramètres permettant de synchroniser toutes les x minutes.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nom du fichier" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exporter un évènement" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indiquer un chemin pour le calendrier distant" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importer un fichier .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Fermer" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Participant" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Un champ ne peut avoir plus d'une correspondance" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendrier\" vous permet de personnaliser les évènements du calendrier et " -"les attributs des choses à faire avec n'importe quel modèle OpenERP. Le " -"module \"Calendrier\" fournit une fonctionnalité d'Import/Export au format " -"iCal. Le serveur Webdav qui fournit un accès distant aux calendriers. Il " -"vous aide à synchroniser les rendez-vous avec les clients de calendrier. " -"Vous pouvez accéder aux calendriers en utilisant des clients CalDAV, comme " -"Sunbird, Calendrier d'Evolution, téléphone portable." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Avertissement !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objet" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "À faire" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulaire des préférences utilisateur" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Services" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "L'expression représentant une constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Évolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Aller sur la vue calendrier\n" -"\n" -" 2. Fichier -> Nouveau -> Calendrier\n" -"\n" -" 3. Remplissez le formulaire\n" -" - Type : CalDAV\n" -" - Nom : ce que vous voulez (par exemple : Reunion)\n" -" - Url: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Reunion\n" -" (ex: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) l'une " -"donnée sur le dessus de cette fenêtre\n" -" - Décochez la case \"User SSL\"\n" -" - Nom d'utilisateur : votre nom d'utilisateur (ex: Démo)\n" -" - Actualiser : chaque fois que vous voulez que l'évolution de " -"synchroniser les données avec le serveur\n" -"\n" -" 4. Cliquez sur OK et saisissez votre mot de passe openerp\n" -"\n" -" 5. Un nouveau calendrier nommé avec le nom que vous avez donné doit " -"apparaître sur le côté gauche.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Veuillez fournir une configuration correcte pour \"%s\" dans les lignes de " -"calendrier" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Configuration du nom d'hôte CalDAV" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Serveur Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Heure et Date au format UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Á faire" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exporter un ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Utiliser le champ" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Impossible de créer la ligne \"%s\" plus d'une fois" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Calendrier Webcal" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Lignes de calendrier" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "S'abonner à l'évènement" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importer ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Annuler" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Évènement" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colleciton de calendrier" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Erreur ! Vous ne pouvez pas créer de répertoires récursifs." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Ouvrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Suivant" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Type" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Sauvegarder au format .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Erreur !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Attributs du calendrier" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Naviguer dans CalDav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Appareil basé sur Androïd" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Configurez votre nom d'hôte openerp. Par exemple : " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Date de création" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Correspondance d'attributs" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Répertoire" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Fournissez un chemin pour le calendrier distant" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domaine" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_S'abonner" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propriétaire" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendrier" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Veuillez installer python-vobject from http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" -"Format de fichier ics no valide, le fichier ne peut pas être importer" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "CHamp OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Message..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Collections de calendrier" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" -"Le même non de ficheir ne peut pas être appliquer à 2 enregistrements" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Un répertoire ne peut pas être son propre parent !" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendriers" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Collection" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Date d'écriture" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Le nom du répertoire doit être unique !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Préférence utilisateur" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Veuillez fournir un lien correct !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expression" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Sélectionner un fichier ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Logiciels/Appareils" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Correspondance de champs" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Prérequis\n" -"----------\n" -"Si vous utilisez Thunderbird, vous devez d'abord installer l'extension " -"lightning via le gestionnaire de modules complémentaires\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"Configuration\n" -"-------------\n" -" 1. Aller sur la vue calendrier\n" -"\n" -" 2. Fichier -> Nouveau -> Calendrier\n" -"\n" -" 3. Choisir \"sur le réseau\"\n" -"\n" -" 4. Choisir CalDav comme format et l'URL donnée ci-dessus\n" -" ex: " -"http://localhost:8069/webdav/db/calendars/users/demo/c/Meetings) \n" -"\n" -" 5. Choisissez un nom et une couleur pour le calendrier, et nous vous " -"conseillons de décocher la case \"alarme\"\n" -"\n" -" 6. Ensuite, mettez votre login et mot de passe openerp (pour donner le " -"mot de passe uniquement, cochez la case \n" -" \"Use Password Manager\" pour se rappeler du mot de passe\n" -"\n" -" 7. Puis cliquez sur Terminer, vos réunions devraient apparaître " -"maintenant dans le calendrier\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Naviguer dans caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Nom de l'hôte" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Autres Informations" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Autre" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Mes calendriers" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exporte aussi une prochaine entrée .ics dans le dossier des " -"calendriers, avec le contenu WebCal" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Fonction" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com or companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Description" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Le calendrier/la ligne auquel(le) s'applique la correspondance" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Correspondance" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Import réussi" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importer" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importer un évènement" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalle (en heures)" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nom du fichier" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "S'abonner à un calendrier distant" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" -"Pour les clients qui le supportent, la couleur des entrées de calendrier" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nom" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Rappel" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Le participant doit avoir un identifiant de courriel" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exporter un fichier .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Erreur d'importation librairie vobject" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Sauvegarder le fichier ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Commande" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Erreur !" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Couleur" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MON" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Champs du calendrier" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importer un message" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "S'abonner" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Le répertoire doit avoir un parent ou un espace de stockage" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Pour les clients qui le supportent, l'ordre de ce répertoire parmi les " -"calendriers" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indiquer un chemin pour le calendrier distant" - -#~ msgid "Select ICS file" -#~ msgstr "Sélectionner un fichier ICS" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Partager le calendrier en utilisant CalDav" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Ce module contient les fonctionnalités de base d'un système caldav : \n" -#~ " - Serveur WebDAV fournissant un accès distant aux calendriers\n" -#~ " - Synchronisation de calendrier avec WebDAV\n" -#~ " - Personnalisation des attributs d'évènements et de tâches de calendrier " -#~ "avec n'importe quel modèle OpenERP\n" -#~ " - Fournit les fonctionnalités d'import/export iCal\n" -#~ "\n" -#~ " Pour accéder aux calendriers avec un client CalDAV, voici le lien :\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Pour accéder au calendrier OpenERP en utilisant WebCal, utilisez l'URL " -#~ ":\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Où,\n" -#~ " HOSTNAME : Hôte sur lequel le serveur OpenERP (avec webdav) est " -#~ "exécuté\n" -#~ " PORT : Port sur lequel le serveur OpenERP est exécuté (par défaut : " -#~ "8069)\n" -#~ " DATABASE_NAME : Nom de la base de données dans laquelle le " -#~ "calendrier OpenERP est créé\n" -#~ " CALENDAR_NAME : Nom du calendrier à accéder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Pré-requis\n" -#~ "----------\n" -#~ "Si vous utilisez Thunderbird, vous avez d'abord besoin du module Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "Configuration\n" -#~ "----------\n" -#~ "\n" -#~ "1. Allez dans Vue Calendrier\n" -#~ "\n" -#~ "2. Fichier -> Nouveau calendrier\n" -#~ "\n" -#~ "3. Choisissez \"Sur le réseau\"\n" -#~ "\n" -#~ "4. pour le format, choisissez CalDAV\n" -#~ " et pour l'emplacement, l'adresse donnée plus haut " -#~ "(http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choisissez un nom et une couleur pour le calendrier, et nous vous " -#~ "conseillons de décocher \"Alarme\"\n" -#~ "\n" -#~ "6. Puis, entrez votre identifiant et votre mot de passe OpenERP (pour garder " -#~ "le mot de passe, cochez la case \"Utilisez le gestionnaire de mots de passe " -#~ "pour sauvegarder le mot de passe\"\n" -#~ "\n" -#~ " Puis, cliquez sur 'Terminer', vos rendez-vous doivent maintenant apparaître " -#~ "dans votre vue calendrier\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Le serveur Webdav fournit un accès distant au calendrier\n" -#~ " * La synchronisation du calendrier en utilisant WebDAV\n" -#~ " * Personnalisation des événements du calendrier et des attributs à ajouter " -#~ "avec n'importe quel modèle OpenERP\n" -#~ " * Fournit une fonctionnalité d'import/export iCal\n" -#~ "\n" -#~ " Pour accéder aux calendrier en utilisant des clients CalDAV, pointer les " -#~ "sur :\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " Pour accéder au calendrier OpenERP en utisant WebCal depuis un site " -#~ "distant, utilisez une adresse du type\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Où :\n" -#~ " HOSTNAME: Hôte sur lequel le serveur OpenERP (Avec webdav) est " -#~ "lancé\n" -#~ " PORT : Port sur lequel le serveur OpenERP est lancé (Par défaut : " -#~ "8069)\n" -#~ " DATABASE_NAME: Nom de la base de données sur laquelle le calendrier " -#~ "OpenERP est créé\n" -#~ " CALENDAR_NAME: Nom du calendrier auquel accéder\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Allez dans la vue Calendrier\n" -#~ "\n" -#~ " 2. Fichier -> Nouveau -> Calendrier\n" -#~ "\n" -#~ " 3. Remplissez le formulaire \n" -#~ " - type : CalDAV\n" -#~ " - nom : Ce que vous voulez (ex: Rendez-Vous)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) le seule " -#~ "donné au dessus de la fenêtre\n" -#~ " - Décochez \"Utiliser SSL\"\n" -#~ " - Nom d'utilisateur : Votre nom d'utilisateur (ex : demo)\n" -#~ " - Rafraîchissement : chaque fois que vous voulez synchroniser les " -#~ "données avec le serveur\n" -#~ "\n" -#~ " 4. Cliquez sur 'Ok' et donnez votre mot de passe OpenERP\n" -#~ "\n" -#~ " 5. A nouveau calendrier appelé avec le nom que vous avez donné sur le " -#~ "côté gauche. \n" -#~ " " - -#~ msgid "Browse caldav" -#~ msgstr "Naviguer dans caldav" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Pré-requis\n" -#~ "---------------\n" -#~ "Il n'y a pas d'outil intégré pour synchroniser le calendrier avec caldav.\n" -#~ "Vous devez donc installer un logiciel tiers : Calendar (CalDav) \n" -#~ "Pour le moment, c'est le seul\n" -#~ "\n" -#~ "Configuration\n" -#~ "-------------------\n" -#~ "\n" -#~ "1. Ouvrir Calendar Sync\n" -#~ " Vous devez tomber sur une interface avec 2 onglets\n" -#~ " Restez sur le premier\n" -#~ " \n" -#~ "2. CalDav Calendar URL : mettre ici l'URL donnée plus haut (ex : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Entrez vos nom d'utilisateur et mot de passe OpenERP\n" -#~ "\n" -#~ "4. Si votre serveur n'utilise pas SSL, vous aurez un message " -#~ "d'avertissement, dites \"Oui\"\n" -#~ "\n" -#~ "5. Puis, vous pouvez synchroniser manuellement ou définir un paramètre " -#~ "personnalisé pour synchroniser toutes les x minutes.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Pour les configurations SSL particulières, voir la documentation ci-" -#~ "dessous.\n" -#~ "\n" -#~ "Pour configurer les calendriers, il faut :\n" -#~ "\n" -#~ "1. Cliquer sur \"Paramètres\" et aller à la page \"Courrier, Contacts, " -#~ "Calendriers\"\n" -#~ "2. Aller à \"Ajouter un compte...\"\n" -#~ "3. Cliquer sur \"Autre\"\n" -#~ "4. À partir du groupe \"Calendriers\", sélectionner \"Ajouter un Compte " -#~ "CalDAV\"\n" -#~ "5. Entrer le nom de l'hôte \n" -#~ " (c'est à dire : si l'URL est " -#~ "http://openerp.com:8069/webdav/db_1/calendars/ , openerp.com est l'hôte)\n" -#~ "6. Remplir les champs \"Nom Utilisateur\" et \"Mot de passe\" avec votre " -#~ "identification et mot de passe OpenERP\n" -#~ "7. Comme description, on peut laisser le nom du serveur ou mettre quelque-" -#~ "chose comme \"Calendriers OpenERP\"\n" -#~ "9. Si vous utilises un serveur SSL, une erreur apparaîtra, ne pas en tenir " -#~ "compte et activer \"Continuer\"\n" -#~ "10. Ensuite cliquer sur \"Configuration avancée\" pour définir les ports et " -#~ "les chemins d'accès\n" -#~ "11. Définir le port du serveur OpenERP : 8071 avec SSL, sinon 8069\n" -#~ "12. Définir l' \"URL du compte\" vers le bon chemin d'accès au WebDAV " -#~ "OpenERP :\n" -#~ " l'URL donnée par l'assistant (ex : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "11. Cliquer sur \"Terminé\". Le téléphone se connectera naturellement au " -#~ "serveur OpenERP et\n" -#~ " vérifiera qu'il peut utiliser le compte\n" -#~ "12. Aller sur le menu principal de l'iPhone et entrer dans l'application " -#~ "Calendrier.\n" -#~ " Vos calendriers OpenERP seront visibles avec la sélection du bouton " -#~ "\"Calendriers\"\n" -#~ " Noter qu'à la création d'une nouvelle entrée de calendrier, il faudra " -#~ "définir dans quel \n" -#~ " calendrier il faudra le sauvegarder.\n" -#~ "\n" -#~ "Si SSL est demandé (et, comme de coutume, votre certificat ne sera pas " -#~ "vérifié), \n" -#~ "alors il faudra laisser l'iPhone le faire. Suivre les étapes\n" -#~ "suivantes :\n" -#~ "\n" -#~ " s1. Ouvrir Safari et entrer l'adresse HTTPS du serveur OpenERP :\n" -#~ " https://my.server.ip:8071/\n" -#~ " (sachant que le serveur est \"my.server.ip\" et que son port HTTPS\n" -#~ " est 8071 par défaut)\n" -#~ " s2. Safari tentera une connexion et publiera un avertissement relatif au " -#~ "certificat\n" -#~ " utilisé. Vérifier le certificat et cliquer sur \"Accept\" afin que " -#~ "l'iPhone\n" -#~ " le reconnaisse désormais. \n" -#~ " " diff --git a/addons/caldav/i18n/gl.po b/addons/caldav/i18n/gl.po deleted file mode 100644 index a074c9a6b01..00000000000 --- a/addons/caldav/i18n/gl.po +++ /dev/null @@ -1,1132 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:23+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Relacións entre valores" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL do servidor CalDAV, utilizado para a sincronización." - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nome do arquivo" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Indicar ruta do calendario remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar arquivo .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Pechar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Asistente" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Non se pode relacionar un campo máis dunha vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendarios\" permítelle personalizar o evento do calendario e atributo " -"TODO con calquera modelo OpenERP.Calendarios presenta a funcionalidade iCal " -"Import/Export. O servidor Webdav ofrece acceso remoto a calendario. Axúdalle " -"a sincronizar Meeting co cliente Calendarios.Pode acceder a Calendarios con " -"clientes CalDAV, como sunbird, Calendar Evaluation, Mobile." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Obxecto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Todo" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulario de preferencias do usuario" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servizos" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresión como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolución" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Aceptar" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Indique unha configuración correcta da \"%s\" en liñas de calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor CalDAV" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Datahora en GMT" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TODO" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar o campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Non se pode crear a liña \"%s\" máis dunha vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Liñas de calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Subscribir evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "base.calendario.evento" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colección do calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Erro! Non se poden crear directorios recorrentes." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Gardar en formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Erro!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos do calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDAV" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo baseado en Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data de creación" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Relacións entre atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directorio" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Indicar ruta do calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subscribir" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Propietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "Instale python-vobject desde http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato de ics incorrecto, o arquivo non se pode importar" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo de OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID recurso" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mensaxe..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Coleccións de calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "O mesmo nome de arquivo non se pode asociar a dous rexistros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "O directorio non pode ser o seu propio pai!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendarios" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colección" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Data de escritura" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "O nome do directorio debe ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferencias do usuario" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Introduza unha URL correcta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "base.calendario.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresión" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "base.calendario.asistencia" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "base.calendario.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Seleccionar arquivo ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Dispositivos" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapeo de campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Amosar CalDAV" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "base.calendario" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Outra información" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Outro" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Exportar tamén unha entrada .ics xunto á carpeta do calendario, co " -"contido WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Cargo" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descrición" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "O calendario/liña á que esta relación se refire." - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapeando" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importación exitosa" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo en horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nome do arquivo" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Subscribir a calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Para clientes que o soporten, a cor das entradas do calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nome" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "base.calendario.alarma" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Os asistentes deben ter un identificador de correo electrónico" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar arquivo .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Erro de importación vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Gardar arquivo ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Orde" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Erro!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Cor" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "O MEU/ A MIÑA" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos do calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensaxe" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Subscribirse" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "O directorio debe ter un pai ou un almacenamento." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "base.calendario.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Para clientes que o soporten, a orde desta carpeta entre os calendarios." - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Indicar ruta do calendario remoto" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerrequisito------------Estase a utilizar Thunderbird, primeiro debe " -#~ "instalar a extensión " -#~ "Lightninghttp://www.mozilla.org/projects/calendar/lightning/(ou instalala " -#~ "usando Ferramentas -> Complementos)Configuración-------------1. Ir á vista " -#~ "Calendario2. Arquivo -> Novo calendario3. Seleccionar \"Na rede\"4. " -#~ "Seleccionar o formato CalDAVy como \"Lugar\" a URL anterior (exemplo: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)5. " -#~ "Seleccionar un nome e color para o calendario. Aconsellámoslle desmarcar " -#~ "\"Amosar alarmas\"6. Logo introduza o seu nome de usuario e o contrasinal de " -#~ "OpenERP (para introducir o contrasinal, marque a opción \"Utilizar o " -#~ "administrador de contrasinais para lembrar este contrasinal\")7. Logo " -#~ "Finalizar, as súas reunións deberían aparecer agora na vista de calendario\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Servidor WebDAV que proporciona acceso remoto ó calendario* " -#~ "Sincronización do calendario usando WebDAV* Personaliza os eventos do " -#~ "calendario e os atributos das tarefas con calquera módulo de OpenERP* " -#~ "Proporciona a funcionalidade de Importación/Exportación iCal\n" -#~ "Para acceder a Calendarios usando clientes CalDAV, diríxaos a: " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "Para acceder ó Calendario de OpenERP con WebCal para o sitio remoto, use a " -#~ "URL como: " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics " -#~ "Onde,HOSTNAME: Host onde se está a executar o servidor OpenERP (con " -#~ "WebDAV)PORT: Porto onde se está a executar o servidor OpenERP (por defecto: " -#~ "8069)DATABASE_NAME: Nome da base de datos onde está o Calendario de " -#~ "OpenERPCALENDAR_NAME: Nome do calendario a acceder\n" -#~ " " - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartir calendario usando CalDAV" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir á vista de Calendario2. Arquivo -> Novo -> Calendario3. Encha o " -#~ "formulario - Tipo: CalDAV- Nome: O que desexe (Ex: Reunións)- URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (Ex: " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) amosado " -#~ "na parte superior desta fiestra- Desmarque \"Usar SSL\"- Usuario: O seu nome " -#~ "de usuario (Ex: Demo)- Actualizar: Período co que quere que Evolution " -#~ "sincronice os datos co servidor4. Faga clic en Aceptar e introduza o seu " -#~ "contrasinal de OpenERP5. Un novo calendario CalDAV co nome que vostede " -#~ "introduciu debe aparecer no lado esquerdo. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contén a funcionalidade básica para un sistema caldav como: -" -#~ " Servidor WebDAV que proporciona acceso remoto ó calendario- Sincronización " -#~ "do calendario utilizando WebDAV- Evento de calendario personalizado e " -#~ "atributo todo (por facer) con calquera modelo de OpenERP- Proporciona a " -#~ "funcionalidade Importar/Exportar iCalPara acceder a calendarios usando " -#~ "clientes CalDAV, introduza neles o " -#~ "enderezo:http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c" -#~ "Para acceder ó calendario OpenERP usando WebCal a un sitio remoto, introduza " -#~ "a URL " -#~ "así:http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/CALENDAR_NAME.icsOnde" -#~ ",HOSTNAME: Host onde se executa o servidor OpenERP (con webdav) PORT : Porto " -#~ "onde se executa o servidor OpenERP (por defecto: 8069)DATABASE_NAME: Nome da " -#~ "base de datos onde se creou o calendario OpenERP CALENDAR_NAME: Nome do " -#~ "calendario a acceder\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para a configuración específica de SSL, consulte a documentación " -#~ "seguinte. Agora, para configurar o calendario, cómpre:1. Facer clic en " -#~ "\"Configuración\" e ir a páxina \"Correo, Contactos, Calendarios\"2. Ir a " -#~ "\"Engadir conta...\"3. Facer clic en \"Outras\"4. Desde o grupo " -#~ "\"Calendarios\", seleccionar \"Engadir conta CalDAV\"5. Introducir o nome do " -#~ "host (Ex: se a URL é http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com é o host)6. Encher o Usuario e o Contrasinal co seu usuario e " -#~ "contrasinal de OpenERP7. Como Descrición, pode deixar o nome do servidor ou " -#~ "algo así como \"Calendarios OpenERP\".8. Se non está a utilizar un servidor " -#~ "SSL, obterá un erro, non se preocupe e prema \"Continuar\"9. A continuación, " -#~ "facer clic en \"Configuración avanzada\" para especificar os portos e rutas " -#~ "correctos10. Especificar o porto para o servidor OpenERP: 8071 para SSL, " -#~ "8069 sen SSL.11. Configurar a \"Conta URL\" na ruta correcta do WebDAV " -#~ "OpenERP:a URL proposta polo asistente (Ex: " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/)12. Facer clic en Feito. O " -#~ "teléfono conectarase ó servidor OpenERP e comprobará que pode utilizar a " -#~ "conta.13. Ir ó menú principal do iPhone e introducir a aplicación " -#~ "Calendario. Os seus calendarios de OpenERP serán visibles dentro da " -#~ "selección do botón \"Calendarios\". Observe que ó crear unha nova entrada de " -#~ "calendario, terá que especificar en que calendario debe gardarse. Se vostede " -#~ "necesita SSL (e o seu certificado non está verificado, como é usual), " -#~ "primeiro terá que dicirlle ó iPhone que confíe nel. Siga estes pasos:s1. " -#~ "Abra Safari e introduza o lugar HTTPS do servidor " -#~ "OpenERP:https://my.server.ip:8071/(asumindo que ten o servidor en " -#~ "\"my.server.ip\" e o porto HTTPS é o valor por defecto 8071)s2. Safari " -#~ "tentará conectarse e emitirá unha advertencia sobre o certificado utilizado. " -#~ "Inspeccione o certificado e faga clic en \"Aceptar\" para que o iPhone " -#~ "confíe nel. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerrequisito----------Non hai forma interna de sincronizar o calendario con " -#~ "CalDAVAsí que hai que instalar software de terceiros: Calendario (CalDav) " -#~ "polo de agora é a única formaConfiguración-------------1. Abra Calendar " -#~ "SyncObterá unha interface con dúas pestanasPermaneza na primeira2. URL do " -#~ "Calendario CalDAV: Introduza a URL arriba proporcionada (Ex: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)3. Introduza " -#~ "o seu nome de usuario e o contrasinal de OpenERP4. Se o seu servidor non usa " -#~ "SSL, recibirá un aviso, responda \"Si\"5. Agora pode sincronizar manualmente " -#~ "ou personalizar a configuración para sincronizar cada x minutos.\n" -#~ " \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "Seleccionar arquivo ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Amosar CalDAV" diff --git a/addons/caldav/i18n/hr.po b/addons/caldav/i18n/hr.po deleted file mode 100644 index 5859cf537f4..00000000000 --- a/addons/caldav/i18n/hr.po +++ /dev/null @@ -1,836 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * caldav -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:31+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapiranje vrijednosti" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url of the caldav server, use for synchronization" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Datoteka" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Event Export" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Provide Path for Remote Calendar" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Import .ics File" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Zatvori" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Attendee" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Can not map a field more than once" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Object" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Za obaviti" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Povlašteni obrazac korisnika" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Services" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expression as constant" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "U redu" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav Server" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Datetime In UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Za napraviti" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Export ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Use the field" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Calendar Lines" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Pretplata na događaje" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Uvezi ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancel" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Događaj" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Kalendar Kolekcija" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Pogreška! Ne možete stvarati rekurzivne mape." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Otvori" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Vrsta" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Save in .ics format" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Calendar attributes" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Browse" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android based device" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Datum kreiranja" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Mapiranje Atributa" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Mapa" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Provide path for remote calendar" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domena" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Pretplati" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Vlasnik" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalendar" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject Field" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Message..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Calendar Collections" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "The same filename cannot apply to two records!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Mapa ne može biti sama sebi nadređena!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendars" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Zbirka" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Write Date" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "The directory name must be unique !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "User Preference" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expression" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Select ICS File" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Uređaji" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapiranje polja" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Browse Caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Ostale informacije" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Ostale" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"akođer izvoz . ICS ulazak uz mapu Kalendar, s WebCal sadržajem." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkcija" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Opis" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Kalendar/redak na koji se primjenjije ovo mapiranje" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapiranje" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Uvezi" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Event Import" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Interval u satima" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Ime datoteke" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Pretplata na drugi udaljeni kalendar" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "For supporting clients, the color of the calendar entries" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Naziv" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Export .ics File" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Save ICS file" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Order" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Color" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MY" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Calendar fields" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Uvezi poruku" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Subscribe" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Mapa mora imati roditelja ili pohranu (storage)" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "osnovno.kalendar.za napraviti" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "For supporting clients, the order of this folder among the calendars" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Provide path for Remote Calendar" - -#~ msgid "Select ICS file" -#~ msgstr "Select ICS file" - -#~ msgid "Browse caldav" -#~ msgstr "Browse caldav" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Share Calendar using CalDAV" diff --git a/addons/caldav/i18n/hu.po b/addons/caldav/i18n/hu.po deleted file mode 100644 index b5abebc768a..00000000000 --- a/addons/caldav/i18n/hu.po +++ /dev/null @@ -1,831 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * caldav -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.0dev\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:31+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Érték leképezés" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Fájlnév" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Esemény exportálása" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Adja meg a távoli naptár elérési útját" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr ".ics fájl importálása" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Résztvevő" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Vigyázat !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Tárgy" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Tennivaló" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Szolgáltatások" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "CalDAV szerver" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "Tennivaló" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "ISC exportálása" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Használja a mezőt" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Naptársorok" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Feliratkozás az eseményre" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "ICS importálása" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Esemény" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Naptárgyűjtemény" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Hiba! Nem hozhat létre körkörös mappahivatkozást." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Típus" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Mentse .ics formátumban" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Hiba !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Naptár attributumok" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "CalDAV böngészése" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Létrehozás dátuma" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Attributumok leképezése" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Könyvtár" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Adja meg a távoli naptár elérési útját" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domain" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Tulajdonos" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Naptár" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Az ICS formátum érvénytelen, a fájlt nem lehet importálni" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Üzenet..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Naptárgyűjtemények" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Naptárak" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Gyűjtemény" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Dátum írása" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "A könyvtár nevének egyedinek kell lennie !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Kérjük, adja meg a megfelelő URL-t!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Kifejezés" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "ICS fájl kiválasztása" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Szoftver/Eszközök" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mezők leképezése" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "CalDAV böngészése" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Egyéb információ" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Egyéb" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkció" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Leírás" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Leképezés" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Sikeres importálás" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Esemény importálása" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervallum órákban" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Fájl neve" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Név" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Figyelmeztetés" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr ".ics fájl exportálása" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "ICS fájl mentése" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Megrendelés" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Hiba!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Színek" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Naptármezők" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Üzenet importálása" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Feliratkozás" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Adja meg a távoli naptár elérési útját" - -#~ msgid "Select ICS file" -#~ msgstr "ICS fájl kiválasztása" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "CalDAV segítségével ossza meg a naptárát" - -#~ msgid "Browse caldav" -#~ msgstr "CalDAV böngészése" diff --git a/addons/caldav/i18n/it.po b/addons/caldav/i18n/it.po deleted file mode 100644 index 41e555069f4..00000000000 --- a/addons/caldav/i18n/it.po +++ /dev/null @@ -1,1105 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:24+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mappatura Valore" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL del server caldav, utilizzare per sincronizzazione" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nome File" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Esportazione evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Fornire il percorso per il Calendario Remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importa file .ICS" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Chiuso" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Partecipante" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Non è possibile mappare un campo più di una volta" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Attenzione!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Oggetto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Da fare" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Modulo preferenze utente" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servizi" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Espressione come costante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evoluzione" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Per favore fornire la corretta configurazione di \"%s\" nelle linee del " -"Calendario" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Server caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "DA FARE" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Esporta ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usa il campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Non è possibile creare più di una volta linee: \"%s\"" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linee calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Iscrizione Evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importa ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Annulla" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Collezione Calendario" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Errore! Non è possibile creare Cartelle ricorsive." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Apri" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Salva nel formato .ICS" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Errore !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Attributi calendario" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Sfoglia caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo basato su Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data di Creazione" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Mappatura Attributi" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Cartella" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Fornire il percorso del calendario remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Dominio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Sottoscrivi" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Proprietario" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Per favore installare python-vobject da " -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato non valido dell ics, il file non può essere importato" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID Ris." - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Messaggio..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Collezioni calendario" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Lo stesso nome file non può essere applicato a due record!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "La cartella non può essere padre di sè stessa!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendari" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Collezione" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Scrivi data" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Il nome della cartella deve essere unico!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferenze utente" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Per favore fornire l'URL corretto!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Espressione" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Selezionare il file ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software / Dispositivi" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mappatura Campi" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Sfoglia caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Altre Informazioni" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Altro" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Esportare una .ics vicino alla cartella calendario, con contenuto " -"WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funzione" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descrizione" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Applicare la mappatura calendario/linea a" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mappatura" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importazione effettuata con successo" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importa" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importa evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervallo in ore" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nome file" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Sottoscriversi ad un Calendario remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Per il client supportati, il colore delle voci calendario" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nome" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Allarme" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Il partecipante deve avere un ID email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Esporta file .ICS" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Errore importazione vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Salva file ISC" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird / Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Ordine" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Errore!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Colore" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MIEI" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campi calendario" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importa messaggio" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Sottoscrivi" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "La Cartella deve avere un padre o uno storage" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Il nome dell'oggetto deve iniziare per “x_” e non contenere alcun carattere " -#~ "speciale!" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Fornire il percorso per il Calendario Remoto" - -#~ msgid "Select ICS file" -#~ msgstr "Selezionare il file ICS" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Condividere il calendario usando CalDav" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Questo modulo contiene funzionalità base per sistemi CalDAV come: \n" -#~ " - Server WebDAV che fornisce un accesso remoto al calendario\n" -#~ " - Sincronizzazione di calendari usando WebDAV\n" -#~ " - Personalizzazione evento calendario e attributi con ogni modello di " -#~ "OpenERP\n" -#~ " - Fornisce funzionalità di importazione / esportazione iCal\n" -#~ "\n" -#~ " Per accedere ai calendari usando i client CalDAV, puntare a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Per accedere al calendario OpenERP usare WebCAL al sito remoto usando " -#~ "l'URL:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Dove,\n" -#~ " HOSTNAME: host (con webdav) dove sta girando il server OpenERP\n" -#~ " PORT: porta in cui sta \"ascoltando\" il server OpenERP (per " -#~ "default: 8069)\n" -#~ " DATABAE_NAME: Nome del database su cui il calendario OpenERP è stato " -#~ "creato\n" -#~ " CALENDAR_NAME: Nome del calendario a cui accedere\n" - -#~ msgid "Browse caldav" -#~ msgstr "Sfoglia caldav" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Andate nella vista calendario\n" -#~ "\n" -#~ " 2. File -> Nuovo -> Calendario\n" -#~ "\n" -#~ " 3. Compilare il modulo \n" -#~ " - tipo: Caldav\n" -#~ " - nome: quello che volete (es. Meeting)\n" -#~ " - URL: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (es : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) quello " -#~ "fornito all'inizio di questa videata\n" -#~ " - Togliere la spunta \"Usa SSL\"\n" -#~ " - Nome utente: Il vostro nome utente (es.: demo)\n" -#~ " - Refresh: quante volte volete che evolution sincronizzi i dati con " -#~ "il server\n" -#~ "\n" -#~ " 4. Cliccare OK e fornire la vostra password di OpenERP\n" -#~ "\n" -#~ " 5. Un nuovo calendario chiamata con il nome da voi fornito dovrebbe " -#~ "comparire sul lato sinistro. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Prerequisiti\n" -#~ "----------\n" -#~ "Se state utilizzando Thunderbird, prima è necessario installare il modulo " -#~ "lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configurazione\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Andare in visualizzazione calendario\n" -#~ "\n" -#~ "2. File -> Nuovo calendario\n" -#~ "\n" -#~ "3. Scegliere \"Sulla rete\"\n" -#~ "\n" -#~ "4. Per il formato scegliere CalDav\n" -#~ " e come luogo scegliere l'URL qui fornito (es. " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Scegliere un nome ed un colore per il calendario, consigliamo di togliere " -#~ "la spunta su \"Mostra allarmi\"\n" -#~ "\n" -#~ "6. Inserire poi il vostro login e password di OpenERP (per non dover più " -#~ "fornire la password spuntare \"Usa il password manager per ricordare questa " -#~ "password\"\n" -#~ "\n" -#~ "7. Il processo è completo, i vostri meeting dovrebbero apparire ora sulla " -#~ "vista calendario\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Server WebDav che fornisce un accesso remoto al calendario\n" -#~ " * Sincronizzazione di calendario utilizzando WebDav\n" -#~ " * Personalizza eventi calendari e attributi con ogni modello OpenERP\n" -#~ " * Fornisce funzionalità di import / export iCal\n" -#~ "\n" -#~ " Per accedere ai calendario utilizzando client CalDav, farli puntare a:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Per accedere al calendario OpenERP utilizzando WebCal da sito remoto " -#~ "utilizzare un URL tipo:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Dove,\n" -#~ " HOSTNAME: Host dove risiede il server OpenERP (con WebDav attivo)\n" -#~ " PORT: porta su cui sta girando il server OpenERP (di default è " -#~ "8069)\n" -#~ " DATABASE_NAME: Nome del database su cui il calendario OpenERP è " -#~ "stato creato\n" -#~ " CALENDAR_NAME: Nome del calendario a cui accedere\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Prerequisiti\n" -#~ "---------\n" -#~ "Non c'è un modo pre costruito di sincronizzare un calendario con caldav.\n" -#~ "E' perciò necessario installare software di terze parti: Calendario " -#~ "(CalDav), \n" -#~ "per ora, è il solo\n" -#~ "\n" -#~ "configurazione\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Aprire sincronizzazione calendario\n" -#~ " Io fornisco un'interfaccia con 2 tabulazioni\n" -#~ " Stare sul primo\n" -#~ " \n" -#~ "2. URL calendario Caldav: mettere l'URL qui fornito (es: " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Fornire il vostro utente e password di openerp\n" -#~ "\n" -#~ "4. Se il vostro server non utilizza SSL, avrete un avviso, confermate con " -#~ "\"Sì\"\n" -#~ "\n" -#~ "5. Fatto questo potrete sincronizzare manualmente o personalizzare le " -#~ "impostazioni di sincronizzazione ogni x minuti.\n" -#~ " \n" -#~ " " diff --git a/addons/caldav/i18n/ja.po b/addons/caldav/i18n/ja.po deleted file mode 100644 index 7145dc7cc74..00000000000 --- a/addons/caldav/i18n/ja.po +++ /dev/null @@ -1,959 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-06-08 02:42+0000\n" -"Last-Translator: Akira Hiyama \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "価値の配分" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "caldavサーバのURL。同期化に使われます。" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"事前要求事項\n" -"----------\n" -"CalDAVとのカレンダー同期を行う組み込みの方法はありません。\n" -"サードパーティのソフトウェアのインストールが必要です:Calendar(CalDAV)が現在唯一です。\n" -"\n" -"設定\n" -"-------------\n" -"\n" -"1. Calendar Syncを開きます。\n" -" 2つのタブのインタフェースが現れます。\n" -" 最初のタブに留まります。\n" -"\n" -"2. CaDAV Calendar URL:そのURL にアクセスします(即ち " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)。\n" -"\n" -"3. OpenERPのユーザ名とパスワードを入力します。\n" -"\n" -"4. サーバがSSLを使わない場合は警告を受けます。\"Yes\"を応答します。\n" -"\n" -"5. すると、手動で同期、または x分毎に同期を設定するカスタマイズが可能です。\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "ファイル名" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "イベントのエクスポート" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "遠隔カレンダーへの経路を指定して下さい。" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr ".ics ファイルのインポート" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "閉じる(_C)" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "出席者" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "項目を重複して割当てることはできません。" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"カレンダーはOpenERPモデルの全てとともにカレンダーイベントとToDo属性のカスタマイズが可能です。カレンダーはiCalのインポート / " -"エクスポートを提供します。WebDAVサーバはカレンダーへのリモートアクセスを提供します。カレンダークライアントとともにミーティングの同期を手伝います。S" -"unbird、Calendar Evaluation、MobileのようにCalDAVクライアントを使ってカレンダーにアクセスできます。" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "警告" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "オブジェクト" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "作業項目" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "ユーザ参照票" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "サービス" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "定数の表現" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "評価" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "OK" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. カレンダービューへ行く\n" -"\n" -" 2. ファイル -> 新規 -> カレンダー\n" -"\n" -" 3. フォームを埋める\n" -" ・ タイプ:CalDav\n" -" ・ 名前:好みの名前(例:会議)\n" -" ・ " -"URL:http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (例: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings)このウィンドウに与えら" -"れたもの\n" -" ・ \"SSL使用\"のチェックを外す\n" -" ・ ユーザ名:あなたのユーザ名(例:demo)\n" -" ・ リフレッシュ:サーバとデータの同期を行う好みの時間間隔\n" -"\n" -" 4. OKをクリックし、OpenERPのパスワードを入力\n" -"\n" -" 5. 名付けをした新しいカレンダーが左側に表示\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "カレンダー行の \"%s\" を正しく設定して下さい。" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Caldav のホスト名の設定" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav サーバ" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "協定世界時の日付と時間" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "i フォン" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "実行すべきこと" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "ICS をエクスポートする" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "この項目を使用" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "複数の \"%s\" 行を作ることはできません。" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Webcal カレンダー" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "カレンダー行" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "イベントの予定" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "ICSをインポート" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "キャンセル( _C )" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "イベント" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "カレンダー収集" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "エラー:ディレクトリを重複して作ることはできません。" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "開く( _O )" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "次へ" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "タイプ" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr ".ics 形式で保存" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "エラー" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "カレンダーの特性" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldavブラウズ" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "アンドロイド搭載デバイス" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "OpenERPのホスト名を設定して下さい。例えば: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "作成日" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "特性のマッピング" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "ディレクトリ" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "遠隔カレンダーへの経路を指定して下さい。" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "ドメイン" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "継読する ( _S )" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "所有者" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "カレンダー" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"http://vobject.skyhouseconsulting.com/ からpython-vobjectをダウンロードして、インストールして下さい。" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "ICS の形式が正しくありません。ファイルをインポートできません。" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject 項目" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "応答ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "メッセージ…" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "カレンダー収集" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "同じファイル名を2つのレコードに適用することはできません。" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "ディレクトリはそれ自身の親になれません。" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "カレンダー" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "集合" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "記入日" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" ・ WebDAVサーバはカレンダーにリモートアクセスを提供\n" -" ・ WebDAVを使ってカレンダーの同期\n" -" ・ 全てのOpenERPモデルとともにカレンダーイベントとToDo属性をカスタマイズ\n" -" ・ iCalのインポート / エクスポート機能を提供\n" -"\n" -" CalDAVクライアントを使ってカレンダーにアクセスする先:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" WebCalを使ってOpenERPカレンダーにアクセスするためのリモートサイトのURL:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" 場所\n" -" HOSTNAME:稼動中のOpenERPサーバ(WebDAVとともに)ホスト名\n" -" PORT:稼動中のOpenERPサーバのポート(デフォルト:8069)\n" -" DATABASE_NAME:作成されたOpenERPカレンダーのデータベース名\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "ディレクトリ名は固有でなければいけません。" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "ユーザ参照" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "正しいURLを指定して下さい。" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "表現" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "ICS ファイルの選択" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "ソフトウェア / デバイス" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "項目マッピング" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"事前要求事項\n" -"----------\n" -"Thunderbirdを使っている場合、最初にlightningモジュールをインストールする必要があります。\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"設定\n" -"-------------\n" -"1. カレンダービューへ行く\n" -"\n" -"2. ファイル -> 新規カレンダー\n" -"\n" -"3. \"ネットワークで\"を選択\n" -"\n" -"4. フォーマットとしてCalDAVを選択\n" -" " -"場所としてURLを指定(例:http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)" -"\n" -"\n" -"5. カレンダーの名前と色を選択。警報のチェックを外すのが望ましい\n" -"\n" -"6. OpenERPのログイン名とパスワードを入力(パスワード入力を1回だけとする場合はパスワードを記憶するをチェック)\n" -"\n" -"7. 完了すると、その時にはカレンダービューにミーティングが現れる\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "caldav を表示する" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "ホスト名" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "他の情報" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "その他" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "私のカレンダー" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "また、.ics エントリーを隣のカレンダーフォルダにWebCalコンテンツとともにインポートします。" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "機能" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com or companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "詳細" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "このマッピングのカレンダー / 行の適用先" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "マッピング" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "正しくインポートしました。" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "インポート( _I )" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "イベントのインポート" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "時間間隔" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "ファイル名" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "遠隔カレンダを継読する。" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "サポートするクライアントのカレンダーエントリーの色" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "氏名" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "警報" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "出席者はEメールIDを持っていなければいけません。" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr ".ics ファイルをエクスポートする。" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject のインポートエラー" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "ICS ファイルを保存する" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" SSL固有の設定は以下のドキュメントを参照して下さい。\n" -"\n" -"カレンダーの設定のために次のことをする必要があります:\n" -"\n" -"1. 設定をクリックし、メール、コンタクト、カレンダーページに行きます。\n" -"2. アカウントを追加に進みます。\n" -"3. その他をクリックします。\n" -"4. カレンダーグループからCalDAVアカウントの追加を選択します。\n" -"\n" -"5. ホスト名を入力します。\n" -" (例:URLが http://openerp.com:8069/webdav/db_1/calendars/ " -"であれば、openerp.comのホスト)\n" -"\n" -"6. OpenERPのユーザ名とパスワードを埋めます。\n" -"\n" -"7. 詳細として、サーバ名かOpenERPカレンダーの類の何れかを残すことができます。\n" -"\n" -"9. SSLサーバを使わない場合、エラーが発生します。気に留めず継続を押下します。\n" -"\n" -"10. 詳細設定をクリックし正しいポートとパスを設定します。\n" -"\n" -"11. OpenERPサーバのポートを指定:SSLは8071、他は8069\n" -"\n" -"12. アカウントURLにOpenERP WebDAVの正しいパスを設定します。\n" -" URLはウィザードにより与えられます(例:http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"13. 完了をクリック。上手くいけば電話はOpenERPサーバに接続詞アカウントの使用を検証します。\n" -"\n" -"14. iPhoneのメインメニューに行き、カレンダーアプリケーションに入ります。\n" -"  あなたのOpenERPカレンダーはカレンダーボタンの選択の内側に表示される。\n" -"  新しいカレンダーエントリーを作成する時、保存されるカレンダーの指定が必要であることに注意して下さい。\n" -"\n" -"SSLを必要とする場合は(証明書はいつものように検証済ではない)、最初に次の手順でiPhoneに信頼させることが必要です。\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"\n" -" s1. Safari(ブラウザ)を開いてOpenERPサーバのhttpsの場所を入力します:\n" -"  https://my.server.ip:8071/\n" -" (サーバが\"my.server.ip\"にありHTTPSポートがデフォルトの8071と想定)\n" -" s2. Safariは接続してその証明書が使われたことを警告します。証明書を検証し、同意するとiPhoneは信頼します。\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "順序" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "エラー" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "色" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "カレンダー項目" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "インポートメッセージ" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "継読する" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "ディレクトリは親あるいはストレージを持っていなければいけません。" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "サポートするクライアントのカレンダー中のフォルダ並び順" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "遠隔カレンダーへの経路を指定して下さい。" - -#~ msgid "Select ICS file" -#~ msgstr "ICS ファイルを選んで下さい。" - -#~ msgid "Browse caldav" -#~ msgstr "caldav を表示する" diff --git a/addons/caldav/i18n/lv.po b/addons/caldav/i18n/lv.po deleted file mode 100644 index ca3d67af134..00000000000 --- a/addons/caldav/i18n/lv.po +++ /dev/null @@ -1,828 +0,0 @@ -# Latvian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:18+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Latvian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Vērtību kartēšana" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Faila nosaukums" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Pasākumu eksports" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Norādiet ceļu uz attālināto kalendāru" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importēt .ics failu" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Aizvērt" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Dalībnieks" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Nevar kartēt lauku vairāk par vienu reizi" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Uzmanību!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objekts" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Izdarīt" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Izteiksme kā konstante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Labi" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TODO" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Eksportēt ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Lietot šo lauku" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Nevar izveidot irndu \"%s\" vairāk par vienu reizi" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Kalendāra rindas" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Pierakstīšanas uz pasākumiem" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importēt ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Atcelt" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Notikums" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Kalendāru kolekcija" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Kļūda! Nevar veidot rekursīvas mapes." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tips" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Saglabāt .ics formātā" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Kļūda!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Kalendāra īpašības" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Izveides Datums" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Īpašību kartēšana" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Mape" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Norādiet ceļu uz attālināto kalendāru" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domēns" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Pierakstīties" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Īpašnieks" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalendārs" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Nekorekts ics formāts, nevar importēt failu." - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject lauks" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Ziņojums..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Kalendāru kolekcijas" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Nevar pielietot vienu faila nosaukumu diviem ierakstiem!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Mape nevar būt virsmape pati sev!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalendāri" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Kolekcija" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Mapes nosaukumam jābūt unikālam!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Lūdzu, norādie korektu URL!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Izteiksme" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Izvēlēties ICS failus" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Lauku Sasaiste" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Cita informācija" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkcija" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Apraksts" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Kartēšana" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importēt" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Pasākumu imports" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervāls stundās" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Faila nosaukums" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Pierakstīties uz attālināto kalendāru" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nosaukums" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Atgādinājums" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Dalībniekam jābūt e-pasta ID" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Eksportēt .ics failu" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject Importa Kļūda!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Saglabāt ICS failu" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Secība" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Kļūda!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Krāsa" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "Mans" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Kalendāra lauki" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importēt ziņojumus" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Pierakstīties" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Select ICS file" -#~ msgstr "Izvēlēties ICS failus" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Norādiet ceļu uz attālināto kalendāru" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Dalīties kalendārā lietotj CalDAV" diff --git a/addons/caldav/i18n/mn.po b/addons/caldav/i18n/mn.po deleted file mode 100644 index 7c40d7904c2..00000000000 --- a/addons/caldav/i18n/mn.po +++ /dev/null @@ -1,821 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-08-10 08:54+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Энгийн талбар" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Каледарын Цуглуулга" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Андройд дээр суурилсан төхөөрөмж" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Уучлаарай python-vobject эндээс http://vobject.skyhouseconsulting.com/ " -"суулгана уу" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Мессеж" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Програм /Төхөөрөмжүүд" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject Импорт алдаа !" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "ICS файл хадгалах" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Импортын Мессеж" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" diff --git a/addons/caldav/i18n/nl.po b/addons/caldav/i18n/nl.po deleted file mode 100644 index c1bb22c9dbb..00000000000 --- a/addons/caldav/i18n/nl.po +++ /dev/null @@ -1,1369 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:56+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Waarde verdeling" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url van de caldav server, gebruikt voor synchronisatie" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Voorwoord\n" -"----------\n" -"Er is geen ingebouwde manier om agenda te synchroniseren met CalDAV.\n" -"Zodoende is het noodzakelijk om software van derden te installeren: Calendar " -"(CalDav)\n" -"Dit is voor nu is het de enige mogelijkheid\n" -"\n" -"configuratie\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" UW krijgt een scherm met 2 tabs\n" -" Blijf op de eerste tab\n" -"\n" -"2. CaDAV Kalender URL: Geef hier de URL in zoals eerder aangegeven (bijv: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Voer uw OpenERP gebruikersnaam en wachtwoord in\n" -"\n" -"4. Als uw server geen gebruik maken van SSL, krijg u een waarchuwing, zeg " -"\"Ja\"\n" -"\n" -"5. Dan kunt u handmatig synchroniseren of handmatig instellingen maken om " -"elke x minuten te synchroniseren.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Bestandsnaam" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Gebeurtenis exporteren" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Vul het pad naar de remote agenda in" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importeren .ics bestand" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Sluiten" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Deelnemer" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Kan een veld niet meer dan één keer indelen" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Agenda\" laat u gebeurtenissen en taken onderhouden met elk OpenERP model. " -"Agenda heeft iCal Import/Export functies en een Webdav server die in externe " -"toegang voorziet. U kunt Agenda synchroniseren met uw agenda client. U " -"krijgt toegang tot Agenda via CalDAV cliënten zoals thunderbird, evolution, " -"mobiel." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Waarschuwing !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Object" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Te doen" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Gebruiker voorkeuren formulier" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Services" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expressie als constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Ga naar kalanderweergave\n" -"\n" -" 2. Bestand -> Nieuw -> Kalender\n" -"\n" -" 3. Vul het formulier in;\n" -" - type : CalDav\n" -" - naam : Wat uwilt (bijv. : Bespreking)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) degene " -"welke wordt aangegeven bovenaan dit scherm\n" -" - uitvinken \"User SSL\"\n" -" - gebruikersnaam: Uw naam (bijv. : Demo)\n" -" - ververs: iedere keer dat de data met de server wordt " -"gesynchroniseerd.\n" -"\n" -" 4. Klik op ok en geef uw OpenERP wachtwoord in\n" -"\n" -" 5. Een nieuwe kalender met de naam die u zojuist heeft gekozen moet " -"verschijnen aan de linkerzijde.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Vul aub juiste configuratie van \"%s\" in bij agendaregels" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Caldav's hostnaam configuratie" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav Server" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Datetime in UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TE DOEN" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "ICS exporteren" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Het veld gebruiken" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Kan regel \"%s\" niet meer dan eens maken" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Webcal kalendar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Agendaregels" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Gebeurtenis inschrijven" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "ICS importeren" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Annuleren" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Gebeurtenis" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Agenda collectie" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Fout ! U kunt geen recursieve mappen maken." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Openen" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Volgende" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Soort" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Opslaan in .ics indeling" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Fout !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Agenda kenmerken" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Browse" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android gebaseerd apparaat" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Configureer de OpenERP hostnaam. Bijvoorbeeld: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Datum gemaakt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Kenmerk verdeling" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Map" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Pad naar remote agenda invullen" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domein" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Inschrijven" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Eigenaar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Agenda" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Installeer aub python-vobject via http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Ongeldig formaat van ics, bestand kan niet worden geïmporteerd" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject veld" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Bericht..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Agenda mappen" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Dezelfde bestandsnaam kan niet gebruikt worden voor twee records!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Map kan niet bovenliggend aan zichzelf zijn!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Agenda's" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Agendamap" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Schrijfdatum" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" * WebDAV-server die op afstand toegang biedt tot agenda\n" -" * Synchronisatie van agenda met behulp van WebDAV\n" -" * Aanpassen agenda-item en todo attribuut met een van OpenERP model\n" -" * Biedt iCal Import / Export functionaliteit\n" -"\n" -" Om agenda's met behulp van CalDAV clients te benaderen, verwijs deze " -"naar:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Om een OpenERP agenda met webcal naar externe site gebruik de URL:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" waar;\n" -" HOSTNAME: Host waarop OpenERP server (met WebDAV) draait\n" -" PORT: Port waarop OpenERP server draait (standaard: 8069)\n" -" Database_name: Naam van de databank waarop OpenERP agenda is " -"gemaakt\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "De mapnaam moet uniek zijn!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Gebruikers voorkeuren" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Vul aub een correcte URL in !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expressie" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "ICS bestand selecteren" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/apparaten" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Velden verdeling" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Voorwoord\n" -"-------------\n" -"Als u Thunderbird gebruikt, dient u eerst de 'lightning' module te " -"installeren\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuratie\n" -"-------------\n" -"\n" -"1. Ga naar de kalenderweergave\n" -"\n" -"2. Bestand -> Nieuwe agenda\n" -"\n" -"3. Kies \"Op het netwerk\"\n" -"\n" -"4. Voor het formaat kiest u CalDav\n" -" en de locatie van de url hierboven gegeven (bijv: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Kies een naam en een kleur voor de Agenda, en wij adviseren u het vinkje " -"\"alarm\" uit te vinken\n" -"\n" -"6. Geef vervolgens uw OpenERP gebruikersnaam en het wachtwoord in\n" -"\n" -"7. Klik vervolgens op Voltooien. Uw afspraken woerden nu weergegeven in uw " -"agenda\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Browse Caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Hostnaam" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Overige info" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Overig" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Mijn kalender(s)" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Ook een .ics bestand naar de agendamap exporteren, met WebCal inhoud." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Functie" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com of bedrijfsserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Omschrijving" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "De agendaregel heeft betrekking op" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Verdeling" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importeren succesvol" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importeren" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Gebeurtenis importeren" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Interval in uren" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Bestandsnaam" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Inschrijven op remote agenda" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Voor ondersteunde clients, de kleur van de agenda items" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Naam" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Deelnemer moet een emailadres hebben" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exporteren .ics bestand" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject import fout!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "ICS bestand opslaan" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" Voor SSL-specifieke configuratie raadpleegt u de documentatie hieronder\n" -"\n" -"Om de agenda's in te stellen, dient u:\n" -"\n" -"1. Klik op de \"Instelingen\" en ga naar de \"Mail, Contacten, Agenda's\" " -"pagina.\n" -"2. Ga naar \"Account toevoegen ...\"\n" -"3. Klik op \"Andere\"\n" -"4. Van de \"Agenda\" groep, selecteer \"Toevoegen CalDAV Account\"\n" -"\n" -"5. Voer de hostnaam\n" -" (bijv.: als de url is http://openerp.com:8069/webdav/db_1/calendars/, " -"openerp.com is de gastheer)\n" -"\n" -"6. Vul uw OpenERP gebruikersnaam en wachtwoord in\n" -"\n" -"7. Als een beschrijving, kunt u de server naam laten staan of\n" -" iets als \"OpenERP agenada's\".\n" -"\n" -"9. Als u geen gebruik maakt van een SSL-server, krijgt u een foutmelding. " -"Maakt u geen zorgen en druk op \"Doorgaan\"\n" -"\n" -"10. Klik vervolgens op de \"Geavanceerde instellingen\" een geeft in de " -"jusite\n" -" poorten en paden.\n" -"\n" -"11. Geef de poort voor de OpenERP server: 8071 voor SSL, 8069 zonder.\n" -"\n" -"12. Stel de \"Account-URL\" op het juiste pad van de OpenERP webdav:\n" -" de url gegeven door de wizard (bijv: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"11. Klik op Gereed. De telefoon zal hopelijk verbinding met de server " -"OpenERP\n" -" en controleer of het de account kan gebruiken.\n" -"\n" -"12. Ga naar het hoofdmenu van de iPhone en daar ga naar de Agenda.\n" -" De OpenERP kalenders zijn zichtbaar in de keuze van de Agenda's\n" -" Merk op dat wanneer u een nieuw agenda-item maakt, Moet u aangeven\n" -" voor welke kalender deze moet worden opgeslagen.\n" -"\n" -"Als u SSL nodig heeft (en uw certificaat is niet een geverifieerde, zoals " -"meestal),\n" -"dan moet u de iPhone dat eerst vertrouwen. Volg deze\n" -"stappen:\n" -"\n" -" s1. Open Safari en voer de https locatie van de OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (ervan uitgaande dat je de server op \"my.server.ip\" en de HTTPS-" -"poort\n" -" is de standaard 8071)\n" -" s2. Safari zal proberen verbinding te maken en een waarschuwing geven " -"over het gebruikte certificaat.\n" -" Controleer het certificaat en klik op \"Accepteer\", zodat de iPhone " -"het nu vertrouwt\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Volgorde" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Fout!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Kleur" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MIJN" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Agenda velden" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Bericht importeren" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Inschrijven" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Map moet een bovenliggende map hebben of opslag zijn" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Voor ondersteunende clients, de volgorde van deze map onder de agenda's" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "De objectnaam moet beginnen met x_ en mag geen speciale tekens bevatten!" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Vul het pad naar de remote agenda in" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Agenda delen middels CalDAV" - -#~ msgid "Select ICS file" -#~ msgstr "ICS bestand selecteren" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Deze module bevat basis functionaliteit voor een caldav systeem zoals: " -#~ "\n" -#~ " - Webdav server die voorziet in remote access voor de agenda\n" -#~ " - Synchronisatie van agenda gebruikmakend van WebDAV\n" -#~ " - Aanpassen agenda gebeurtenis en todo attribuut met elk OpenERP model\n" -#~ " - Voorzet in iCal Import/Export functionaliteit\n" -#~ "\n" -#~ " Voor toegang tot agenda's met CalDAV clienten, stuur ze naar:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Voor toegang tot aganda's met WebCal naar remote site gebruik een URL " -#~ "zoals:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Waarbij,\n" -#~ " HOSTNAME: Host waarop OpenERP server(met webdav) draait\n" -#~ " PORT : Poort waarop OpenERP server draait (standaard : 8069)\n" -#~ " DATABASE_NAME: Databasenaam waarin OpenERP agenda is gemaakt\n" -#~ " CALENDAR_NAME: te benaderen Agenda naam\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Vereist\n" -#~ "----------\n" -#~ "Als u Thunderbird gebruikt moet u eerst de lightning module installeren\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuratie\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ga naar Agenda weergave\n" -#~ "\n" -#~ "2. Bestand -> Nieuwe agenda\n" -#~ "\n" -#~ "3. Kies \"Op het netwerk\"\n" -#~ "\n" -#~ "4. voor formaat kies CalDav\n" -#~ " en als locatie de hierboven genoemde url (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Kies een naam en kleur voor de agenda, and we adviseren on \"alarm\" uit " -#~ "te zetten\n" -#~ "\n" -#~ "6. Voer vervolgens uw openerp gebruiker en wachtwoord in (zet \"Gebruik " -#~ "password Manager om dit wachtwoord te onthouden\" aan)\n" -#~ "\n" -#~ "7. Dan afsluiten, uw afspraken zouden nu in de agenda weergave te zien " -#~ "moeten zijn\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * Webdav server die remote toegang tot agenda geeft\n" -#~ " * Synchronisatie van aganda via WebDAV\n" -#~ " * Aanpassen agenda gebeurtenis en todo attribuut met elk OpenERP model\n" -#~ " * Voorziet in iCal Import/Export functionaliteit\n" -#~ "\n" -#~ " Om agenda's te benaderen via CalDAV clients, verwijs ze naar:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Om de OpenERP agenda te benaderen via WebCal naar remote site gebruik de " -#~ "URL zoals:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Waarbij,\n" -#~ " HOSTNAME: Host computer waarop OpenERP server(met webdav) draait\n" -#~ " PORT : Poort waarop OpenERP server draait (standaard : 8069)\n" -#~ " DATABASE_NAME: Naam van de database waarin de OpenERP agenda is " -#~ "gemaakt\n" -#~ " CALENDAR_NAME: Naam van te benaderen agenda\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ga naar agenda weergave\n" -#~ "\n" -#~ " 2. Bestand -> Nieuw -> Agenda\n" -#~ "\n" -#~ " 3. Vul het formulier in \n" -#~ " - type : CalDav\n" -#~ " - naam : Wat je maar wilt (bijv : Afspraken)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (bijv : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) \n" -#~ " - zet \"User SSL\" uit\n" -#~ " - Username : uw gebruikersnaam (bijv : Demo)\n" -#~ " - Refresh : hoevaak u wilt dat evolution de gegevens synchroniseert " -#~ "met de server\n" -#~ "\n" -#~ " 4. Klik OK en geeft uw openerp wachtwoord\n" -#~ "\n" -#~ " 5. Een nieuwe agenda met de door u opgegeven naam zou aan de linkerzijde " -#~ "moeten verschijnen. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "vereiste\n" -#~ "----------\n" -#~ "Er is geen ingebouwde manier om de agenda te synchroniseren met caldav.\n" -#~ "U moet software van derden installeren: Calendar (CalDav) \n" -#~ "voor het moment is dat de enigste\n" -#~ "\n" -#~ "configuratie\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " U krijgt een interface met 2 tabbalden\n" -#~ " Blijf op de eerste\n" -#~ " \n" -#~ "2. CalDAV Calendar URL : vul de bovengenoemde url in (bijv : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Vul uw openerp gebruikersnaam en wachtwoord in\n" -#~ "\n" -#~ "4. Als uw server geen SSL gebruikt, krijgt u een waarschuwing, antwoord met " -#~ "\"Yes\"\n" -#~ "\n" -#~ "5. Dan kunt u handmatig synchroniseren of de instellingen aanpassen om elke " -#~ "x minuten te synchroniseren.\n" -#~ " \n" -#~ " " - -#~ msgid "Browse caldav" -#~ msgstr "Browse caldav" diff --git a/addons/caldav/i18n/pl.po b/addons/caldav/i18n/pl.po deleted file mode 100644 index 184ba47a5bc..00000000000 --- a/addons/caldav/i18n/pl.po +++ /dev/null @@ -1,837 +0,0 @@ -# Polish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:19+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapowanie wartości" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nazwa pliku" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Eksport zdarzeń" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Wprowadź ścieżkę dla zewnętrznego kalendarza" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importuj plik .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Zamknij" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Uczestnicy" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Ostrzeżenie !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Obiekt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Do zrobienia" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Wyrażenie jako stała" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Podaj poprawną konfigurację \"%s\" w pozycjach kalendarza" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Eksport ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Zastosuj pole" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Nie można tworzyć pozycji \"%s\" więcej niż raz" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Pozycje kalendarza" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Subskrypcja zdarzeń" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importuj ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Anuluj" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Zdarzenie" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Kolekcja kalendarzy" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Błąd! Nie możesz tworzyć rekurencyjnych katalogów." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Typ" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Zapisz w formacie .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Błąd !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atrybuty kalendarza" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data utworzenia" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Mapowanie atrybutów" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Katalog" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Wporwadź ścieżkę dla drugiego kalendarza." - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domena" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subskrybuj" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Właściciel" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalendarz" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Pole OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Wiadomość..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Kolekcje kalendarzy" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Ten sam plik nie może dotyczyć dwóch rekordów !" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Katalog nie może być nadrzędny dla samego siebie !" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalendarze" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Kolekcja" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Nazwa katalogu musi być unikalna !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Wprowadź poprawny URL !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Wyrażenie" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Wybierz plik ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapowanie pól" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Inne informacje" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Również eksportuj zapis .ics następny za katalogiem kalendarza z " -"zawartością WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkcja" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Opis" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Kalendarz/Pozycja, której dotyczy mapowanie" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapowanie" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importuj" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Import zdarzeń" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Interwał w godzinach" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nazwa pliku" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Subskrybuj inny kalendarz" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Kolor zapisów kalendarza (dla programów akceptujących kolory)" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nazwa" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Uczestnik musi mieć id email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Eksportuj plik .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Zapisz plik ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Kolejność" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Błąd!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Kolor" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Pola kalendarza" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importuj wiadomość" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Subskrybuj" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Katalog musi mieć katalog nadrzędny lub nazwę napędu." - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Kolejność katalogu w kalendarzach (dla klientów obsługujących kolejność)" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Nazwa obiektu musi zaczynać się od x_ oraz nie może zawierać znaków " -#~ "specjalnych !" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Wprowadź ścieżkę dla zewnętrznego kalendarza" - -#~ msgid "Select ICS file" -#~ msgstr "Wybierz plik ICS" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Współdziel kalendarz stosująć CalDAV" diff --git a/addons/caldav/i18n/pt.po b/addons/caldav/i18n/pt.po deleted file mode 100644 index 42608b71b09..00000000000 --- a/addons/caldav/i18n/pt.po +++ /dev/null @@ -1,1376 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-31 15:16+0000\n" -"Last-Translator: ThinkOpen Solutions \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Valor da relação" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url do servidor caldav, usado para sincronização" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Pré requerem\n" -"----------\n" -"Não há nenhuma maneira buit-in para sincronizar o calendário com o CalDAV.\n" -"Então, precisa instalar uma terceira parte do software : Calendário " -"(CalDav)\n" -"por enquanto é o único\n" -"\n" -"configuração\n" -"-------------\n" -"\n" -"1. Abrir Sincronizador do Calendário\n" -" Vou pegar uma interface com 2 abas\n" -" Fique sobre a primeira\n" -"\n" -"2. CaDAV URL Calendário: colocar a URL dado acima (ou seja: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Coloque o seu nome de utilizador e senha OpenERP\n" -"\n" -"4. Se o servidor não usar SSL, vai ter um aviso, a dizer \"Sim\"\n" -"\n" -"5. Depois, pode sincronizar manualmente ou personalizado as configurações " -"para sincronizar a cada x minutos.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nome do Ficheiro" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportação de evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar ICS" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Fechar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Participante" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Não é possível relacionar um campo mais de uma vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendars\" permite que se personalize o calendário de eventos e atribua " -"tarefas com qualquer um dos modelos OpenERP. Os calendários fornecem " -"funcionalidades iCal de Importação / Exportação. O servidor Webdav que " -"fornece o acesso remoto ao calendário. Ajuda a sincronizar Reuniões com " -"clientes do Calendário. Pode aceder aos calendários ao usar clientes CalDAV, " -"como sunbird, Calendar Evaluation, Mobile." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Aviso!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "A fazer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formulário de preferências do utilizador" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Serviços" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expressão como constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolução" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Ir para vista calendário\n" -"\n" -" 2. Ficheiro -> Novo -> Calendário\n" -"\n" -" 3. Preencha o formulário\n" -" - Tipo: CalDav\n" -" - Nome: O que quiser (ou seja: Reunião)\n" -" - Url: " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie: " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) um dado " -"no topo desta janela\n" -" - Desmarque a opção \"Utilizador SSL\"\n" -" - Nome de utilizador: O seu nome de utilizador (ou seja: Demo)\n" -" - Atualizar: sempre que quer que a evolução sincronizar os dados " -"com o servidor\n" -"\n" -" 4. Clique em OK e dê a sua password OpenERP\n" -"\n" -" 5. Um novo calendário nomeado com o nome que deu deve aparecer no lado " -"esquerdo.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Por favor, forneça a configuração adequada das \"%s\" Linhas no Calendário" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "CalDAV configuração do nome do host" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Na data, hora UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TODO" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "use o campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Não é possível criar linha \"%s\" mais de uma vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Calendário Webcal" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linhas Calendário" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Inscrição em evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Coleção Calendário" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Erro! Não é possível criar Pastas recursivas." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Próximo" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Guardar no formato ICS" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Erro!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos do Calendário" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Pesquisa Caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android dispositivo baseado" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Configure o seu hostname do OpenERP. Por exemplo: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data de criação" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Atributos da relação" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Directório" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Forneça o caminho para a agenda remota" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domínio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subscreva" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Dono" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendário" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Por favor, instale o python-vobject a partir de " -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "ICS com formato inválido. O ficheiro não pode ser importado." - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Aberto o Campo do objeto" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "mensagem..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Coleções do calendário" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Não pode haver dois registos com o mesmo nome de ficheiro." - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Uma pasta não pode ser ascendente de sí própria" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendários" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Coleção" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Escreva Data" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" * Servidor WebDAV que fornece acesso remoto ao calendário\n" -" * A sincronização do calendário usando o WebDAV\n" -" * Personalizar o calendário de eventos e atributo de tarefas com qualquer " -"modelo do OpenERP\n" -" * Fornece a funcionalidade Importar / Exportar da iCal\n" -"\n" -" Para aceder aos Calendários usando clientes CalDAV, apontá-los para:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Para aceder ao calendário do OpenERP usando WebCal para o site remoto " -"usar a URL como:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Sempre que,\n" -" HOSTNAME: Anfitrião em que o servidor OpenERP(com WebDAV) em " -"execução\n" -" PORT: Porta na qual o servidor OpenERP está a ser executado (por " -"padrão: 8069)\n" -" DATABASE_NAME: Nome da base de dados em que o calendário do " -"OpenERP é criado\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "O nome da pasta tem de ser único !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferências de utilizador" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Por favor, indique um URL válido!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expressão" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Selecione o ficheiro ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Software/Devices" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Relação dos campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Pré requere\n" -"----------\n" -"Se estiver a usar o thunderbird, primeiro tem que instalar o módulo " -"lightning\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuração\n" -"-------------\n" -"\n" -"1. Ir para Vista do Calendário\n" -"\n" -"2. Ficheiro -> Novo Calendário\n" -"\n" -"3. Escolha \"Na Rede\"\n" -"\n" -"4. para o formato escolha CalDav\n" -" e como a localização do URL dada acima (ou seja: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Escolha um nome e uma cor para o calendário, e aconselhamos que desmarque " -"a opção \"alarme\"\n" -"\n" -"6. Em seguida, coloque o seu login e senha OpenERP (para dar a senha só tem " -"que marcar a caixa \"Gerador de senhas para lembrar esta senha\"\n" -"\n" -"7. Em seguida termine, as suas reuniões devem aparecer agora na vista do " -"calendário\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Pesquisa Caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "HostName" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Outras informações" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Outros" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Meu Calendário(s)" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Também exportar um .ics entrada ao lado da pasta de calendário, com " -"conteúdo WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Função" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com or companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descrição" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "O calendário/linha desta relação aplica-se a" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Relação" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importação bem sucedida" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importação de evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo (em horas)" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nome do ficheiro" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Subscreva o Calendário Remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Para o suporte de clientes, a cor das movimentos do calendário" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nome" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarme" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Participante deve ter um E-mail Id" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar o ficheiro ICS" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject Erro a Importar!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Guardar o ficheiro ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" Para a configuração específica SSL consulte a documentação abaixo\n" -"\n" -"Agora, para configurar os calendários, precisa:\n" -"\n" -"1. Clique em \"Configurações\" e vá para a página \"Mail, Contatos, " -"Calendários\".\n" -"2. Vá para \"Adicionar conta ...\"\n" -"3. Clique em \"Outros\"\n" -"4. No grupo \"Calendários\", selecione \"Adicionar Conta CalDAV\"\n" -"\n" -"5. Digite o nome do host\n" -" (ou seja: se a url seja http://openerp.com:8069/webdav/db_1/calendars/, " -"openerp.com é o host)\n" -"\n" -"6. Preencha Nome de utilizador e senha com seu login e senha OpenERP\n" -"\n" -"7. Como uma descrição, pode deixar o nome do servidor ou\n" -" algo como \"calendários OpenERP\".\n" -"\n" -"9. Se não estiver a usar um servidor SSL, obterá um erro, não se preocupe e " -"clique em \"Continuar\"\n" -"\n" -"10. De seguida, clique em \"Configurações avançadas\" para especificar os " -"portos e caminhos corretos.\n" -"\n" -"11. Especifique o porto para o servidor OpenERP: 8071 para SSL, sem o 8069 " -".\n" -"\n" -"12. Defina a \" Conta URL\" para o caminho certo do webdav OpenERP:\n" -" a url dada pelo assistente (ou seja: " -"http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"\n" -"11. Clique em Concluído. O telemóvel irá conetar-se ao servidor OpenERP\n" -" e verificar se consegue usar a conta.\n" -"\n" -"12. Vá para o menu principal do iPhone e entre na aplicação do calendário.\n" -" Os seus calendários OpenERP serão visíveis dentro da seleção do botão\n" -" \"Calendários\".\n" -" Note que ao criar uma nova entrada na agenda, terá que especificar\n" -" qual o calendário que deve ser guardado.\n" -"\n" -"Se precisa do SSL (e o seu certificado não está verificado, como de " -"costume),\n" -"em seguida, primeiro terá que deixar a confiança do iPhone. Siga estes\n" -"passos:\n" -"\n" -" s1. Abra o Safari e digite o local https do servidor do OpenERP:\n" -" https://my.server.ip:8071/\n" -" (supondo que tem o servidor em \"my.server.ip\" e a porta HTTPS\n" -" é o padrão 8071)\n" -" s2. Safari irá tentar conetar-se e emitir um aviso sobre o certificado\n" -" usado. Inspecione o certificado e clique em \"Aceitar\" para que o " -"iPhone \n" -" agora confia nele.\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Ordem" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Erro!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Cor" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MY" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos do calendário" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar mensagem" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Inscrição" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "A pasta tem de ter um ascendente ou um armazenamento" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "Para clientes do suporte, a ordem desta pasta entre calendários" - -#~ msgid "Select ICS file" -#~ msgstr "Selecione o ficheiro ICS" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Forneça o caminho para o Calendário Remoto" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartilhar Calendário usando CalDAV" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " * O servidor Webdav que fornece o acesso remoto para o calendário\n" -#~ " * Sincronização de calendário usando WebDAV\n" -#~ " * Customize calendário de eventos e de tarefas com qualquer atributo do " -#~ "modelo OpenERP\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Pré requesitos\n" -#~ "----------\n" -#~ "Se estiver a usar o thunderbird, primeiro é necessário instalar o módulo " -#~ "Lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuração\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Ir para visualização de calendário\n" -#~ "\n" -#~ "2. Arquivo -> Novo Calendário\n" -#~ "\n" -#~ "3. Escolha \"Na rede\"\n" -#~ "\n" -#~ "4. para este formato escolha CalDav\n" -#~ " e como a localização do url acima (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Escolha o nome e a cor para o calendário, e aconselhamos que desmarque o " -#~ "\"alarme\"\n" -#~ "\n" -#~ "6. Em seguida, coloque o seu login e senha OpenERP (seleccione a caixa para " -#~ "guardar senha \"Usar para lembrar esta senha\"\n" -#~ "\n" -#~ "7. Depois em Concluir, as suas reuniões devem aparecer agora na sua opção " -#~ "calendário\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Ir para visualização do calendário\n" -#~ "\n" -#~ " 2. Arquivo -> Novo -> Calendário\n" -#~ "\n" -#~ " 3. Preencha o formulário \n" -#~ " - tipo : CalDav\n" -#~ " - nome : a sua escolha (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) o mesmo " -#~ "que foi dado no topo desta janela\n" -#~ " - Desmarque \"User SSL\"\n" -#~ " - Nome utilizador : O seu nome de utilizador (ie : Demo)\n" -#~ " - Actualizar : sempre que quiser sincronizar os dados com o " -#~ "servidor\n" -#~ "\n" -#~ " 4. Clique em OK e dê a sua password do OpenERP\n" -#~ "\n" -#~ " 5. Um novo nome de calendário dado por si deverá aparecer no lado " -#~ "esquerdo. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contêm funcionalidades básicas para o sistema caldav : \n" -#~ " - Servidor Webdav que fornece acesso remoto para o calendário\n" -#~ " - Sincronização do calendário usando WebDAV\n" -#~ " - Personalize o calendário de eventos e de tarefas com qualquer atributo " -#~ "do modelo OpenERP\n" -#~ " - Fornece a funcionalidade Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acederaos cliente do calendário a usar CalDAV, direccione-os para:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para aceder ao calendário OpenERP usando WebCal para o site remoto usar " -#~ "o URL:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " onde,\n" -#~ " HOSTNAME: Host no qual o servidor OpenERP (com webdav) está em " -#~ "execução\n" -#~ " PORT : Porta na qual o servidor OpenERP está em execução (Por padrão " -#~ ": 8069)\n" -#~ " DATABASE_NAME: Nome do banco de dados em que o calendário OpenERP é " -#~ "criado\n" -#~ " CALENDAR_NAME: Nome do calendário para o acesso\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Pré-requesitos\n" -#~ "----------\n" -#~ "Não existe nenhuma maneira built-in para sincronizar calendário com caldav.\n" -#~ "É necessário instalar a terceira parte do software: Calendário (CalDav) \n" -#~ "por enquanto é o único\n" -#~ "\n" -#~ "configuração\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Abrir sincronização do calendário\n" -#~ " Irá aparecer uma interface com duas abas\n" -#~ " Mantenha-se na primeira\n" -#~ " \n" -#~ "2. O URL do calendário CalDAV : coloque o URL dado acima (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Coloque o seu nome de utilizador e senha do openerp\n" -#~ "\n" -#~ "4. Se o seu servidor não usar SSL, se deseja receber um aviso \"Sim\"\n" -#~ "\n" -#~ "5. Depois, pode sincronizar manualmente ou personalize as configurações para " -#~ "sincronizar a cada x minutos.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Para a configuração específica SSL consulte a documentação abaixo\n" -#~ "\n" -#~ "Agora, para configurar os calendários, é necessário:\n" -#~ "\n" -#~ "1. Clique em \"Configurações\" e vá para a página \"E-Mail, Contactos, " -#~ "Calendários\".\n" -#~ "2. Ir para \"Adicionar conta...\"\n" -#~ "3. Clique \"Outros\"\n" -#~ "4. A partir do grupo \"Calendários\" , seleccione \"Adicionar conta " -#~ "CalDAV\"\n" -#~ "\n" -#~ "5. Insira nome do host \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com é o host)\n" -#~ "\n" -#~ "6. Preencha o nome de utilizador e senha com o seu login e senha do openerp\n" -#~ "\n" -#~ "7. Como uma descrição, você pode deixar o nome do servidor ou\n" -#~ " algo como \"Calendários OpenERP\".\n" -#~ "\n" -#~ "9. Se não estiver a usar um servidor SSL, irá dar um erro, carregue em " -#~ "\"Continuar\"\n" -#~ "\n" -#~ "10. Seleccione \"Configurações avançadas\" para especificar os direito\n" -#~ " dos portes de envio. \n" -#~ " \n" -#~ "11. Especifique os portes ao servidor OpenERP: 8071 para SSL, sem 8069.\n" -#~ "\n" -#~ "12. Seleccione \"Conta URL\" para o caminho certo do OpenERP webdav:\n" -#~ " o URL dado pelo assistente (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Clique em concluir. O telefone irá conectar-se com o servidor OpenERP\n" -#~ " e verificar se pode usar a conta.\n" -#~ "\n" -#~ "12. Vá para o menu principal do iPhone e entre na aplicação Calendário.\n" -#~ " Os seus calendários OpenERP serão visíveis dentro da secção\n" -#~ " \"Calendários\".\n" -#~ " Note que ao criar uma nova entrada no calendário, terá que especificar\n" -#~ " em que calendário que deve ser guardado.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Se precisar de SSL (e o certificado não é certificado , como de costume),\n" -#~ "então, terá que o certificar na iPhone. Siga estes\n" -#~ "passos:\n" -#~ "\n" -#~ " s1. Abra o Safari e insira a localização https do servidor OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assumindo que tem o servidor em \"my.server.ip\" e a porta HTTPS \n" -#~ " de padrão 8071)\n" -#~ " s2. O Safari irá tentar conectar-se e emitir um aviso sobre o " -#~ "certificado\n" -#~ " usado. Inspeccione o certificado e clique em \"Aceitar\" para que a " -#~ "iPhone\n" -#~ " certifique agora. \n" -#~ " " - -#~ msgid "Browse caldav" -#~ msgstr "Pesquisa caldav" diff --git a/addons/caldav/i18n/pt_BR.po b/addons/caldav/i18n/pt_BR.po deleted file mode 100644 index 6ae8e074b3a..00000000000 --- a/addons/caldav/i18n/pt_BR.po +++ /dev/null @@ -1,880 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-07-28 18:39+0000\n" -"Last-Translator: Fábio Martinelli - http://zupy.com.br " -"\n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapeamento de Valor" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "URL do servidor caldav, use para sincronização" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Nome do Arquivo" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportar Evento" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Forneça o caminho para o Calendário Remoto" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importar Arquivo .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Fechar" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Participante" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Não é possível mapear um campo mais de uma vez" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Atenção!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objeto" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "À Fazer" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Preferências do usuário" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Serviços" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expressão tão constante" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolução" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Por favor, forneça a configuração apropriada de \"%s\" nas Linhas do " -"Calendário" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Configuração do host name do Caldav" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Servidor Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "À Fazer" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportar ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Usar o campo" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Não é possível criar a linha \"%s\" mais de uma vez" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linhas do Calendário" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Inscrever-se no Evento" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importar ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancelar" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evento" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Coleção do Calendário" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Erro! Você não pode criar diretórios recursivos." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Abrir" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Próximo" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tipo" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Salvar em formato .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Erro!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributos do Calendário" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Folhear Caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispositivo baseado no Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data de Criação" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Mapeamento dos Atributos" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Diretório" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Forneça do caminho para o calendário remoto" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domínio" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Inscrever-se" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Proprietário" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendário" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Por favor instale python-vobject de http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Formato inválido para ics, arquivo não pode ser importado" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campo OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Menssagem..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "O mesmo arquivo não pode ser aplicado para dois registros!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Diretório não pode ser pai de si mesmo!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendários" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Coleção" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Escrever Data" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "O nome do diretório deve ser único!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferência de Usuário" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Por favor, forneça a URL correta!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expressão" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Selecionar arquivo ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapeamento de Campos" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Outras Informações" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Outro" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Função" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descrição" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "O calendário/linha deste mapeamento se aplica para" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapeamento" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importação bem sucedida" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Importar Evento" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervalo em horas" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nome do arquivo" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Inscrever-se para o Calendário Remoto" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nome" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarme" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Participante deve ter um ID de E-mail" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exportar Arquivo .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Erro de importação vobject" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Salvar arquivo ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Ordem" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Erro!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Cor" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MEU" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campos do Calendário" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importar Menssagem" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Inscrever-se" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Forneça o caminho para o Calendário Remoto" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Este módulo contém funcionalidades básicas para sistema CalDAV, como: \n" -#~ " - Servidor WebDAV para acesso remoto ao calendário\n" -#~ " - Sincronização do calendário usando WebDAV\n" -#~ " - Evento customizado e atributo à fazer com qualquer modelo do OpenERP\n" -#~ " - Fornece funcionalidade Importar/Exportar iCal\n" -#~ "\n" -#~ " Para acessar Calendários usando clientes CalDAV, use:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Para acessar o Calendário OpenERP usando WebCal para um site remoto, use " -#~ "a URL como:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Onde,\n" -#~ " HOSTNAME: Host onde o servidor OpenERP(com webdav) está rodando\n" -#~ " PORT :Porta onde o servidor OpenERP está rodando (Por padrão : " -#~ "8069)\n" -#~ " DATABASE_NAME: Nome do banco de dados onde o Calendário OpenERP foi " -#~ "criado\n" -#~ " CALENDAR_NAME: Nome do calendário para acesso\n" - -#~ msgid "Select ICS file" -#~ msgstr "Selecionar arquivo ICS" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Compartilhar Calendário usando CalDAV" diff --git a/addons/caldav/i18n/ro.po b/addons/caldav/i18n/ro.po deleted file mode 100644 index 76e061e9247..00000000000 --- a/addons/caldav/i18n/ro.po +++ /dev/null @@ -1,1382 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:31+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Valoare Mapare" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url al serverului caldav, folositi pentru sincronizare" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Pre-cerinte\n" -" ----------\n" -"Nu exista nicio modalitate predefinita de a sinctoniza calendar cu candav.\n" -"Prin urmare, trebuie sa instalati un program tert : Calendar (CalDav)\n" -"pentru moment este singurul\n" -"\n" -"configurare\n" -" -------------\n" -" \n" -"1. Deschideti Calendar Sync\n" -" Obtineti o interfata cu 2 taburi\n" -" Ramaneti pe primul\n" -"\n" -"2. URL Calendar CalDAV : introduceti URL-ul dat mai sus (adica: " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Introduceti numele de utilizator si parola openerp\n" -"\n" -"4. Daca serverul dumneavoastra nu foloseste SSl, veti primi un mesaj de " -"avertizare, spuneti \"Da\"\n" -"\n" -"5. Apoi puteti sa sincronizati manual sau sa personalizati setarile pentru a " -"va sincroniza la fiecare x minute.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Numele fisierului" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Export Eveniment" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Furnizeaza pista pentru Remote Calendar" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importa fisiere .ics" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Inchide" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Participant" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Nu se poate proiecta un camp decat odata" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Calendare\" va permite sa personalizati evenimentul calendar si atributul " -"de efectuat cu orice model OpenERP. Calendarele ofera functionalitatea iCal " -"Import/Export. Serverul webdav care ofera acces de departe la calendar va " -"ajuta sa va sincronizati intalnirile cu clientii Calendar. Puteti accesa " -"Calendar folosind clientii CalDAV, precum sunbird, Evaluarea Calendar, " -"Mobilul." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Avertizare !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Obiect" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "De efectuat" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Formular preferinte utilizator" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Servicii" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Expresia ca si constanta" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolutie" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Bine" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Mergeti la Vizualizarea Calendar\n" -" \n" -" 2. Fisier -> Nou -> Calendar\n" -" \n" -" 3. Completati formularul\n" -" - tip : CalDav\n" -" - nume : Oricare doriti (de exemplu: Intalnire)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie :\n" -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) cel dat " -"in partea de sus a acestei ferestre\n" -" - debifati \"Utilizator SSL\"\n" -" - Nume de utilizator : Numele dumneavoastra de utilizator (de ex: " -"Demo)\n" -" - Actualizeaza : oricand doriti sa sincronizati datele cu serverul\n" -"\n" -" 4. Faceti click pe ok si introduceti-va parola openerp\n" -"\n" -" 5. Ar trebui sa apara un calendar nou cu numele dat de dumneavoastra in " -"partea stanga.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" -"Va rugam asigurati configurarea adecvata a \"%s\" in Liniile Calendar" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "Configurare nume gazda Caldav" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Server Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Data in UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "DE EFECTUAT" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exporta ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Folositi campul" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Nu poate fi creata linia \"%s\" decat odata" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Calendar Webcal" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linii Calendar" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Abonare eveniment" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importa ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Anuleaza" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "eveniment.de_baza.calendar" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Eveniment" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Colectie Calendar" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Eroare! Nu puteti crea Directoare recursive." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Deschide" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Urmatorul" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tip" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Salveaza in format .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Eroare !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atribute Calendar" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Rasfoire Caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Dispozitiv bazat pe Android" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "Configurati-va propriul nume de gazda openerp. De exemplu : " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Data crearii" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Atribute Mapare" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Director" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Asigura calea spre calendar la distanta" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domeniu" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Abonare" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Proprietar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Calendar" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Va rugam instalati python-vobject din http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Format nevalid al ics, fisierul nu poate fi importat" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Campul OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "Res. ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Mesaj..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Colectii Calendar" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Acelasi nume de fisier nu poate fi aplicat la doua inregistrari!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Directorul nu poate fi parinte lui insusi!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Calendare" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Colectie" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Scrieti data" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" * Serverul Webdav care asigura accesul la distanta la calendar\n" -" * Sincronizarea calendarului folosind WebDAV\n" -" * Personalizeaza evenimentul calendar si atributul de efectuat cu orice " -"model OpenERP\n" -" * Asigura functionalitatea Import/Export iCal\n" -" \n" -" Pentru a accesa Calendare folosind clientii CalDAV, directionati-i la " -"adresa:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" Pentru a accesa OpenERP Calendar folosind WebCal la un site la distanta " -"folositi un URL precum:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Unde,\n" -" HOSTNAME (nume gazda): Gazda unde ruleaza serverul OpenERP (cu " -"webdav)\n" -" PORT : Portul unde ruleaza serverul OpenERP (Implicit : 8069)\n" -" NUME_BAZA_DE_DATE: Numele bazei de date unde este creat OpenERP " -"Calendar\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Numele directorului trebuie sa fie unic !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Preferinta Utilizatorului" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Furnizati URL adecvat !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "fus_orar.calendar.baza" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Expresie" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "participant.calendar.baza" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "alias.calendar.baza" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Selectati fisierul ICS" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Program/Dispozitive" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapare Campuri" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"Conditie prealabila\n" -" ----------\n" -" Daca folositi thunderbird, mai intai trebuie sa instalati modulul " -"lightning\n" -" http://www.mozilla.org/projects/calendar/lightning/\n" -" \n" -"configurare\n" -" -------------\n" -" \n" -"1. Mergeti la Vizualizare Calendar\n" -" \n" -"2. Fisier -> Calendar Nou\n" -" \n" -"3. Alegeti \"In Retea\"\n" -" \n" -"4. pentru format alegeti CalDav\n" -" iar ca locatie url-ul de mai sus: (adica : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -" \n" -"5. Alegeti un nume si o culoare pentru Calendar, si va sfatuim sa debifati " -"\"alarma\"\n" -"\n" -"6. Apoi introduceti-va numele de autentificare si parola (pentru a scrie " -"parola trebuie doar sa bifati casuta \"Foloseste Administrator parola pentru " -"a tine minte aceasta parola\"\n" -"\n" -"7. Apoi Finalizeaza, intalnirile dumneavoastra ar trebui sa apara acum in " -"vizualizarea calendar\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Rasfoieste caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Nume gazda" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "calendar.baza" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Alte informatii" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Altele" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Calendarul (Calendarele) mele" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"De asemenea exporta o inregistrare .ics in folderul calendar, cu " -"continut WebCal." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Functie" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "baza_mea_de_date.openerp.com sau serverulcompaniei.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Descriere" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Calendarul/linia la care se aplica aceasta mapare" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapare" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Importul a avut succes" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importa" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Import Eveniment" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Interval in ore" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Nume fisier" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Abonati-va la Calendarul la distanta" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Pentru sustinerea clientilor, culoarea inregistrarilor in calendar" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Nume" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarma" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "alarma.calendar.baza" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Participantul trebuie sa aiba un Id de email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Exporta fisierul .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Eroare Import vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Salveaza fisierul ICS" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" Pentu configurarea specifica SSL vedeti documentatia de mai jos\n" -" \n" -"Acum, pentru a configura calendarele, trebuie sa:\n" -" \n" -"1. Faceti click pe \"Setari\" si mergeti la pagina \"Mail, Contacte, " -"Calendare\".\n" -" 2. Mergeti la \"Adauga un cont...\"\n" -" 3. Faceti click pe \"Altele\"\n" -" 4. Din grupul \"Calendare\", selectati \"Adauga Contul CalDAV\"\n" -" \n" -"5. Introduceti numele gazdei\n" -" (adica : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -" \n" -"6. Completati Numele de utilizator si parola cu numele dumneavoastra de " -"autentificare si parola openerp\n" -" \n" -"7. Ca descriere, puteti lasa numele serverului sau\n" -" ceva de genul \"OpenERP calendare\".\n" -" \n" -"9. Daca nu folositi un server SSL, veti primi o eroare, dar nu va faceti " -"griji si apasati \"Continua\"\n" -" \n" -"10. Apoi faceti click pe \"Setari Avansate\" pentru a specifica\n" -" porturile si caile corecte.\n" -" \n" -"11. Specificati portul pentru serverul OpenERP: 8071 pentru SSL, 8069 fara " -"el.\n" -" \n" -"12. Setati \"Contul URL\" in calea corecta a lui OpenERP webdav:\n" -" url-ul dat de wizard (adica: " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -" \n" -"11. Faceti click pe Efectuat. Speram ca telefonul se va conecta la serverul " -"OpenERP\n" -" si va verifica daca poate folosi contul.\n" -" \n" -"12. Mergeti la meniul principal din iPhone si introduceti aplicatia " -"Calendar.\n" -" Calendarele dumneavoastra OpenERP vor fi vizibile in interiorul " -"selectarii\n" -" butonului \"Calendare\".\n" -" Atentie la faptul ca atunci cand creati o inregistrare in calendar, va " -"trebui sa specificati\n" -" in care calendar ar trebui salvata.\n" -" \n" -"Daca aveti nevoie de SSL (si atestatul d-voastra nu e unul verificat, ca de " -"obicei),\n" -"atunci va trebui sa lasati ca iPhone sa aiba incredere in el. Urmati acesti\n" -"pasi:\n" -"\n" -" s1. Deschideti Safari si introduceti locatia https a serverului " -"OpenERP:\n" -" https://my.server.ip:8071/\n" -" (presupunand ca aveti serverul la \"my.server.ip\", iar portul HTTPS\n" -" este cel predefinit 8071)\n" -" s2. Safari va incerca sa se conecteze si va emite o avertizare " -"referitoare la atestatul\n" -" folosit. erificati atestatul si faceti click pe \"Accepta\" astfel ca " -"iPhone\n" -" poate avea acum incredere in el.\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Comanda" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Eroare!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Culoare" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "Al meu" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Campuri Calendar" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Importa Mesajul" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Abonare" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Directorul trebuie sa aiba un parinte sau o arhiva" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "de _efectuat.calendar.baza" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "Pentru sustinerea clientilor, ordinea acestui folder intre calendare" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Furnizeaza pista pentru Remote Calendar" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " *Serverul Webdav care asigura accesul la distanta la calendar\n" -#~ "\t*Sincronizarea calendarului folosind WebDAV\n" -#~ "\t*Personalizarea evenimenimentelor calendar si atributul de efectuat cu " -#~ "orice model OpenERP\n" -#~ "\t*Asigura functionalitatea Import/Export iCal\n" -#~ "\n" -#~ "\tPentru a accesa Calendare folosind clientii CalDAV, indreptati-i spre:\n" -#~ "\t\thttp://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "\tUnde,\n" -#~ "\t\tHOSTNAME: Gazda unde ruleaza serverul OpenERP (cu webdav)\n" -#~ "\t\tPORT: Portul pe care ruleaza serverul OpenERP (predefinit : 8069)\n" -#~ "\t\tDATABASE_NAME: Numele bazei de date in care este creat Calendarul " -#~ "OpenERP\n" -#~ "\t\tCALENDAR_NAME: Numele calendarului de accesat\n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Cerinta prealabila\n" -#~ "----------\n" -#~ "Daca folositi thunderbird, mai intai trebuie sa instalati modulul lightning " -#~ "(fulger)\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configurare\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Mergeti in Vizualizare Calendar\n" -#~ "\n" -#~ "2. Fisier -> Calendar Nou\n" -#~ "\n" -#~ "3. Selectati \"In Retea\"\n" -#~ "\n" -#~ "4. pentru format selectati CalDav\n" -#~ "\tsi drept locatie url specificat mai sus (adica : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\t\n" -#~ "5. Selectati un nume si o culoare pentru Calendar, iar noi va sfatuim sa nu " -#~ "bifati \"alarma\"\n" -#~ "\n" -#~ "6. Apoi va introduceti autentificarea si parola openerp (pentru a scrie " -#~ "parola doar bifati casuta \"Folositi gestiunea parolei pentru a retine " -#~ "aceasta parola\"\n" -#~ "\n" -#~ "7. Apoi Sfarsit, sedintele dumneavoastra ar trebui sa apara acum in " -#~ "vizualizarea calendar\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Mergeti la Vizualizare Calendar\n" -#~ "\n" -#~ "\t\t2. Fisier -> Nou -> Calendar\n" -#~ "\n" -#~ "\t\t3. Completati formularul \n" -#~ "\t\t\t-tip : CalDav\n" -#~ "\t\t\t-nume : Orice nume doriti (de exemplu : Sedinte)\n" -#~ "\t\t\t-url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings " -#~ "(adica : http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) " -#~ "cel dat in partea de sus a acestei ferestre\n" -#~ "\t\t\t-nu bifati \"User SSL\"\n" -#~ "\t\t\t-Nume utilizator : numele dumneavoastra de utilizator (si anume : " -#~ "Demo)\n" -#~ "\t\t\t-Refresh : ori de cate ori doriti ca evolutia sa sincronizeze datele " -#~ "cu serverul\n" -#~ "\n" -#~ "\t\t4. Click ok si scrieti parola dumneavoastra openerp\n" -#~ "\n" -#~ "\t\t5. Un calendar nou denumit cu numele pe care i l-ati dat ar trebui sa " -#~ "apara in partea stanga. \n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Acest modul Contine functionalitatea de baza pentru sistemul caldav, " -#~ "precum: \t\n" -#~ "\t- Serverul webdav care asigura accesl la distanta la calendar\n" -#~ "\t- Sincronizarea calendarului folosind WebDAV\n" -#~ "\t- Personalizarea evenimentului din caledar si atributul de efectuat cu " -#~ "orice model OpenERP\n" -#~ "\t- Asigura functionalitatea Importa/Exporta iCal\n" -#~ "\n" -#~ "\tPentru a accesa Calendare folosind clientii CalDAV, indreptati-i spre:\n" -#~ "\t\thttp://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "\tPentru a accesa Calendarul OpenERP folosind WebCal la site-ul la distanta " -#~ "folositi un URL precum:\n" -#~ "\t\thttp://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ "\t\tUnde,\n" -#~ "\t\t\tHOSTNAME: Gazda unde ruleaza serverul OpenERP(cu webdav)\n" -#~ "\t\t\tPORT :Portul unde ruleaza serverul OpenERP (predefinit : 8069)\n" -#~ "\t\t\tDATABASE_NAME: Numele bazei de date in care este creat Calendarul " -#~ "OpenERP\n" -#~ "\t\t\tCALENDAR_NAME: Numele calendarului de accesat\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Conditie prealabila\n" -#~ "----------\n" -#~ "Nu exista o modalitate integrata pentru a sincroniza calendarul cu caldav.\n" -#~ "Prin urmare, daca trebuie sa instalati un program tert : Calendar (CalDav)\n" -#~ "este singurul pentru moment\n" -#~ "\n" -#~ "configurare\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Deschideti Calendar Sync\n" -#~ "\tObtineti o interfata cu 2 taburi\n" -#~ "\t\n" -#~ "2. CalDAV Calendar URL : scrieti URL-ul dat mai sus (adica : " -#~ "http://host.com:8069/webdav/db/calendare/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Introduceti numele de utilizator si parola openerp\n" -#~ "\n" -#~ "4. Daca serverul dumneavoastra nu foloseste SSL, veti primi o avertizare, " -#~ "click \"Da\"\n" -#~ "\n" -#~ "5. Apoi puteti sincroniza manual sau puteti personaliza setarile pentru a se " -#~ "sincroniza la fiecare x minute.\n" -#~ " \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Pentru configurarea specifica SSL vedeti documentatia de mai jos\n" -#~ "\n" -#~ "Acum, pentru a configura calendarele, trebuie sa:\n" -#~ "\n" -#~ "1. Faceti click pe \"Setari\" si mergeti la pagina \"Mail, Contacte, " -#~ "Calendare\"\n" -#~ "2. Mergeti la \"Adauga cont...\"\n" -#~ "3. Faceti click pe \"Altele\"\n" -#~ "4. Din grupul \"Calendare\", selectati \"Adauga Contul CAlDav\"\n" -#~ "\n" -#~ "5. Introduceti numele gazdei \n" -#~ "\t(si anume : daca url-ul este " -#~ "http://openerp.com:8069/webdav/db_1/calendars/, gazda este openerp.com)\n" -#~ "\n" -#~ "6. Introduceti Numele utilizatorului si parola cu autentificarea si parola " -#~ "openerp\n" -#~ "\n" -#~ "7. Ca descriere, puteti lasa numele serverului sau\n" -#~ "\tceva precum \"calendare OpenERP\".\n" -#~ "\n" -#~ "9. Daca nu folositi un server SSL, veti avea o eroare, dar nu va ingrijorati " -#~ "si apasati \"Continua\"\n" -#~ "\n" -#~ "10. Apoi faceti click pe \"Setari Avansate\" pentru a specifica \n" -#~ "\t\tporturile si caile corecte. \n" -#~ "\t\n" -#~ "11. Specificati portul pentru serverul OpenERP: 8071 pentru SSL, 8069 fara.\n" -#~ "\n" -#~ "12. Setati \"Cont URL\" pentru calea corecta a lui OpenERP webdav:\n" -#~ "\turl-ul dat de wizard (si anume : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Faceti click pe Efectuat. Speram ca telefonul se va conecta la serverul " -#~ "OpenERP\n" -#~ "\tsi pentru verificare puteti foloci contul.\n" -#~ "\n" -#~ "12. Mergeti in meniul principal al iPhone-ului si introduceti aplicatia " -#~ "Calendar.\n" -#~ "\tCalendarele dumneavoastra OpenERP vor fi vizibile in interiorul selectiei " -#~ "\n" -#~ "\tbutonului \"Calendare\".\n" -#~ "\tObservati ca atunci cand creati o noua inregistrare in calendar, trebuie " -#~ "sa specificati\n" -#~ "\tin care calendar doriti sa fie salvata.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "DACA aveti nevoie de SSL (iar atestatul dumneavoastra nu este unul " -#~ "verificat, ca de obicei), \n" -#~ "atunci mai intai trebuie sa lasati iPhone-ul sa aiba incredere in el. Urmati " -#~ "acesti \n" -#~ "pasi:\n" -#~ "\n" -#~ "\t\ts1. Deschideti Safari si introduceti locatia https a serverului " -#~ "OpenERP:\n" -#~ "\t\t https://my.server.ip:8071/\n" -#~ "\t\t (presupunand ca aveti serverul la \"my.server.ip\" si ca portul HTTPS\n" -#~ "\t\t este predefinit 8071)\n" -#~ "\t\ts2. Safari va incerca sa se conecteze si va emite un avertisment despre " -#~ "atestatul\n" -#~ "\t\t folosit. Verificati atestatul si faceti click pe \"Accepta\" astfel ca " -#~ "iPhone-ul\n" -#~ "\t\t acum are incredere in el. \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "Selectati fisierul ICS" - -#~ msgid "Browse caldav" -#~ msgstr "Rasfoieste caldav" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Partajati Calendarul folosind CalDAV" diff --git a/addons/caldav/i18n/ru.po b/addons/caldav/i18n/ru.po deleted file mode 100644 index 46fdbbd3f9e..00000000000 --- a/addons/caldav/i18n/ru.po +++ /dev/null @@ -1,1213 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:09+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Отображение значения" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url caldav сервера, используется для синхронизации" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Имя файла" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Экспорт события" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Введите путь к удаленному календарю" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Импортировать .ics файл" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Закрыть" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Участник" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Невозможно переназначить поле более одного раза" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Календари\" позволяют настроить события и список дел с использованием " -"любой модели OpenERP. Календари позволяют импортировать/экспортировать в " -"iCal. Webdav сервер позволяет осуществлять удаленный доступ к календарю. " -"Помогает синхронизировать встречи с клиентами. Вы можете получить доступ к " -"календарям с помощью CalDAV клиентов, таких как sunbird, Calendar " -"Evaluation, Mobile." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Внимание!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Объект" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Список задач" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Форма настроек пользователя" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Сервисы" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Выражение как константа" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "ОК" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "Пожалуйста, настройте \"%s\" правильным образом." - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Сервер Caldav" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "Дата и время в UTC" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "TODO" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Экспортировать ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Используйте поле" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Нельзя создать запись \"%s\" более одного раза" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Записи календаря" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Подписка на событие" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Импортировать ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Отменить" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Событие" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Коллекция календаря" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Ошибка! Нельзя создавать вложенные директории." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Открыть" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Тип" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Сохранить в формате .ics" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Ошибка !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Атрибуты календаря" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Обзор Caldav" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android устройство" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Дата создания" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Отображение атрибутов" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Каталог" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "Введите путь к удаленному календарю" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Домен" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Подписаться" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Владелец" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Календарь" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"Пожалуйста, установите python-vobject с " -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "Неверный формат ics файла, импортирование не возможно" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "Поле OpenObject" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "ID Ресурса" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Сообщение..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Коллекции календаря" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Нелья применять одинаковое название файла к двум записям!" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Каталог не может быть родительским для самого себя!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Календари" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Коллекция" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Дата записи" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Имя каталога должно быть уникальным!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "Настройки пользователя" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Введите верный URL!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Выражение" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Выберит ICS файл" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "Программы/Устройства" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Соответствие полей" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "Обзор caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Прочая информация" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Прочие" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Экспортировать также .ics с содержимым WebCal вместе с каталогом " -"календаря." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Функция" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Описание" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Календарь/строка, к которым применяется это соответствие" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Соответствие" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "Импортировано успешно" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Импорт" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Импорт события" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Интервал в часах" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Имя файла" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Подписаться на удаленный календарь" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Для поддерживающих клиентов: цвет записи в календаре" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Название" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Уведомление" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Участник должен иметь Email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Экспортировать .ics файл" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "Ошибка импорта vobject!" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Сохранить ICS файл" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Порядок" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Ошибка!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Цвет" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "MY" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Поля календаря" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Импортировать сообщение" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Подписаться" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Каталог должен иметь родителя или хранилище" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" -"Положение этого каталога среди календарей (только для клиентов, " -"поддерживающих эту функцию)" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Введите путь к удаленному календарю" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "Требование\n" -#~ "----------\n" -#~ "Если вы используете thunderbird, сперва необходимо установить модуль " -#~ "lightning\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "настройка\n" -#~ "----------\n" -#~ "\n" -#~ "1. Переключитесь в вид календаря\n" -#~ "\n" -#~ "2. Файл -> Новый календарь\n" -#~ "\n" -#~ "3. Выберите \"Сетевой календар\"\n" -#~ "\n" -#~ "4. формат установите на CalDav\n" -#~ " и адрес указанный выше (т.е. " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Выберите название и цвет календаря, и мы советуем отключить галочку " -#~ "\"уведомлять\"\n" -#~ "\n" -#~ "6. Затем введите ваш логин и пароль от openerp (для работы только с паролем " -#~ "установите галочку на \"Использовать менеджер паролей\"\n" -#~ "\n" -#~ "7. Нажмите Финиш, и ваши встречи должны появится в окне календаря\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " *Webdav сервер, обеспечивающий удаленный доступ к календарю\n" -#~ " *Синхронизация календаря с помощью WebDAV\n" -#~ " *Настроить события и список дел в календаре с использованием модели " -#~ "OpenERP\n" -#~ " *Позволяет импорт/экспорт в iCal\n" -#~ "\n" -#~ " Для получения доступа к календарям через CalDAV клиентов настройте их к " -#~ "адресу:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Для получения доступа к календарю через WebCal используйте адрес вида:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Где\n" -#~ " HOSTNAME: Хост, на котором работает сервер OpenERP (с webdav)\n" -#~ " PORT: Порт, на котором работает сервер OpenERP(По-умолчанию 8069)\n" -#~ " DATABASE_NAME: Название базы данных, в котором создан календарь\n" -#~ " CALENDAR_NAME: Название календаря\n" -#~ " " - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Открыть доступ к календарю через Caldav" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1. Перейдите в режим календаря\n" -#~ "\n" -#~ " 2. Файл -> Новый -> Календарь\n" -#~ "\n" -#~ " 3. Заполните форму \n" -#~ " - тип : CalDav\n" -#~ " - название : На ваше усмотрение (напр. Встречи)\n" -#~ " - url: " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (напр. " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) указанный " -#~ "в верхней части окна\n" -#~ " - уберите \"Использовать SSL\"\n" -#~ " - Имя пользователя: Ваше имя (напр. Demo)\n" -#~ " - Обновить: каждый раз, когда вы хотите синхронизироваться с " -#~ "сервером\n" -#~ "\n" -#~ " 4. Нажмите ОК и введите пароль от OpenERP\n" -#~ "\n" -#~ " 5. Новый календарь с указанным вами названием должен появится слева. " -#~ "\n" -#~ " " - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " Данный модуль содержит базовые функции caldav, такие как \n" -#~ " - Webdav сервер для удаленного доступа к календарю\n" -#~ " - Синхронизация календаря через Webdav\n" -#~ " - Настройка событий и списка дел в календаре с любым модулем OpenERP\n" -#~ " - Позволяет импортировать/экспортировать в iCal.\n" -#~ "\n" -#~ " Для доступа к календарям через CalDAV клиенты настройте из на адрес:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " Для доступа к календарю через WebCal, настройте его на адрес вида:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " , где\n" -#~ " HOSTNAME: Хост, на котором запущен OpenERP (c webdav)\n" -#~ " PORT : Порт, на котором работает OpenERP (По-умолчанию 8069)\n" -#~ " DATABASE_NAME: Название базы данных, в которой создан календарь\n" -#~ " CALENDAR_NAME: Название календаря\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " Для настроек спецефичных для SSL смотрите документацию ниже\n" -#~ "\n" -#~ "Для настройки календарей вам нужно сделать следующее:\n" -#~ "\n" -#~ "1. Нажмите \"Настройки\", затем выберите \"Почта, Контакты, Календари\".\n" -#~ "2. Выберите \"Добавить аккаунт...\"\n" -#~ "3. Нажмите на \"Другой\"\n" -#~ "4. Из группы \"Календари\" выберите \"Добавить аккаунт CalDAV\"\n" -#~ "\n" -#~ "5. Введите имя хоста\n" -#~ " (т.е. если url выглядит как " -#~ "http://openerp.com:8069/webdav/db_1/calendars/ , то openerp.com будет " -#~ "хостом)\n" -#~ "\n" -#~ "6. Заполните имя пользователя и пароль, так же как и у вашего аккаунта в " -#~ "openerp.\n" -#~ "\n" -#~ "7. Вы можете добавить описание или название сервера или напр. \"Календари " -#~ "OpenERP\".\n" -#~ "\n" -#~ "9. Если вы не пользуетесь SSL сервером, вы получите ошибку, не беспокойтесь " -#~ "о ней, нажмите \"Продолжить\"\n" -#~ "\n" -#~ "10. Затем нажмите на \"Расширенные настройки\" для установки порта и пути.\n" -#~ " \n" -#~ "11. Настройте порт OpenERP сервера: 8071 для SSL, 8069 для обычного.\n" -#~ "\n" -#~ "12. Введите \"URL аккаунта\" справа в OpenERP webdav:\n" -#~ " url заданный мастером (т.е. : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Нажмите на Выполнено. Телефон подключится к серверу OpenERP и проверит " -#~ "возможность использования аккаунта.\n" -#~ "\n" -#~ "12. Откройте главное меню iPhone и запустите приложение Календарь.\n" -#~ " Ваши календари из OpenERP будут видны после выбора \n" -#~ " кнопки \"Календари\".\n" -#~ " Заметьте, что при создании новой записи в календари вам нужно будет " -#~ "выбирать\n" -#~ " в каком календаре ее хранить.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "Если вы желаете использовать SSL (и ваш сертификат как обычно не проверен),\n" -#~ "тогда вам нужно будет сообщить iPhone доверять ему. Следуйте данным \n" -#~ "шагам:\n" -#~ "\n" -#~ " шаг1. Откройте Safari и введите https путь к серверу OpenERP:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (предполагается, что адрес \"my.server.ip\" и стандартный порт HTTPS\n" -#~ " 8071)\n" -#~ " s2. Safari попытается подключится и выведет сообщение об использовании \n" -#~ " сертификата. Нажмите \"Принять\" и iPhone\n" -#~ " будет ему доверять. \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "Требование\n" -#~ "----------\n" -#~ "Встроенного средства синхронизации календаря с Caldav не существует.\n" -#~ "Следовательно вам нужно установить стороннее ПО: Календар (CalDav) \n" -#~ "пока это единственный вариант\n" -#~ "\n" -#~ "настройка\n" -#~ "----------\n" -#~ "\n" -#~ "1. Откройте Синхронизация календаря\n" -#~ " Появится окно с двумя вкладками\n" -#~ " Мы будем работать с первой\n" -#~ " \n" -#~ "2. URL календаря CalDAV: вставьте показанный выше URL (т.е. : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Наберите свой логин и пароль\n" -#~ "\n" -#~ "4. Если ваш сервер не использует SSL, вы получите предупреждение, Нажмите " -#~ "\"Да\"\n" -#~ "\n" -#~ "5. Затем вы можете синхронизировать вручную или настроить на синхронизацию " -#~ "каждые х минут.\n" -#~ " \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "Выберит ICS файл" - -#~ msgid "Browse caldav" -#~ msgstr "Обзор caldav" diff --git a/addons/caldav/i18n/sq.po b/addons/caldav/i18n/sq.po deleted file mode 100644 index 470c2d5ed4d..00000000000 --- a/addons/caldav/i18n/sq.po +++ /dev/null @@ -1,825 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-28 15:39+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Emri i objektit duhet të fillojë me x_ dhe nuk duhet të përmbajë shkronja të " -#~ "veçanta." diff --git a/addons/caldav/i18n/sr.po b/addons/caldav/i18n/sr.po deleted file mode 100644 index 26a3d7a0ede..00000000000 --- a/addons/caldav/i18n/sr.po +++ /dev/null @@ -1,835 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:19+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapiranje Vrednosti" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "IMe Fajla" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportuj Dogadjaj" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Daje put za udaljeni Kalendar" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Uvezi .ics Fajl" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Close" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Ucesnik" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Upozorenje !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objekat" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Ekspresija kao konstanta" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "OK" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "ZaUraditi" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Izvezi ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Koristite polje" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linije Kalendara" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Prijavi Dogadjaj" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Uvezi ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancel" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Dogadjaj" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Kolekcija Kalendara" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Greska ! Ne mozes kreirati rekursivne direktorijume." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tip" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "sacuvaj u .ics formatu" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Greska !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributi Kalendara" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Kreirano Datuma" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Atributi Mapiranja" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Direktorijum" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "daje putanju do udaljenog Kalendara" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domain" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subscribe" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Vlasnik" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalendar" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject polje" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Poruka ..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebPoziv" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Kolekcija Kalendara" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Isto ime fajla ne moze odgovarati za dva zapisa" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalendari" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Kolekcija" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Molim dajte ispravnu URL adresu !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Ekspresija" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Izaberi ICS Fajl" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapiranje polja" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Ostale informacije" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Takodje iznesi i sadrzaj na iz polja odmah do foldera kalendara, " -"zajedno sa WebCal sadrzajem." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkcija" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Opis" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Kalendar/Linija ovo se mapiranje odnosi na" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapiranje" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Import" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Uvezi Dogadjaj" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervali u satima" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Ime Fajla" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Pretplati se na Udaljeni Kalendar" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Zbog podrske klijentima. boja sadrzaja Kalendara" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Ime" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Ucesnik mora imati Licni Email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Izvezi .ics Fajl" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Sacuvaj ICS Fajl" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Redosled" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Greska !" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Boja" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Polja Kalendara" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Uvezi Poruku" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Pretplati se" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "Za podrsku klijentima, redosled foldera izmedju kalendara" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora zapoceti sa x_ i ne sme sadrzavati specijalne karaktere !" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Daje put za udaljeni Kalendar" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Deli kalendar koriscenjem CalDAV-a" - -#~ msgid "Select ICS file" -#~ msgstr "Izaberi ICS Fajl" diff --git a/addons/caldav/i18n/sr@latin.po b/addons/caldav/i18n/sr@latin.po deleted file mode 100644 index 5d10741b562..00000000000 --- a/addons/caldav/i18n/sr@latin.po +++ /dev/null @@ -1,835 +0,0 @@ -# Serbian latin translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 18:04+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Serbian latin \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Mapiranje Vrednosti" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "IMe Fajla" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportuj Dogadjaj" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Daje put za udaljeni Kalendar" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Uvezi .ics Fajl" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Close" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Ucesnik" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Upozorenje !" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Predmet" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Ekspresija kao konstanta" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "OK" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "ZaUraditi" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Izvezi ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Koristite polje" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Linije Kalendara" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Prijavi Dogadjaj" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Uvezi ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Cancel" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Dogadjaj" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "Kolekcija Kalendara" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Greska ! Ne mozes kreirati rekursivne direktorijume." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Tip" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "sacuvaj u .ics formatu" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Greska !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Atributi Kalendara" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Kreirano Datuma" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "Atributi Mapiranja" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Direktorijum" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "daje putanju do udaljenog Kalendara" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domain" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Subscribe" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Vlasnik" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalendar" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "OpenObject polje" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Poruka ..." - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebPoziv" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "Kolekcija Kalendara" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "Isto ime fajla ne moze odgovarati za dva zapisa" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalendari" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Kolekcija" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "Molim dajte ispravnu URL adresu !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Ekspresija" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "Izaberi ICS Fajl" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Mapiranje polja" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Ostale informacije" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" -"Takodje iznesi i sadrzaj na iz polja odmah do foldera kalendara, " -"zajedno sa WebCal sadrzajem." - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funkcija" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Opis" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "Kalendar/Linija ovo se mapiranje odnosi na" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Mapiranje" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Import" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "Uvezi Dogadjaj" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "Intervali u satima" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Ime Fajla" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "Pretplati se na Udaljeni Kalendar" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "Zbog podrske klijentima. boja sadrzaja Kalendara" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Ime" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Alarm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "Ucesnik mora imati Licni Email" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "Izvezi .ics Fajl" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "Sacuvaj ICS Fajl" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Redosled" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Greska !" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Boja" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "Polja Kalendara" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "Uvezi Poruku" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Pretplati se" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "Za podrsku klijentima, redosled foldera izmedju kalendara" - -#~ msgid "" -#~ "The Object name must start with x_ and not contain any special character !" -#~ msgstr "" -#~ "Ime objekta mora zapoceti sa x_ i ne sme sadrzavati specijalne karaktere !" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Daje put za udaljeni Kalendar" - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "Deli kalendar koriscenjem CalDAV-a" - -#~ msgid "Select ICS file" -#~ msgstr "Izaberi ICS Fajl" diff --git a/addons/caldav/i18n/sv.po b/addons/caldav/i18n/sv.po deleted file mode 100644 index a95aa027f54..00000000000 --- a/addons/caldav/i18n/sv.po +++ /dev/null @@ -1,873 +0,0 @@ -# Swedish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-08-03 22:58+0000\n" -"Last-Translator: Magnus Brandt (mba), Aspirix AB \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Värdemappning" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Url till caldav-servern, används för synkronisering" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Förutsättningar\n" -"----------\n" -"Det finns inget egentlig inbyggd metod för att synkronisera två " -"kalenderservrar med CalDAV.\n" -"Så denna modul tillför denna funktion.\n" -"\n" -"\n" -"konfiguration\n" -"-------------\n" -"\n" -"1. Öppna Kalender Sync\n" -" Jag får ett gränssnitt med 2 flikar\n" -" Bo på den första\n" -"\n" -"2. CaDAV Kalender URL: sätta URL ovan (dvs. " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Sätt ditt openerp användarnamn och lösenord\n" -"\n" -"4. Om din server inte använder SSL, får du en warnign, säger \"Yes\"\n" -"\n" -"5. Sedan kan du synkronisera manuellt eller anpassad inställningarna för att " -"synkronisera varje x minuter.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Filnamn" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Exportera händelser" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "Importera .ics fil" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Stäng" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Deltagare" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Kan bara mappa ett fält en gång" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"\"Kalendrar\" kan du anpassa kalendern händelse och att-göra-attribut med " -"någon av OpenERP modell. Caledars ger iCal Import / Export " -"functionality.Webdav server som ger fjärråtkomst till calendar.Help du " -"synkronisera Möte med kalendrar client.You kan komma kalendrar med CalDAV " -"kunder, som Sunbird, Kalender utvärdering, Mobile." - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Varning!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Objekt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Att göra" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Användarinställningsformulär" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Tjänster" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evolution" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Ok" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. Gå till Kalendervyn\n" -"\n" -"2. Arkiv -> Nytt -> Kalender\n" -"\n" -"3. Fylla i formuläret\n" -" - Typ: CalDAV\n" -" - Namn: Vad du vill ha (dvs: Möte)\n" -" - URL: http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings " -"(dvs. http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) " -"adressen i din webbläsare\n" -" - Avmarkera \"Använd SSL\"\n" -" - Användarnamn: Ditt användarnamn (dvs. Demo)\n" -" - Uppdatera: varje gång du vill att kalenderklienten synkronisera data " -"med servern\n" -"\n" -"4. Klicka på OK och ge ditt openerp lösenord\n" -"\n" -"5. En ny kalender namnges med det namn du gav ska visas på vänster sida.\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav-server" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "ATT GÖRA" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "Exportera ICS" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Använd fältet" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "Kan inte skapa raden \"%s\" mer än en gång" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Kalenderrader" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "Importera ICS" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Avbryt" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Evenemang" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "Fel! Ni kan inte skapa rekursiva kataloger." - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "_Öppna" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "Nästa" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "Typ" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "Spara i .ics format" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "Fel !" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "Kalenderattribut" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Kalenderbläddring" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "Android-enhet" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "Skapad datum" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "Katalog" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "Domän" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "_Prenumerera" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "Ägare" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "Kalender" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "Meddelande" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "Katalogen kan inte ha sig själv som förälder!" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "Kalendrar" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "Samling" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "Avtalsdatum" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "Katalognamnet måste vara unikt !" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "Uttryck" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "Fältmappning" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "Värddator" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "Annan information" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "Övrigt" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "Mina kalendrar" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "Funktion" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com or companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "Beskrivning" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "Fältmappning" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "_Importera" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Filnamn" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "Namn" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "Larm" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "Sortera" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Fel!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "Färg" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "Prenumerera" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "Katalogen måste ha en förälder eller en lagringsplats" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Ange en sökväg till den främmande kalendern" diff --git a/addons/caldav/i18n/tr.po b/addons/caldav/i18n/tr.po deleted file mode 100644 index 105ee44deec..00000000000 --- a/addons/caldav/i18n/tr.po +++ /dev/null @@ -1,847 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:22+0000\n" -"Last-Translator: Raphael Collet (OpenERP) \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "Değer Eşleme" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "Caldav sunucusu url'si, senkronize etmek için kullanın" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"Öncelikgerektiren\n" -"----------\n" -"Burada caldav ile senkronize edilmiş yerleşik bir takvimi yoktur.\n" -"Bu yüzden üçüncü parti bir yazılım yüklemeiz gerekir : Calendar (CalDav)\n" -"sadece bir tanedir\n" -"\n" -"Ayarlar\n" -"-------------\n" -"\n" -"1.Calendar Sync ' yi açın\n" -" Ben iki sekme ile bir arayüz alacağım.\n" -" İlk seferde bekleyin\n" -"\n" -"2. CaDAV Calendar URL: yukarıda verilen URL'yi yerleştirin (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Kullanıcı adınızı ve parolayınızı yazınız.\n" -"\n" -"4. Eğer sunucu SSL kullanmıyorsa, bir uyarı alacaksınız, \"Evet\" deyin.\n" -"\n" -"5. Daha sonra manuel olarak senkronize edebilir veya özel ayarlarınızı " -"istediğiniz her x dakikada değiştirebilirsiniz.\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "Dosya ismi" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "Olay Dışaaktarımı" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "Uzaktan Takvim yolunu belirt" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr ".ics Dosyası İçe aktar" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "_Kapat" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "Katılımcı" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "Birden çok alan eşleştirilemiyor" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "Uyarı!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "Nesne" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "Yapılacaklar" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "Kullanıcı tercih Formu" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "Hizmetler" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "Sabit İfade" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "Evrim" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "Tamam" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav Sunucusu" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "YAPILACAK" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "ICS Dışaaktar" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "Alanı Kullan" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "\"%s\" Satırı birden çok oluşturulamıyor" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "Takvim Satırları" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "Olay aboneliği" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "ICS içeaktar" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "_Vazgeç" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "temel.Etkinlik.olay" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "Etkinlik" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "" - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "Dosya adı" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "Hata!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "Uzaktan Takvim yolunu belirt" diff --git a/addons/caldav/i18n/zh_CN.po b/addons/caldav/i18n/zh_CN.po deleted file mode 100644 index feda4e8e52f..00000000000 --- a/addons/caldav/i18n/zh_CN.po +++ /dev/null @@ -1,1238 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-10 17:41+0000\n" -"Last-Translator: Jeff Wang \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "值列表" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "caldav服务器网址,用于同步" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"前提\n" -"--------------\n" -"没有内置的用caldav支持同步日程的方式。\n" -"你需要安装第三方软件 CalDav。\n" -"\n" -"配置步骤\n" -"--------------\n" -"1. 打开日程同步\n" -" 有两个标签页\n" -" 保持在第一个\n" -"2. " -"CalDav日程链接:输入上面给出的地址(例如:http://host.com:8069/webdav/db/calendars/users/demo/c" -"/Meetings)\n" -"\n" -"3.输入你的openerp用户名和密码\n" -"\n" -"4.如果你的服务器没有使用安全连接,会看到一个警告,单击 ”是“\n" -"\n" -"5. 你可以自动同步也可以自定义设置为每隔几分钟同步\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "文件名" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "事件导出" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "提供远程日程表路径" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "导入 .ics 文件" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "关闭(_C):" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "参与者" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "不能映射,相关字段多于一个" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"“日程表”允许你在系统的任何模型里自定义日程表事件和代办事项属性。日程表提供ical的导入/导出功能。\r\n" -"WebDay服务器提供远程访问日程表。帮助你同步日程表客户端的会议。你能用 CalDAV客户端sunbird,Calendar " -"Evaluation,手机访问日程表。" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "警告!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "对象" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "待办事项" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "用户编好" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "服务" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "表达式常量" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "演变" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "确定" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. 进入日程表视图\n" -"\n" -"2. 文件 - 新建 - 日程表\n" -"\n" -"3. 填写表单:\n" -"- 类型:CalDav\n" -"- 名称:简单描述\n" -"- 地址:url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings " -"(例如 : http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings),请参考此窗口上部给出的地址" -"\n" -"- 不要勾选 \"使用SSL\"\n" -"- 用户名:您的用户名\n" -"- 刷新:每次你需要与服务器数据同步\n" -"\n" -"4.单击OK并输入openerp密码\n" -"\n" -"5. 新的日程表会出现在界面的左侧。\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "在日程表明细中请为 \"%s\" 进行合适的设置" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "CalDav主机名设置" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav 服务器" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "标准时间" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "待办" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "导出ics格式日程表" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "用这个字段" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "不能重复创建行 \"%s\"" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Webcal Calendar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "日程记录" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "订阅事件" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "导入ics日程文件" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "取消(_C)" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "事件" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "日程集" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "错误:你无法建立递归的目录" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "打开(_O)" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "下一个" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "类型" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "保存为ics格式" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "错误!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "日程表属性" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav 浏览" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "基于安卓的设备" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "配置你的openerp主机。例如: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "创建日期" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "属性匹配" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "目录" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "输入远程日程表的路径" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "过滤条件" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "订阅(_S)" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "所有者" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "日程表" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"请安装 python-vobject\r\n" -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "ics文件格式错误,无法导入" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "对象字段" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "资源ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "消息" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "日程集" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "两条记录不能用同一个文件名" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "目录不能设为自己的上级目录。" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "日程表" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "集合" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "修改日期" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" 提供远程访问日程表的Webdav服务器\n" -"用WebDAV同步日程表\n" -"设置日程事件和任意OpenERP模型的待办属性\n" -"支持iCal的导入导出功能\n" -"\n" -"要用CalDAV客户端访问日程表,指向:\n" -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -"用WebCal访问远端OpenERP日程表,使用以下地址:\n" -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -"其中:\n" -"HOSTNAME:正在运行的OpenERP服务器\n" -"PORT:OpenERP服务器的端口\n" -"DATABASE_NAME:OpenERP日程表所在的数据库\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "目录名必须唯一!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "用户首选项" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "请输入正确的地址" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "表达式" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "选择ics文件" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "软件 / 设备" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "字段映射" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"前提\n" -"--------\n" -"如果你正在用thunderbird,你要首先安装 lightning 模块\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"配置\n" -"--------\n" -"\n" -"1.进入日程表视图\n" -"\n" -"2. 文件 - 新日程表\n" -"\n" -"3. 选择 ”在网络上“\n" -"\n" -"4. 格式选择 CalDav\n" -" " -"地址输入以上给出的地址,例如:http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings" -"\n" -"\n" -"5. 输入日程表的名称和颜色,我们建议您不要勾选 ”提醒“\n" -"\n" -"6. 然后输入您的openerp用户名和密码(勾选”用密码管理器来记住这个密码“以免重复输入)\n" -"\n" -"7. 然后完成。你的日程会在日程表上显示出来。\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "浏览caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "主机名" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "其它信息" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "其它" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "我的日程表" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "并且在日程表目录后生成一个 日程表名称.ics文件" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "功能" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com 或者 companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "描述" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "日程表对应于" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "映射" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "导入成功" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "导入(_I)" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "导入事件" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "间隔小时数" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "文件名" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "订阅远程日程表" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "为支持彩色的客户端指定此日程表颜色" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "名称" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "提醒" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "参与者必须有邮件地址" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "导出 .ics 文件" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject导入出错" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "保存ics文件" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" 1.单击设置并进入“邮件、联系人、日程表”页面\n" -"2.进入 “添加帐号”\n" -"3.单击 “其他”\n" -"4.在“日程表”组,选择“添加CalDAV帐号”\n" -"5.输入主机名(例如,地址是http://openerp.com:8069/webdav/db_1/calendars/ , " -"主机名就是openerp.com )\n" -"6.在用户名和密码字段输入你的openerp用户名和密码\n" -"7.输入描述。可以是服务器名字也可以是其他文本\n" -"8.如果你没有用SSL服务器,会看到一个报错,别担心,单击“继续”\n" -"9.单击“高级设置”输入端口和地址\n" -"10.输入openerp服务器端口号:8071用于SSL,8069用于非SSL\n" -"11.设置“帐号地址”到正确的openerp webdav地址:\n" -"地址已由向导给出:(例如:http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"12.单击完成。手机会尝试连接openerp服务器并验证帐号。\n" -"13.进入iPhone的主菜单,并进入日程表应用。你的openerp日程表会在日程表按钮上可见。\n" -"注意,你要新建日程记录的时候,你要指定你要保存在哪个日程表里。\n" -"\n" -"如果你需要SSL(一般来说你的服务器无法提供认证),你需要先让你的iPhone信任这个服务器。\n" -"按以下步骤操作:\n" -"\n" -"1.打开Safari浏览器并输入https开头的OpenERP服务器地址:如https://my.server.ip:8071/\n" -"\n" -"2.Safari会试图连接并给出一个关于认证的警告。忽略警告并单击“接受”以便iPhone信任这个地址。\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "顺序" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "错误!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "颜色" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "我的" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "日程表字段" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "导入信息" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "订阅" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "目录必须具有上级目录或一个存储区" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "针对支持排序的客户端,此日程表所在的位置" - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "If you are using thunderbird, first you need to install the lightning " -#~ "module\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Go to Calendar View\n" -#~ "\n" -#~ "2. File -> New Calendar\n" -#~ "\n" -#~ "3. Chosse \"On the Network\"\n" -#~ "\n" -#~ "4. for format choose CalDav\n" -#~ " and as location the url given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ " \n" -#~ "5. Choose a name and a color for the Calendar, and we advice you to uncheck " -#~ "\"alarm\"\n" -#~ "\n" -#~ "6. Then put your openerp login and password (to give the password only check " -#~ "the box \"Use password Manager to remember this password\"\n" -#~ "\n" -#~ "7. Then Finish, your meetings should appear now in your calendar view\n" -#~ msgstr "" -#~ "\n" -#~ "前提:\n" -#~ "如果你用的是thunderbird,首先要安装lightning模块\n" -#~ "http://www.mozilla.org/projects/calendar/lightning/\n" -#~ "配置过程:\n" -#~ "1.进入日程表视图\n" -#~ "2.文件-新日程表\n" -#~ "3.选择从网络\n" -#~ "4.格式选择CalDav,地址输入上述地址,如:http://host.com:8069/webdav/db/calendars/users/demo/c" -#~ "/Meetings\n" -#~ "5.选择日程表的名称和颜色,建议你不选择提醒\n" -#~ "6.输入你的OpenERP用户名和密码(可以让密码管理器记住密码)\n" -#~ "7.点结束。你的会议将在日程表中显示。\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " * Webdav server that provides remote access to calendar\n" -#~ " * Synchronisation of calendar using WebDAV\n" -#~ " * Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " * Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " WebDav服务器允许远程访问日程表\n" -#~ "用WebDav同步日程表\n" -#~ "设置日程表事件和待办事项与OpenERP的任意对象关联\n" -#~ "提供iCal的导入导出\n" -#~ "\n" -#~ "要用CalDAV客户端访问日程表,指定路径为:\n" -#~ "http://主机名:端口/webdav/数据库名/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "要从远端访问OpenERP的日程表请使用地址:\n" -#~ "http://主机名:端口/webdav/数据库名/Calendars/日程表名.ics\n" -#~ "\n" -#~ "这里,\n" -#~ "主机名:OpenERP服务器所在的主机名\n" -#~ "端口:OpenERP Server运行的端口(默认是8069)\n" -#~ "数据库名称:日程表所在的数据库\n" -#~ "日程表名:要访问的日程表\n" -#~ " " - -#~ msgid "Share Calendar using CalDAV" -#~ msgstr "和Caldav共享日程" - -#~ msgid "" -#~ "\n" -#~ " This module Contains basic functionality for caldav system like: \n" -#~ " - Webdav server that provides remote access to calendar\n" -#~ " - Synchronisation of calendar using WebDAV\n" -#~ " - Customize calendar event and todo attribute with any of OpenERP model\n" -#~ " - Provides iCal Import/Export functionality\n" -#~ "\n" -#~ " To access Calendars using CalDAV clients, point them to:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -#~ "\n" -#~ " To access OpenERP Calendar using WebCal to remote site use the URL " -#~ "like:\n" -#~ " " -#~ "http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -#~ "\n" -#~ " Where,\n" -#~ " HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -#~ " PORT : Port on which OpenERP server is running (By Default : 8069)\n" -#~ " DATABASE_NAME: Name of database on which OpenERP Calendar is " -#~ "created\n" -#~ " CALENDAR_NAME: Name of calendar to access\n" -#~ msgstr "" -#~ "\n" -#~ " 本模块包括caldav服务器的基本功能:\n" -#~ "WebDav服务器允许远程访问日程表\n" -#~ "用WebDav同步日程表\n" -#~ "设置日程表事件和待办事项与OpenERP的任意对象关联\n" -#~ "提供iCal的导入导出\n" -#~ "\n" -#~ "要用CalDAV客户端访问日程表,指定路径为:\n" -#~ "http://主机名:端口/webdav/数据库名/calendars/users/USERNAME/c\n" -#~ "\n" -#~ "要从远端访问OpenERP的日程表请使用地址:\n" -#~ "http://主机名:端口/webdav/数据库名/Calendars/日程表名.ics\n" -#~ "\n" -#~ "这里,\n" -#~ "主机名:OpenERP服务器所在的主机名\n" -#~ "端口:OpenERP Server运行的端口(默认是8069)\n" -#~ "数据库名称:日程表所在的数据库\n" -#~ "日程表名:要访问的日程表\n" - -#, python-format -#~ msgid "" -#~ "\n" -#~ " 1. Go to Calendar View\n" -#~ "\n" -#~ " 2. File -> New -> Calendar\n" -#~ "\n" -#~ " 3. Fill the form \n" -#~ " - type : CalDav\n" -#~ " - name : Whaterver you want (ie : Meeting)\n" -#~ " - url : " -#~ "http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -#~ "http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -#~ "given on the top of this window\n" -#~ " - uncheck \"User SSL\"\n" -#~ " - Username : Your username (ie : Demo)\n" -#~ " - Refresh : everytime you want that evolution synchronize the data " -#~ "with the server\n" -#~ "\n" -#~ " 4. Click ok and give your openerp password\n" -#~ "\n" -#~ " 5. A new calendar named with the name you gave should appear on the left " -#~ "side. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " 1.进入日程表视图\n" -#~ "2.文件-新建-日程表\n" -#~ "3.输入表单\n" -#~ "类型:CalDav\n" -#~ "名称:任意输入\n" -#~ "url:http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings \n" -#~ "使用SSL:否\n" -#~ "用户名:你的OpenERP用户名\n" -#~ "刷新:你希望每次都和服务器同步\n" -#~ "4.点击确定并输入你的OpenERP密码\n" -#~ "5.新的日程表会出现在左侧 \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ " For SSL specific configuration see the documentation below\n" -#~ "\n" -#~ "Now, to setup the calendars, you need to:\n" -#~ "\n" -#~ "1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -#~ "page.\n" -#~ "2. Go to \"Add account...\"\n" -#~ "3. Click on \"Other\"\n" -#~ "4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -#~ "\n" -#~ "5. Enter the host's name \n" -#~ " (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -#~ "openerp.com is the host)\n" -#~ "\n" -#~ "6. Fill Username and password with your openerp login and password\n" -#~ "\n" -#~ "7. As a description, you can either leave the server's name or\n" -#~ " something like \"OpenERP calendars\".\n" -#~ "\n" -#~ "9. If you are not using a SSL server, you'll get an error, do not worry and " -#~ "push \"Continue\"\n" -#~ "\n" -#~ "10. Then click to \"Advanced Settings\" to specify the right\n" -#~ " ports and paths. \n" -#~ " \n" -#~ "11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -#~ "\n" -#~ "12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -#~ " the url given by the wizard (ie : " -#~ "http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -#~ "\n" -#~ "11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -#~ " and verify it can use the account.\n" -#~ "\n" -#~ "12. Go to the main menu of the iPhone and enter the Calendar application.\n" -#~ " Your OpenERP calendars will be visible inside the selection of the\n" -#~ " \"Calendars\" button.\n" -#~ " Note that when creating a new calendar entry, you will have to specify\n" -#~ " which calendar it should be saved at.\n" -#~ "\n" -#~ "\n" -#~ "\n" -#~ "IF you need SSL (and your certificate is not a verified one, as usual),\n" -#~ "then you first will need to let the iPhone trust that. Follow these\n" -#~ "steps:\n" -#~ "\n" -#~ " s1. Open Safari and enter the https location of the OpenERP server:\n" -#~ " https://my.server.ip:8071/\n" -#~ " (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -#~ " is the default 8071)\n" -#~ " s2. Safari will try to connect and issue a warning about the " -#~ "certificate\n" -#~ " used. Inspect the certificate and click \"Accept\" so that iPhone\n" -#~ " now trusts it. \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ " SSL相关的配置参见最后的部分\n" -#~ "首先设置日程表\n" -#~ "1.点击设置,进入邮件、联系人和日程表页面\n" -#~ "2.进入添加帐号\n" -#~ "3.点击其他\n" -#~ "4.从日程表组,选择增加CalDav帐号\n" -#~ "5.输入服务器主机名\n" -#~ "6.输入OpenERP的用户名和密码\n" -#~ "7.描述可以输入服务器名也可以任意输入\n" -#~ "9.如果不用SSL服务器会得到一个报错,点继续\n" -#~ "10.点击高级设置\n" -#~ "11.输入openerp服务器的端口,8071是SSL,8069是普通的\n" -#~ "12.输入向导给定的url地址\n" -#~ "13.点击完成。iphone会试图连接openerp服务器并验证用户名和密码\n" -#~ "14.从iphone主画面进入日程表会看到openerp的日程表,每次输入新日程时要选择属于哪个日程表。\n" -#~ "\n" -#~ "如果你需要SSL连接,先用浏览器打开openERP的服务器地址,如https://my.server.ip:8071/,然后在证书警告信息后选择接受,则i" -#~ "phone已信任你的openerp服务器。 \n" -#~ " " - -#, python-format -#~ msgid "" -#~ "\n" -#~ "Prerequire\n" -#~ "----------\n" -#~ "There is no buit-in way to synchronize calendar with caldav.\n" -#~ "So you need to install a third part software : Calendar (CalDav) \n" -#~ "for now it's the only one\n" -#~ "\n" -#~ "configuration\n" -#~ "-------------\n" -#~ "\n" -#~ "1. Open Calendar Sync\n" -#~ " I'll get an interface with 2 tabs\n" -#~ " Stay on the first one\n" -#~ " \n" -#~ "2. CaDAV Calendar URL : put the URL given above (ie : " -#~ "http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -#~ "\n" -#~ "3. Put your openerp username and password\n" -#~ "\n" -#~ "4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -#~ "\n" -#~ "5. Then you can synchronize manually or custom the settings to synchronize " -#~ "every x minutes.\n" -#~ " \n" -#~ " " -#~ msgstr "" -#~ "\n" -#~ "前提:\n" -#~ "没有与caldav同步的内置功能\n" -#~ "需要安装第三方软件Calendar(CalDav)\n" -#~ "就安装一个就够了\n" -#~ "\n" -#~ "配置:\n" -#~ "1.打开日程表同步 输入第一个标签页就可以了\n" -#~ "2.CalDAV日程表地址,输入上面给出的地址\n" -#~ "3.输入你的openerp用户名和密码\n" -#~ "4.如果你不用SSL,会得到一个警告,选择是\n" -#~ "5.可以手动同步也可以设置每隔多少分钟同步一次\n" -#~ " \n" -#~ " " - -#~ msgid "Select ICS file" -#~ msgstr "选择ics文件" - -#~ msgid "Browse caldav" -#~ msgstr "浏览caldav" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "提供远程日程表路径" diff --git a/addons/caldav/i18n/zh_TW.po b/addons/caldav/i18n/zh_TW.po deleted file mode 100644 index 85e3b6b1468..00000000000 --- a/addons/caldav/i18n/zh_TW.po +++ /dev/null @@ -1,942 +0,0 @@ -# Chinese (Traditional) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-08-28 02:54+0000\n" -"Last-Translator: Eric Huang \n" -"Language-Team: Cenoq Corp.MIME-Version: 1.0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-29 05:05+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Value Mapping" -msgstr "值對應" - -#. module: caldav -#: help:caldav.browse,url:0 -msgid "Url of the caldav server, use for synchronization" -msgstr "caldav伺服器網址,用於同步" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:99 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"There is no buit-in way to synchronize calendar with caldav.\n" -"So you need to install a third part software : Calendar (CalDav)\n" -"for now it's the only one\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Open Calendar Sync\n" -" I'll get an interface with 2 tabs\n" -" Stay on the first one\n" -"\n" -"2. CaDAV Calendar URL : put the URL given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"3. Put your openerp username and password\n" -"\n" -"4. If your server don't use SSL, you'll get a warnign, say \"Yes\"\n" -"\n" -"5. Then you can synchronize manually or custom the settings to synchronize " -"every x minutes.\n" -"\n" -" " -msgstr "" -"\n" -"前提\n" -"--------------\n" -"沒有內建的用caldav支持同步行事曆的方式。\n" -"你需要安裝第三方軟體 CalDav。\n" -"\n" -"設定步驟\n" -"--------------\n" -"1. 打開行事曆同步\n" -" 有兩個標籤頁\n" -" 保持在第一個\n" -"2. " -"CalDav行事曆鏈接:輸入上面給出的地址(例如:http://host.com:8069/webdav/db/calendars/users/demo/" -"c/Meetings)\n" -"\n" -"3.輸入你的openerp使用者名稱和密碼\n" -"\n" -"4.如果你的伺服器沒有使用安全連接,會看到一個警告,單擊「是 」\n" -"\n" -"5. 你可以自動同步也可以自訂為每隔幾分鐘同步\n" -"\n" -" " - -#. module: caldav -#: field:basic.calendar.alias,name:0 -msgid "Filename" -msgstr "檔名" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_export -msgid "Event Export" -msgstr "事件匯出" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Provide Path for Remote Calendar" -msgstr "提供路徑給遠端行事曆" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_import_values -msgid "Import .ics File" -msgstr "匯入 .ics 檔案" - -#. module: caldav -#: view:caldav.browse:0 -#: view:calendar.event.export:0 -msgid "_Close" -msgstr "關閉(_C):" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Attendee" -msgstr "參與者" - -#. module: caldav -#: sql_constraint:basic.calendar.fields:0 -msgid "Can not map a field more than once" -msgstr "不能對應相關欄位多於一個" - -#. module: caldav -#: model:ir.actions.act_window,help:caldav.action_caldav_form -msgid "" -"\"Calendars\" allow you to Customize calendar event and todo attribute with " -"any of OpenERP model.Caledars provide iCal Import/Export " -"functionality.Webdav server that provides remote access to calendar.Help You " -"to synchronize Meeting with Calendars client.You can access Calendars using " -"CalDAV clients, like sunbird, Calendar Evaluation, Mobile." -msgstr "" -"「行事曆」允許你在系統的任何模型裡自訂行事曆事件和代辦事項屬性。行事曆提供ical的匯入/匯出功能。\r\n" -"WebDay伺服器提供遠端訪問行事曆。幫助你同步行事曆客戶端的會議。你能用 CalDAV客戶端sunbird,Calendar " -"Evaluation,手機訪問行事曆。" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#: code:addons/caldav/calendar.py:879 -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Warning !" -msgstr "警告!" - -#. module: caldav -#: field:basic.calendar.lines,object_id:0 -msgid "Object" -msgstr "對象" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Todo" -msgstr "待辦事項" - -#. module: caldav -#: model:ir.model,name:caldav.model_user_preference -msgid "User preference Form" -msgstr "使用者偏好" - -#. module: caldav -#: field:user.preference,service:0 -msgid "Services" -msgstr "服務" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Expression as constant" -msgstr "表示式常數" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Evolution" -msgstr "演變" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -msgid "Ok" -msgstr "確定" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:123 -#, python-format -msgid "" -"\n" -" 1. Go to Calendar View\n" -"\n" -" 2. File -> New -> Calendar\n" -"\n" -" 3. Fill the form\n" -" - type : CalDav\n" -" - name : Whaterver you want (ie : Meeting)\n" -" - url : " -"http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : " -"http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one " -"given on the top of this window\n" -" - uncheck \"User SSL\"\n" -" - Username : Your username (ie : Demo)\n" -" - Refresh : everytime you want that evolution synchronize the data " -"with the server\n" -"\n" -" 4. Click ok and give your openerp password\n" -"\n" -" 5. A new calendar named with the name you gave should appear on the left " -"side.\n" -" " -msgstr "" -"\n" -" 1. 進入行事曆視圖\n" -"\n" -"2. 檔案 - 新建 - 行事曆\n" -"\n" -"3. 填寫表單:\n" -"- 類型:CalDav\n" -"- 名稱:簡單描述\n" -"- 地址:url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings " -"(如 : http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings),請參考此視窗上方給出的地址" -"\n" -"- 不要勾選 \"使用SSL\"\n" -"- 使用者名稱:您的使用者名稱\n" -"- 重新整理:每次你需要與伺服器數據同步\n" -"\n" -"4.單擊OK並輸入openerp密碼\n" -"\n" -"5. 新的行事曆會出現在介面的左側。\n" -" " - -#. module: caldav -#: code:addons/caldav/calendar.py:879 -#, python-format -msgid "Please provide proper configuration of \"%s\" in Calendar Lines" -msgstr "在行事曆明細中請為 \"%s\" 進行合適的設置" - -#. module: caldav -#: view:user.preference:0 -msgid "Caldav's host name configuration" -msgstr "CalDav主機名稱設置" - -#. module: caldav -#: field:caldav.browse,url:0 -msgid "Caldav Server" -msgstr "Caldav 伺服器" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Datetime In UTC" -msgstr "標準時間" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "iPhone" -msgstr "iPhone" - -#. module: caldav -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "TODO" -msgstr "待辦" - -#. module: caldav -#: view:calendar.event.export:0 -msgid "Export ICS" -msgstr "匯出ics格式行事曆" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Use the field" -msgstr "用這個欄位" - -#. module: caldav -#: code:addons/caldav/calendar.py:789 -#, python-format -msgid "Can not create line \"%s\" more than once" -msgstr "不能重複建立細項 \"%s\"" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Webcal Calendar" -msgstr "Webcal Calendar" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,line_ids:0 -#: model:ir.model,name:caldav.model_basic_calendar_lines -msgid "Calendar Lines" -msgstr "行事曆記錄" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_subscribe -msgid "Event subscribe" -msgstr "訂閱事件" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import ICS" -msgstr "匯入ics行事曆檔案" - -#. module: caldav -#: view:calendar.event.import:0 -#: view:calendar.event.subscribe:0 -#: view:user.preference:0 -msgid "_Cancel" -msgstr "取消(_C)" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_event -msgid "basic.calendar.event" -msgstr "basic.calendar.event" - -#. module: caldav -#: view:basic.calendar:0 -#: selection:basic.calendar,type:0 -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Event" -msgstr "事件" - -#. module: caldav -#: field:document.directory,calendar_collection:0 -#: field:user.preference,collection:0 -msgid "Calendar Collection" -msgstr "行事曆集" - -#. module: caldav -#: constraint:document.directory:0 -msgid "Error! You can not create recursive Directories." -msgstr "錯誤:你無法建立循環引用的目錄" - -#. module: caldav -#: view:user.preference:0 -msgid "_Open" -msgstr "打開(_O)" - -#. module: caldav -#: view:user.preference:0 -msgid "Next" -msgstr "下一個" - -#. module: caldav -#: field:basic.calendar,type:0 -#: field:basic.calendar.attributes,type:0 -#: field:basic.calendar.fields,type_id:0 -#: field:basic.calendar.lines,name:0 -msgid "Type" -msgstr "類型" - -#. module: caldav -#: help:calendar.event.export,name:0 -msgid "Save in .ics format" -msgstr "儲存為ics格式" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Error !" -msgstr "錯誤!" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attributes -msgid "Calendar attributes" -msgstr "行事曆屬性" - -#. module: caldav -#: model:ir.model,name:caldav.model_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav 瀏覽" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Android based device" -msgstr "基於Android的設備" - -#. module: caldav -#: view:user.preference:0 -msgid "Configure your openerp hostname. For example : " -msgstr "配置你的openerp主機。例如: " - -#. module: caldav -#: field:basic.calendar,create_date:0 -msgid "Created Date" -msgstr "建立日期" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Attributes Mapping" -msgstr "屬性對照" - -#. module: caldav -#: model:ir.model,name:caldav.model_document_directory -msgid "Directory" -msgstr "目錄" - -#. module: caldav -#: field:calendar.event.subscribe,url_path:0 -msgid "Provide path for remote calendar" -msgstr "輸入遠端行事曆的路徑" - -#. module: caldav -#: field:basic.calendar.lines,domain:0 -msgid "Domain" -msgstr "網域" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "_Subscribe" -msgstr "訂閱(_S)" - -#. module: caldav -#: field:basic.calendar,user_id:0 -msgid "Owner" -msgstr "所有者" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar.alias,cal_line_id:0 -#: field:basic.calendar.lines,calendar_id:0 -#: model:ir.ui.menu,name:caldav.menu_calendar -#: field:user.preference,calendar:0 -msgid "Calendar" -msgstr "行事曆" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "" -"Please install python-vobject from http://vobject.skyhouseconsulting.com/" -msgstr "" -"請安裝 python-vobject\r\n" -"http://vobject.skyhouseconsulting.com/" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:63 -#, python-format -msgid "Invalid format of the ics, file can not be imported" -msgstr "ics檔案格式錯誤,無法匯入" - -#. module: caldav -#: selection:user.preference,service:0 -msgid "CalDAV" -msgstr "CalDAV" - -#. module: caldav -#: field:basic.calendar.fields,field_id:0 -msgid "OpenObject Field" -msgstr "對象欄位" - -#. module: caldav -#: field:basic.calendar.alias,res_id:0 -msgid "Res. ID" -msgstr "資源ID" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Message..." -msgstr "訊息" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,has_webcal:0 -msgid "WebCal" -msgstr "WebCal" - -#. module: caldav -#: view:document.directory:0 -#: model:ir.actions.act_window,name:caldav.action_calendar_collection_form -#: model:ir.ui.menu,name:caldav.menu_calendar_collection -msgid "Calendar Collections" -msgstr "行事曆集" - -#. module: caldav -#: code:addons/caldav/calendar.py:815 -#: sql_constraint:basic.calendar.alias:0 -#, python-format -msgid "The same filename cannot apply to two records!" -msgstr "兩筆記錄不能用同一個檔名" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory cannot be parent of itself!" -msgstr "目錄不能設自己為上級目錄。" - -#. module: caldav -#: view:basic.calendar:0 -#: field:document.directory,calendar_ids:0 -#: model:ir.actions.act_window,name:caldav.action_caldav_form -#: model:ir.ui.menu,name:caldav.menu_caldav_directories -msgid "Calendars" -msgstr "行事曆" - -#. module: caldav -#: field:basic.calendar,collection_id:0 -msgid "Collection" -msgstr "集合" - -#. module: caldav -#: field:basic.calendar,write_date:0 -msgid "Write Date" -msgstr "修改日期" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:32 -#, python-format -msgid "" -"\n" -" * Webdav server that provides remote access to calendar\n" -" * Synchronisation of calendar using WebDAV\n" -" * Customize calendar event and todo attribute with any of OpenERP model\n" -" * Provides iCal Import/Export functionality\n" -"\n" -" To access Calendars using CalDAV clients, point them to:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -" To access OpenERP Calendar using WebCal to remote site use the URL " -"like:\n" -" " -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -" Where,\n" -" HOSTNAME: Host on which OpenERP server(With webdav) is running\n" -" PORT : Port on which OpenERP server is running (By Default : 8069)\n" -" DATABASE_NAME: Name of database on which OpenERP Calendar is " -"created\n" -" " -msgstr "" -"\n" -" 提供遠端訪問行事曆的Webdav伺服器\n" -"用WebDAV同步行事曆\n" -"設置行事曆事件和任意OpenERP模型的待辦屬性\n" -"支持iCal的匯入匯出功能\n" -"\n" -"要用CalDAV客戶端訪問行事曆,指向:\n" -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c\n" -"\n" -"用WebCal訪問遠端OpenERP行事曆,使用以下地址:\n" -"http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics\n" -"\n" -"其中:\n" -"HOSTNAME:正在運行的OpenERP伺服器\n" -"PORT:OpenERP伺服器的埠號\n" -"DATABASE_NAME:OpenERP行事曆所在的資料庫\n" -" " - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "The directory name must be unique !" -msgstr "目錄名必須唯一!" - -#. module: caldav -#: view:user.preference:0 -msgid "User Preference" -msgstr "使用者偏好設定" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Please provide Proper URL !" -msgstr "請輸入正確的地址" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_timezone -msgid "basic.calendar.timezone" -msgstr "basic.calendar.timezone" - -#. module: caldav -#: field:basic.calendar.fields,expr:0 -msgid "Expression" -msgstr "表示式" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_attendee -msgid "basic.calendar.attendee" -msgstr "basic.calendar.attendee" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alias -msgid "basic.calendar.alias" -msgstr "basic.calendar.alias" - -#. module: caldav -#: view:calendar.event.import:0 -#: field:calendar.event.import,file_path:0 -msgid "Select ICS File" -msgstr "選擇 ICS 檔案" - -#. module: caldav -#: field:user.preference,device:0 -msgid "Software/Devices" -msgstr "軟體 / 裝置" - -#. module: caldav -#: field:basic.calendar.lines,mapping_ids:0 -msgid "Fields Mapping" -msgstr "欄位對照" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:141 -#, python-format -msgid "" -"\n" -"Prerequire\n" -"----------\n" -"If you are using thunderbird, first you need to install the lightning " -"module\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"configuration\n" -"-------------\n" -"\n" -"1. Go to Calendar View\n" -"\n" -"2. File -> New Calendar\n" -"\n" -"3. Chosse \"On the Network\"\n" -"\n" -"4. for format choose CalDav\n" -" and as location the url given above (ie : " -"http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings)\n" -"\n" -"5. Choose a name and a color for the Calendar, and we advice you to uncheck " -"\"alarm\"\n" -"\n" -"6. Then put your openerp login and password (to give the password only check " -"the box \"Use password Manager to remember this password\"\n" -"\n" -"7. Then Finish, your meetings should appear now in your calendar view\n" -msgstr "" -"\n" -"前提\n" -"--------\n" -"如果你正在用thunderbird,你要首先安裝 lightning 模組\n" -"http://www.mozilla.org/projects/calendar/lightning/\n" -"\n" -"配置\n" -"--------\n" -"\n" -"1.進入行事曆視圖\n" -"\n" -"2. 檔案 - 新行事曆\n" -"\n" -"3. 選擇「在網絡上 」\n" -"\n" -"4. 格式選擇 CalDav\n" -" " -"地址輸入以上給出的地址,例如:http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings" -"\n" -"\n" -"5. 輸入行事曆的名稱和顏色,我們建議您不要勾選「 提醒」\n" -"\n" -"6. 然後輸入您的openerp使用者名稱和密碼(勾選」用密碼管理器來記住這個密碼「以免重複輸入)\n" -"\n" -"7. 然後完成。你的邀約會在行事曆上顯示出來。\n" - -#. module: caldav -#: view:caldav.browse:0 -msgid "Browse Caldav" -msgstr "瀏覽 Caldav" - -#. module: caldav -#: field:user.preference,host_name:0 -msgid "Host Name" -msgstr "主機名" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar -msgid "basic.calendar" -msgstr "basic.calendar" - -#. module: caldav -#: view:basic.calendar:0 -msgid "Other Info" -msgstr "其它資訊" - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Other" -msgstr "其它" - -#. module: caldav -#: view:basic.calendar:0 -msgid "My Calendar(s)" -msgstr "我的行事曆" - -#. module: caldav -#: help:basic.calendar,has_webcal:0 -msgid "" -"Also export a .ics entry next to the calendar folder, with WebCal " -"content." -msgstr "並且在行事曆目錄後生成一個 行事曆名稱.ics檔案" - -#. module: caldav -#: field:basic.calendar.fields,fn:0 -msgid "Function" -msgstr "功能" - -#. module: caldav -#: view:user.preference:0 -msgid "database.my.openerp.com or companyserver.com" -msgstr "database.my.openerp.com 或者 companyserver.com" - -#. module: caldav -#: view:basic.calendar:0 -#: field:basic.calendar,description:0 -#: view:caldav.browse:0 -#: field:caldav.browse,description:0 -msgid "Description" -msgstr "描述" - -#. module: caldav -#: help:basic.calendar.alias,cal_line_id:0 -msgid "The calendar/line this mapping applies to" -msgstr "行事曆套用於" - -#. module: caldav -#: field:basic.calendar.fields,mapping:0 -msgid "Mapping" -msgstr "對照" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_import.py:86 -#, python-format -msgid "Import Sucessful" -msgstr "匯入成功" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "_Import" -msgstr "匯入(_I)" - -#. module: caldav -#: model:ir.model,name:caldav.model_calendar_event_import -msgid "Event Import" -msgstr "匯入事件" - -#. module: caldav -#: selection:basic.calendar.fields,fn:0 -msgid "Interval in hours" -msgstr "間隔時數" - -#. module: caldav -#: field:calendar.event.export,name:0 -msgid "File name" -msgstr "檔名" - -#. module: caldav -#: view:calendar.event.subscribe:0 -msgid "Subscribe to Remote Calendar" -msgstr "訂閱遠端行事曆" - -#. module: caldav -#: help:basic.calendar,calendar_color:0 -msgid "For supporting clients, the color of the calendar entries" -msgstr "為支持彩色的客戶端指定此行事曆顏色" - -#. module: caldav -#: field:basic.calendar,name:0 -#: field:basic.calendar.attributes,name:0 -#: field:basic.calendar.fields,name:0 -msgid "Name" -msgstr "名稱" - -#. module: caldav -#: selection:basic.calendar.attributes,type:0 -#: selection:basic.calendar.lines,name:0 -msgid "Alarm" -msgstr "提醒" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_alarm -msgid "basic.calendar.alarm" -msgstr "basic.calendar.alarm" - -#. module: caldav -#: code:addons/caldav/calendar.py:1293 -#, python-format -msgid "Attendee must have an Email Id" -msgstr "參與者必須有郵件地址" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_export_values -msgid "Export .ics File" -msgstr "匯出 .ics 檔案" - -#. module: caldav -#: code:addons/caldav/calendar.py:41 -#, python-format -msgid "vobject Import Error!" -msgstr "vobject匯入錯誤" - -#. module: caldav -#: field:calendar.event.export,file_path:0 -msgid "Save ICS file" -msgstr "儲存ics檔案" - -#. module: caldav -#: code:addons/caldav/wizard/caldav_browse.py:50 -#, python-format -msgid "" -"\n" -" For SSL specific configuration see the documentation below\n" -"\n" -"Now, to setup the calendars, you need to:\n" -"\n" -"1. Click on the \"Settings\" and go to the \"Mail, Contacts, Calendars\" " -"page.\n" -"2. Go to \"Add account...\"\n" -"3. Click on \"Other\"\n" -"4. From the \"Calendars\" group, select \"Add CalDAV Account\"\n" -"\n" -"5. Enter the host's name\n" -" (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , " -"openerp.com is the host)\n" -"\n" -"6. Fill Username and password with your openerp login and password\n" -"\n" -"7. As a description, you can either leave the server's name or\n" -" something like \"OpenERP calendars\".\n" -"\n" -"9. If you are not using a SSL server, you'll get an error, do not worry and " -"push \"Continue\"\n" -"\n" -"10. Then click to \"Advanced Settings\" to specify the right\n" -" ports and paths.\n" -"\n" -"11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without.\n" -"\n" -"12. Set the \"Account URL\" to the right path of the OpenERP webdav:\n" -" the url given by the wizard (ie : " -"http://my.server.ip:8069/webdav/dbname/calendars/ )\n" -"\n" -"11. Click on Done. The phone will hopefully connect to the OpenERP server\n" -" and verify it can use the account.\n" -"\n" -"12. Go to the main menu of the iPhone and enter the Calendar application.\n" -" Your OpenERP calendars will be visible inside the selection of the\n" -" \"Calendars\" button.\n" -" Note that when creating a new calendar entry, you will have to specify\n" -" which calendar it should be saved at.\n" -"\n" -"IF you need SSL (and your certificate is not a verified one, as usual),\n" -"then you first will need to let the iPhone trust that. Follow these\n" -"steps:\n" -"\n" -" s1. Open Safari and enter the https location of the OpenERP server:\n" -" https://my.server.ip:8071/\n" -" (assuming you have the server at \"my.server.ip\" and the HTTPS port\n" -" is the default 8071)\n" -" s2. Safari will try to connect and issue a warning about the " -"certificate\n" -" used. Inspect the certificate and click \"Accept\" so that iPhone\n" -" now trusts it.\n" -" " -msgstr "" -"\n" -" 1.單擊設置並進入「郵件、聯絡人、行事曆」頁面\n" -"2.進入 「添加帳號」\n" -"3.單擊 「其他」\n" -"4.在「行事曆」組,選擇「添加CalDAV帳號」\n" -"5.輸入主機名(例如,地址是http://openerp.com:8069/webdav/db_1/calendars/ , " -"主機名就是openerp.com )\n" -"6.在使用者名稱和密碼欄位輸入你的openerp使用者名稱和密碼\n" -"7.輸入描述。可以是伺服器名字也可以是其他文字\n" -"8.如果你沒有用SSL伺服器,會看到一個錯誤訊息,別擔心,單擊「繼續」\n" -"9.單擊「進階設置」輸入埠號和地址\n" -"10.輸入openerp伺服器埠號號:8071用於SSL,8069用於非SSL\n" -"11.設置「帳號地址」到正確的openerp webdav地址:\n" -"地址已由精靈給出:(例如:http://my.server.ip:8069/webdav/dbname/calendars/)\n" -"12.單擊完成。手機會嘗試連接openerp伺服器並驗證帳號。\n" -"13.進入iPhone的主菜單,並進入行事曆應用。你的openerp行事曆會在行事曆按鈕上可見。\n" -"注意,你要新建行事曆記錄的時候,你要指定你要儲存在哪個行事曆裡。\n" -"\n" -"如果你需要SSL(一般來說你的伺服器無法提供認證),你需要先讓你的iPhone信任這個伺服器。\n" -"按以下步驟操作:\n" -"\n" -"1.打開Safari瀏覽器並輸入https開頭的OpenERP伺服器地址:如https://my.server.ip:8071/\n" -"\n" -"2.Safari會試圖連接並給出一個關於認證的警告。忽略警告並單擊「接受」以便iPhone信任這個地址。\n" -" " - -#. module: caldav -#: selection:user.preference,device:0 -msgid "Sunbird/Thunderbird" -msgstr "Sunbird/Thunderbird" - -#. module: caldav -#: field:basic.calendar,calendar_order:0 -msgid "Order" -msgstr "順序" - -#. module: caldav -#: code:addons/caldav/wizard/calendar_event_subscribe.py:59 -#, python-format -msgid "Error!" -msgstr "錯誤!" - -#. module: caldav -#: field:basic.calendar,calendar_color:0 -msgid "Color" -msgstr "顏色" - -#. module: caldav -#: view:basic.calendar:0 -msgid "MY" -msgstr "我的" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_fields -msgid "Calendar fields" -msgstr "行事曆欄位" - -#. module: caldav -#: view:calendar.event.import:0 -msgid "Import Message" -msgstr "匯入訊息" - -#. module: caldav -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe -#: model:ir.actions.act_window,name:caldav.action_calendar_event_subscribe_values -msgid "Subscribe" -msgstr "訂閱" - -#. module: caldav -#: sql_constraint:document.directory:0 -msgid "Directory must have a parent or a storage" -msgstr "目錄必須具有上級目錄或一個存儲區" - -#. module: caldav -#: model:ir.model,name:caldav.model_basic_calendar_todo -msgid "basic.calendar.todo" -msgstr "basic.calendar.todo" - -#. module: caldav -#: help:basic.calendar,calendar_order:0 -msgid "For supporting clients, the order of this folder among the calendars" -msgstr "針對支持排序的客戶端,此行事曆所在的位置" - -#~ msgid "Provide path for Remote Calendar" -#~ msgstr "提供遠端行事曆路徑" - -#~ msgid "Select ICS file" -#~ msgstr "選擇ics檔案" - -#~ msgid "Browse caldav" -#~ msgstr "瀏覽caldav" diff --git a/addons/caldav/orm_utils.py b/addons/caldav/orm_utils.py deleted file mode 100644 index b154d54d1aa..00000000000 --- a/addons/caldav/orm_utils.py +++ /dev/null @@ -1,50 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2010 OpenERP SA (www.openerp.com) -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -if True: # we need this indentation level ;) - - def get_last_modified(self, cr, user, args, context=None, access_rights_uid=None): - """Return the last modification date of objects in 'domain' - This function has similar semantics to orm.search(), apart from the - limit, offset and order arguments, which make no sense here. - It is useful when we want to find if the table (aka set of records) - has any modifications we should update at the client. - """ - if context is None: - context = {} - self.pool.get('ir.model.access').check(cr, access_rights_uid or user, self._name, 'read', True) - - query = self._where_calc(cr, user, args, context=context) - self._apply_ir_rules(cr, user, query, 'read', context=context) - from_clause, where_clause, where_clause_params = query.get_sql() - - where_str = where_clause and (" WHERE %s" % where_clause) or '' - - cr.execute('SELECT MAX(COALESCE("%s".write_date, "%s".create_date)) FROM ' % (self._table, self._table) + - from_clause + where_str , - where_clause_params) - res = cr.fetchall() - return res[0][0] - -#eof - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/security/ir.model.access.csv b/addons/caldav/security/ir.model.access.csv deleted file mode 100644 index 34fbdcc0b02..00000000000 --- a/addons/caldav/security/ir.model.access.csv +++ /dev/null @@ -1,6 +0,0 @@ -id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink -access_basic_calendar_lines,basic.calendar.lines,model_basic_calendar_lines,base.group_user,1,1,1,1 -access_basic_calendar_attributes,basic.calendar.attributes,model_basic_calendar_attributes,base.group_user,1,1,1,1 -access_basic_calendar_fields,basic.calendar.fields,model_basic_calendar_fields,base.group_user,1,1,1,1 -access_basic_calendar,basic.calendar,model_basic_calendar,base.group_user,1,1,1,1 -access_basic_calendar_alias,basic.calendar.alias,model_basic_calendar_alias,base.group_user,1,1,1,1 diff --git a/addons/caldav/wizard/__init__.py b/addons/caldav/wizard/__init__.py deleted file mode 100644 index 059be057b61..00000000000 --- a/addons/caldav/wizard/__init__.py +++ /dev/null @@ -1,26 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2009 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -import calendar_event_export -import calendar_event_import -import calendar_event_subscribe -import caldav_browse -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/wizard/caldav_browse.py b/addons/caldav/wizard/caldav_browse.py deleted file mode 100644 index 03ccfd3f294..00000000000 --- a/addons/caldav/wizard/caldav_browse.py +++ /dev/null @@ -1,279 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv, fields -from tools import config -import base64 -import addons -from tools.translate import _ -import tools - -class caldav_browse(osv.osv_memory): - - __doc = { - 'other' : _(""" - * Webdav server that provides remote access to calendar - * Synchronisation of calendar using WebDAV - * Customize calendar event and todo attribute with any of OpenERP model - * Provides iCal Import/Export functionality - - To access Calendars using CalDAV clients, point them to: - http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c - - To access OpenERP Calendar using WebCal to remote site use the URL like: - http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics - - Where, - HOSTNAME: Host on which OpenERP server(With webdav) is running - PORT : Port on which OpenERP server is running (By Default : 8069) - DATABASE_NAME: Name of database on which OpenERP Calendar is created - """), - - 'iphone' : _(""" - For SSL specific configuration see the documentation below - -Now, to setup the calendars, you need to: - -1. Click on the "Settings" and go to the "Mail, Contacts, Calendars" page. -2. Go to "Add account..." -3. Click on "Other" -4. From the "Calendars" group, select "Add CalDAV Account" - -5. Enter the host's name - (ie : if the url is http://openerp.com:8069/webdav/db_1/calendars/ , openerp.com is the host) - -6. Fill Username and password with your openerp login and password - -7. As a description, you can either leave the server's name or - something like "OpenERP calendars". - -9. If you are not using a SSL server, you'll get an error, do not worry and push "Continue" - -10. Then click to "Advanced Settings" to specify the right - ports and paths. - -11. Specify the port for the OpenERP server: 8071 for SSL, 8069 without. - -12. Set the "Account URL" to the right path of the OpenERP webdav: - the url given by the wizard (ie : http://my.server.ip:8069/webdav/dbname/calendars/ ) - -11. Click on Done. The phone will hopefully connect to the OpenERP server - and verify it can use the account. - -12. Go to the main menu of the iPhone and enter the Calendar application. - Your OpenERP calendars will be visible inside the selection of the - "Calendars" button. - Note that when creating a new calendar entry, you will have to specify - which calendar it should be saved at. - -IF you need SSL (and your certificate is not a verified one, as usual), -then you first will need to let the iPhone trust that. Follow these -steps: - - s1. Open Safari and enter the https location of the OpenERP server: - https://my.server.ip:8071/ - (assuming you have the server at "my.server.ip" and the HTTPS port - is the default 8071) - s2. Safari will try to connect and issue a warning about the certificate - used. Inspect the certificate and click "Accept" so that iPhone - now trusts it. - """), - 'android' : _(""" -Prerequire ----------- -There is no buit-in way to synchronize calendar with caldav. -So you need to install a third part software : Calendar (CalDav) -for now it's the only one - -configuration -------------- - -1. Open Calendar Sync - I'll get an interface with 2 tabs - Stay on the first one - -2. CaDAV Calendar URL : put the URL given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) - -3. Put your openerp username and password - -4. If your server don't use SSL, you'll get a warnign, say "Yes" - -5. Then you can synchronize manually or custom the settings to synchronize every x minutes. - - """), - - 'evolution' : _(""" - 1. Go to Calendar View - - 2. File -> New -> Calendar - - 3. Fill the form - - type : CalDav - - name : Whaterver you want (ie : Meeting) - - url : http://HOST:PORT/webdav/DB_NAME/calendars/users/USER/c/Meetings (ie : http://localhost:8069/webdav/db_1/calendars/users/demo/c/Meetings) the one given on the top of this window - - uncheck "User SSL" - - Username : Your username (ie : Demo) - - Refresh : everytime you want that evolution synchronize the data with the server - - 4. Click ok and give your openerp password - - 5. A new calendar named with the name you gave should appear on the left side. - """), - - 'thunderbird' : _(""" -Prerequire ----------- -If you are using thunderbird, first you need to install the lightning module -http://www.mozilla.org/projects/calendar/lightning/ - -configuration -------------- - -1. Go to Calendar View - -2. File -> New Calendar - -3. Chosse "On the Network" - -4. for format choose CalDav - and as location the url given above (ie : http://host.com:8069/webdav/db/calendars/users/demo/c/Meetings) - -5. Choose a name and a color for the Calendar, and we advice you to uncheck "alarm" - -6. Then put your openerp login and password (to give the password only check the box "Use password Manager to remember this password" - -7. Then Finish, your meetings should appear now in your calendar view -"""), - } - _name = 'caldav.browse' - _description = 'Caldav Browse' - - _columns = { - 'url' : fields.char('Caldav Server', size=264, required=True, help="Url of the caldav server, use for synchronization"), - #'doc_link':fields.char('Caldav Documentation', size="264", help="The link to Caldav Online Documentation.", readonly=True), - 'description':fields.text('Description', readonly=True) - } - - def default_get(self, cr, uid, fields, context=None): - pref_obj = self.pool.get('user.preference') - pref_ids = pref_obj.browse(cr, uid ,context.get('rec_id',False), context=context) - res = {} - host = context.get('host') - if not config.get_misc('webdav','enable',True): - raise Exception("WebDAV is disabled, cannot continue.") - user_pool = self.pool.get('res.users') - current_user = user_pool.browse(cr, uid, uid, context=context) - #TODO write documentation - res['description'] = self.__doc['other'] - if pref_ids: - pref_ids = pref_ids[0] - if pref_ids.device == 'iphone': - url = host + '/'+ pref_ids.service + '/' + cr.dbname + '/'+'calendars/' - else : - url = host + '/'+ pref_ids.service + '/' + cr.dbname + '/'+'calendars/'+ 'users/'+ current_user.login + '/'+ pref_ids.collection.name+ '/'+ pref_ids.calendar.name - - res['description'] = self.__doc.get(pref_ids.device , self.__doc['other']) - file = open(addons.get_module_resource('caldav','doc', 'caldav_doc.pdf'),'rb') - res['caldav_doc_file'] = base64.encodestring(file.read()) - - #res['doc_link'] = 'http://doc.openerp.com/' - res['url'] = url - return res - - def browse_caldav(self, cr, uid, ids, context): - return {} - -caldav_browse() - -class user_preference(osv.osv_memory): - - _name = 'user.preference' - _description = 'User preference Form' - - _columns = { - 'collection' :fields.many2one('document.directory', "Calendar Collection", required=True, domain = [('calendar_collection', '=', True)]), - 'calendar' :fields.many2one('basic.calendar', 'Calendar', required=True), - 'service': fields.selection([('webdav','CalDAV')], "Services"), - 'device' : fields.selection([('other', 'Other'), ('iphone', 'iPhone'), ('android', 'Android based device'),('thunderbird', 'Sunbird/Thunderbird'), ('evolution','Evolution')], "Software/Devices"), - 'host_name': fields.char('Host Name', size=64, required=True), - } - - def _get_default_calendar(self, cr, uid, context): - if context == None: - context = {} - name = context.get('cal_name') - collection_obj = self.pool.get('basic.calendar') - ids = collection_obj.search(cr, uid, [('name', '=', name)]) - return ids[0] - - def _get_default_collection(self, cr, uid, context): - collection_obj = self.pool.get('document.directory') - ids = collection_obj.search(cr, uid, [('name', '=', 'c')]) - return ids[0] - - def _get_default_host(self, cr, uid, context): - - return self.pool.get('ir.config_parameter').get_param(cr, uid, 'web.base.url', default='http://localhost:8069', context=context) - - _defaults={ - 'service': 'webdav', - 'collection' : _get_default_collection, - 'calendar' : _get_default_calendar, - 'device' : 'other', - 'host_name':_get_default_host - - } - - def open_window(self, cr, uid, ids, context=None): - obj_model = self.pool.get('ir.model.data') - model_data_ids = obj_model.search(cr,uid,[('model','=','ir.ui.view'),('name','=','caldav_Browse')]) - resource_id = obj_model.read(cr, uid, model_data_ids, fields=['res_id']) - context.update({'rec_id': ids}) - return { - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'caldav.browse', - 'views': [(resource_id,'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - 'context': context, - } - - def next_window(self, cr, uid, ids, context=None): - obj_model = self.pool.get('ir.model.data') - host_name = self.browse (cr,uid,ids)[0].host_name - model_data_ids = obj_model.search(cr,uid,[('model','=','ir.ui.view'),('name','=','user_prefernce_form')]) - resource_id = obj_model.read(cr, uid, model_data_ids, fields=['res_id']) - context.update({'res_id': ids,'host':host_name}) - resource_id = obj_model.read(cr, uid, model_data_ids, fields=['res_id'], context=context)[0]['res_id'] - return { - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'user.preference', - 'views': [(resource_id,'form')], - 'type': 'ir.actions.act_window', - 'target': 'new', - 'context': context, - } - -user_preference() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/wizard/caldav_browse_view.xml b/addons/caldav/wizard/caldav_browse_view.xml deleted file mode 100644 index c02eb3dea19..00000000000 --- a/addons/caldav/wizard/caldav_browse_view.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - caldav_Browse - caldav.browse - -
- - - - - -
- 1. Webdav server that provides remote access to calendar
- 2. Synchronisation of calendar using WebDAV
- 3. Customize calendar event and todo attribute with any of OpenERP model
- 4. Provides iCal Import/Export functionality -
-
- To access Calendars using CalDAV clients, point them to: - http://HOSTNAME:PORT/webdav/DATABASE_NAME/calendars/users/USERNAME/c
-
- To access OpenERP Calendar using WebCal to remote site use the URL like: - http://HOSTNAME:PORT/webdav/DATABASE_NAME/Calendars/CALENDAR_NAME.ics
-
- - HOSTNAME: Host on which OpenERP server(With webdav) is running
- PORT : Port on which OpenERP server is running (By Default : 8069)
- DATABASE_NAME: Name of database on which OpenERP Calendar is created
-
- -
-
-
-
-
-
-
- - - host_preference - user.preference - -
-
-
- - - - - -
-
-
- - - user_preference - user.preference - -
-
-
- - - - - - - - -
-
-
- - -
-
diff --git a/addons/caldav/wizard/calendar_event_export.py b/addons/caldav/wizard/calendar_event_export.py deleted file mode 100644 index 0a55f8b4fbe..00000000000 --- a/addons/caldav/wizard/calendar_event_export.py +++ /dev/null @@ -1,67 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import fields, osv -from tools.translate import _ -import netsvc -import pooler -import time -import tools -import wizard -import base64 - -class calendar_event_export(osv.osv_memory): - """ - Export Calendar Event. - """ - - def default_get(self, cr, uid, fields, context=None): - """ - Get Default value for Name field. - """ - if context is None: - context = {} - else: - context= context.copy() - context['uid'] = uid - model = context.get('model', 'basic.calendar') - model_obj = self.pool.get(model) - res = super(calendar_event_export, self).default_get( cr, uid, fields, context=context) - name = 'OpenERP %s.ics' % (model_obj._description) - if 'name' in fields: - res.update({'name': name}) - if 'file_path' in fields: - calendar = model_obj.export_cal(cr, uid, context['active_ids'], context=context) - res.update({'file_path': base64.encodestring(calendar)}) - return res - - _name = "calendar.event.export" - _description = "Event Export" - - _columns = { - 'file_path':fields.binary('Save ICS file', filters='*.ics', readonly=True), - 'name':fields.char('File name', size=34, required=True, help='Save in .ics format') - } - -calendar_event_export() - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/wizard/calendar_event_export_view.xml b/addons/caldav/wizard/calendar_event_export_view.xml deleted file mode 100644 index 0675f8bc00b..00000000000 --- a/addons/caldav/wizard/calendar_event_export_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - calendar.event.export.form - calendar.event.export - -
- - - - -
-
-
- - - -
-
diff --git a/addons/caldav/wizard/calendar_event_import.py b/addons/caldav/wizard/calendar_event_import.py deleted file mode 100644 index 3c0229692cb..00000000000 --- a/addons/caldav/wizard/calendar_event_import.py +++ /dev/null @@ -1,94 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import fields, osv -from tools.translate import _ -import netsvc -import pooler -import time -import tools -import wizard -import base64 - -class calendar_event_import(osv.osv_memory): - """ - Import Calendar Event. - """ - cnt = 0 - - def process_imp_ics(self, cr, uid, ids, context=None): - """ - Process Import ics File. - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ids: List of calendar event import’s IDs - @return: dictionary of calendar evet import window with Import successful msg. - """ - if context is None: - context = {} - else: - context = context.copy() - context['uid'] = uid - - for data in self.read(cr, uid, ids, context=context): - model = data.get('model', 'basic.calendar') - model_obj = self.pool.get(model) - context.update({'model': model}) - data_obj = self.pool.get('ir.model.data') - id2 = data_obj._get_id(cr, uid, 'caldav', 'view_calendar_event_import_display') - if id2: - id2 = data_obj.browse(cr, uid, id2, context=context).res_id - vals = None - try: - vals = model_obj.import_cal(cr, uid, base64.decodestring(data['file_path']), context['active_id'], context) - except: - raise osv.except_osv(_('Warning!'),_('Invalid format of the ics, file cannot be imported.')) - global cnt - if vals: - cnt = len(vals) - value = { - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'calendar.event.import', - 'views': [(id2,'form'),(False,'tree'),(False,'calendar'),(False,'graph')], - 'type': 'ir.actions.act_window', - 'target': 'new' - } - return value - - _name = "calendar.event.import" - _description = "Event Import" - - _columns = { - 'file_path': fields.binary('Select ICS File', filters='*.ics', required=True), - 'msg': fields.text('', readonly=True), - } - - def _get_msg(self, cr, uid, context): - return _('Import Sucessful') - - _defaults = { - 'msg': _get_msg, - } - -calendar_event_import() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/wizard/calendar_event_import_view.xml b/addons/caldav/wizard/calendar_event_import_view.xml deleted file mode 100644 index a908765782e..00000000000 --- a/addons/caldav/wizard/calendar_event_import_view.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - calendar.event.import.form - calendar.event.import - -
- - - - -
-
-
-
-
- - - calendar.event.import.form.display - calendar.event.import - -
- - - -
-
-
- - -
-
diff --git a/addons/caldav/wizard/calendar_event_subscribe.py b/addons/caldav/wizard/calendar_event_subscribe.py deleted file mode 100644 index f4f9e22cc60..00000000000 --- a/addons/caldav/wizard/calendar_event_subscribe.py +++ /dev/null @@ -1,97 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import fields, osv -from tools.translate import _ -import netsvc -import pooler -import time -import tools -import wizard -import base64 -import urllib - -class calendar_event_subscribe(osv.osv_memory): - """ - Subscribe Calendar Event. - """ - cnt = 0 - - def process_imp_ics(self, cr, uid, ids, context=None): - """ - process ics file. - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ids: List of calendar event subscribe’s IDs - @return: dictionary of calendar evet subscribe window with Import successful msg. - """ - global cnt - if context is None: - context = {} - else: - context = context.copy() - context['uid'] = uid - - for data in self.read(cr, uid, ids, context=context): - try: - f = urllib.urlopen(data['url_path']) - caldata = f.fp.read() - f.close() - except Exception,e: - raise osv.except_osv(_('Error!'), _('Please provide Proper URL !')) - model = data.get('model', 'basic.calendar') - model_obj = self.pool.get(model) - context.update({'url': data['url_path'], - 'model': data.get('model', 'basic.calendar')}) - vals = model_obj.import_cal(cr, uid, base64.encodestring(caldata), \ - context['active_id'], context) - if vals: - cnt = vals['count'] - data_obj = self.pool.get('ir.model.data') - id2 = data_obj._get_id(cr, uid, 'caldav', 'view_calendar_event_subscribe_display') - if id2: - id2 = data_obj.browse(cr, uid, id2, context=context).res_id - - value = { - 'view_type': 'form', - 'view_mode': 'form', - 'res_model': 'calendar.event.subscribe', - 'views': [(id2,'form'),(False,'tree'),(False,'calendar'),(False,'graph')], - 'type': 'ir.actions.act_window', - 'target': 'new' - } - return value - - _name = "calendar.event.subscribe" - _description = "Event subscribe" - - _columns = { - 'url_path': fields.char('Provide path for remote calendar', size=124, required=True), - 'msg': fields.text('', readonly=True), - - } - _defaults = { - 'msg':lambda *a:'Import Sucessful.' - } - -calendar_event_subscribe() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/caldav/wizard/calendar_event_subscribe_view.xml b/addons/caldav/wizard/calendar_event_subscribe_view.xml deleted file mode 100644 index 5bd9f72ef2d..00000000000 --- a/addons/caldav/wizard/calendar_event_subscribe_view.xml +++ /dev/null @@ -1,49 +0,0 @@ - - - - - calendar.event.subscribe.form - calendar.event.subscribe - -
- - - - -
-
-
-
-
- - - calendar.event.subscribe.form.display - calendar.event.subscribe - -
- - - -
-
-
- - - Subscribe - calendar.event.subscribe - form - tree,form - - new - - - - -
-
diff --git a/addons/crm_caldav/__init__.py b/addons/crm_caldav/__init__.py deleted file mode 100644 index 3c2ccf7917c..00000000000 --- a/addons/crm_caldav/__init__.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -import crm_caldav - - - - - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/crm_caldav/__openerp__.py b/addons/crm_caldav/__openerp__.py deleted file mode 100644 index ffcb23fd315..00000000000 --- a/addons/crm_caldav/__openerp__.py +++ /dev/null @@ -1,48 +0,0 @@ - -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - - -{ - 'name': 'Meetings Synchronization', - 'version': '1.1', - 'category': 'Customer Relationship Management', - 'description': """ -Caldav features in Meeting. -=========================== - - * Share meeting with other calendar clients like sunbird -""", - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['caldav', 'crm' ], - 'data': [ - 'crm_caldav_data.xml', - 'crm_caldav_setup.xml', - 'crm_caldav_view.xml' - ], - 'demo': [], - 'installable': True, - 'auto_install': False, - 'images': ['images/caldav_browse_step1.jpeg','images/caldav_browse_step2.jpeg'], -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_caldav/crm_caldav.py b/addons/crm_caldav/crm_caldav.py deleted file mode 100644 index 8fe412860b6..00000000000 --- a/addons/crm_caldav/crm_caldav.py +++ /dev/null @@ -1,115 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import osv -from base_calendar import base_calendar -from openerp.addons.caldav import calendar -from datetime import datetime -import re - -class crm_meeting(osv.osv): - _inherit = 'crm.meeting' - - def export_cal(self, cr, uid, ids, context=None): - """ - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param ids: List of CRM Meeting’s IDs - @param context: A standard dictionary for contextual values - """ - if context is None: context = {} - ids = map(lambda x: base_calendar.base_calendar_id2real_id(x), ids) - event_data = self.read(cr, uid, ids, context=context) - event_obj = self.pool.get('basic.calendar.event') - context.update({'model': self._name}) - ical = event_obj.export_cal(cr, uid, event_data, context=context) - return ical.serialize() - - def import_cal(self, cr, uid, data, data_id=None, context=None): - """ - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param data: Get Data of CRM Meetings - @param data_id: calendar's Id - @param context: A standard dictionary for contextual values - """ - event_obj = self.pool.get('basic.calendar.event') - vals = event_obj.import_cal(cr, uid, data, context=context) - return self.check_import(cr, uid, vals, context=context) - - def check_import(self, cr, uid, vals, context=None): - """ - @param self: The object pointer - @param cr: the current row, from the database cursor, - @param uid: the current user’s ID for security checks, - @param vals: Get Values - @param context: A standard dictionary for contextual values - """ - if context is None: - context = {} - ids = [] - model_obj = self.pool.get(context.get('model')) - recur_pool = {} - try: - for val in vals: - # Compute value of duration - if val.get('date_deadline', False) and 'duration' not in val: - start = datetime.strptime(val['date'], '%Y-%m-%d %H:%M:%S') - end = datetime.strptime(val['date_deadline'], '%Y-%m-%d %H:%M:%S') - diff = end - start - val['duration'] = (diff.seconds/float(86400) + diff.days) * 24 - exists, r_id = calendar.uid2openobjectid(cr, val['id'], context.get('model'), \ - val.get('recurrent_id')) - if val.has_key('create_date'): - val.pop('create_date') - u_id = val.get('id', None) - val.pop('id') - if exists and r_id: - val.update({'recurrent_uid': exists}) - model_obj.write(cr, uid, [r_id], val) - ids.append(r_id) - elif exists: - model_obj.write(cr, uid, [exists], val) - ids.append(exists) - else: - if u_id in recur_pool and val.get('recurrent_id'): - val.update({'recurrent_uid': recur_pool[u_id]}) - revent_id = model_obj.create(cr, uid, val) - ids.append(revent_id) - else: - __rege = re.compile(r'OpenObject-([\w|\.]+)_([0-9]+)@(\w+)$') - wematch = __rege.match(u_id.encode('utf8')) - if wematch: - model, recur_id, dbname = wematch.groups() - val.update({'recurrent_uid': recur_id}) - event_id = model_obj.create(cr, uid, val) - recur_pool[u_id] = event_id - ids.append(event_id) - except Exception: - raise - return ids - -crm_meeting() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/crm_caldav/crm_caldav_data.xml b/addons/crm_caldav/crm_caldav_data.xml deleted file mode 100644 index ac05344d7fe..00000000000 --- a/addons/crm_caldav/crm_caldav_data.xml +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - - - Meetings - - vevent - - - - vevent - - - [('user_id','=', uid)] - - - - valarm - - - - - - attendee - - - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - {'tentative': 'draft', 'confirmed': 'open', 'cancelled': 'cancel'} - field - - - - - - - field - - - - - - - datetime_utc - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - - - - field - - - - diff --git a/addons/crm_caldav/crm_caldav_setup.xml b/addons/crm_caldav/crm_caldav_setup.xml deleted file mode 100644 index 36f3c3fd78b..00000000000 --- a/addons/crm_caldav/crm_caldav_setup.xml +++ /dev/null @@ -1,287 +0,0 @@ - - - - - - - Meetings per user - #1E25FF - - vevent - Meetings - - - - - [] - attendee - - - - - - [] - valarm - - - - - - [('user_id','=', dctx_user_id)] - vevent - - - - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - {'tentative': 'draft', 'confirmed': 'open', 'cancelled': 'cancel'} - field - - - - - - field - - - - - - datetime_utc - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - - - field - - - - diff --git a/addons/crm_caldav/crm_caldav_view.xml b/addons/crm_caldav/crm_caldav_view.xml deleted file mode 100644 index 5746a3af0aa..00000000000 --- a/addons/crm_caldav/crm_caldav_view.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Synchronize Your Meetings - ir.actions.act_window - user.preference - - {'cal_name' : 'Meetings'} - form - form - new - - - - - - - diff --git a/addons/crm_caldav/i18n/ar.po b/addons/crm_caldav/i18n/ar.po deleted file mode 100644 index 296a8400066..00000000000 --- a/addons/crm_caldav/i18n/ar.po +++ /dev/null @@ -1,48 +0,0 @@ -# Arabic translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-13 13:13+0000\n" -"Last-Translator: walid sayed \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "متصفح Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "تحديث التزامن للأجندة" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "إجتماعات" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "تمديد الوحدة لإضافة ميزة كال داف في الاجتماع" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "تزامن هذا الجدول الزمنى" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " الميزات الجديدة في الاجتماع:\n" -#~ "* شارك الاجتماع مع عملاء الجدول الزمني الأخرى مثل صن بيرد\n" diff --git a/addons/crm_caldav/i18n/bg.po b/addons/crm_caldav/i18n/bg.po deleted file mode 100644 index 1654d7758d8..00000000000 --- a/addons/crm_caldav/i18n/bg.po +++ /dev/null @@ -1,45 +0,0 @@ -# Bulgarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-02-27 09:36+0000\n" -"Last-Translator: Dimitar Markov \n" -"Language-Team: Bulgarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Среща" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Синхронизирай този календар" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Нови функции в среща:\n" -#~ " * Споделяне на среща с други календари, като Sunbird\n" diff --git a/addons/crm_caldav/i18n/ca.po b/addons/crm_caldav/i18n/ca.po deleted file mode 100644 index 0ba27f6829c..00000000000 --- a/addons/crm_caldav/i18n/ca.po +++ /dev/null @@ -1,48 +0,0 @@ -# Catalan translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-26 19:05+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Catalan \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploració de CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunió" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Mòdul estès per afegir característiques CalDav a les reunions" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Noves funcionalitats en Reunions:\n" -#~ " * Compartir reuniones amb altres clients de calendari com sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronitza aquest calendari" diff --git a/addons/crm_caldav/i18n/crm_caldav.pot b/addons/crm_caldav/i18n/crm_caldav.pot deleted file mode 100644 index f6717f62869..00000000000 --- a/addons/crm_caldav/i18n/crm_caldav.pot +++ /dev/null @@ -1,32 +0,0 @@ -# Translation of OpenERP Server. -# This file contains the translation of the following modules: -# * crm_caldav -# -msgid "" -msgstr "" -"Project-Id-Version: OpenERP Server 6.1rc1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-08 00:36+0000\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: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "" - diff --git a/addons/crm_caldav/i18n/cs.po b/addons/crm_caldav/i18n/cs.po deleted file mode 100644 index 99f0211c49d..00000000000 --- a/addons/crm_caldav/i18n/cs.po +++ /dev/null @@ -1,33 +0,0 @@ -# Czech translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-06 07:00+0000\n" -"Last-Translator: Jiří Hajda \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Procházet Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synchronizovat tento kalendář" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Setkání" diff --git a/addons/crm_caldav/i18n/da.po b/addons/crm_caldav/i18n/da.po deleted file mode 100644 index 7704a741204..00000000000 --- a/addons/crm_caldav/i18n/da.po +++ /dev/null @@ -1,36 +0,0 @@ -# Danish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-11-08 21:45+0000\n" -"Last-Translator: OpenERP Danmark / Henning Dinsen \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Møde" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synkronisere denne kalender" diff --git a/addons/crm_caldav/i18n/de.po b/addons/crm_caldav/i18n/de.po deleted file mode 100644 index d8146304e2e..00000000000 --- a/addons/crm_caldav/i18n/de.po +++ /dev/null @@ -1,49 +0,0 @@ -# German translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-13 19:03+0000\n" -"Last-Translator: Ferdinand @ Camptocamp \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav durchsuchen" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Diesen Kalender synchronisieren" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Meeting" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Anwendungserweiterung CalDav für Terminsynchronisation" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Neue Funktionserweiterung für die Terminverwaltung:\n" -#~ " * Veröffentlichen Sie Terminkalender zwecks Zugriff durch andere " -#~ "Kalenderanwendungen, wie z.B. Sunbird.\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synchronisiere diesen Kalender" diff --git a/addons/crm_caldav/i18n/el.po b/addons/crm_caldav/i18n/el.po deleted file mode 100644 index 249f1d6c07d..00000000000 --- a/addons/crm_caldav/i18n/el.po +++ /dev/null @@ -1,33 +0,0 @@ -# Greek translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-11-30 15:54+0000\n" -"Last-Translator: Dimitris Andavoglou \n" -"Language-Team: Greek \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Συνάντηση" diff --git a/addons/crm_caldav/i18n/en_GB.po b/addons/crm_caldav/i18n/en_GB.po deleted file mode 100644 index f6eec0a0306..00000000000 --- a/addons/crm_caldav/i18n/en_GB.po +++ /dev/null @@ -1,48 +0,0 @@ -# English (United Kingdom) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-23 15:24+0000\n" -"Last-Translator: mrx5682 \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Browse" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synchronize This Calendar" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Meeting" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synchronise this calendar" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Extended Module to Add CalDav feature on Meeting" diff --git a/addons/crm_caldav/i18n/es.po b/addons/crm_caldav/i18n/es.po deleted file mode 100644 index 17e9d656ed5..00000000000 --- a/addons/crm_caldav/i18n/es.po +++ /dev/null @@ -1,48 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-14 19:30+0000\n" -"Last-Translator: Alberto Luengo Cabanillas (Pexego) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo extendido para agregar características CalDav a las reuniones" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar este calendario" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nuevas funcionalidades en Reuniones:\n" -#~ " * Compartir reuniones con otros clientes de calendario como sunbird\n" diff --git a/addons/crm_caldav/i18n/es_CR.po b/addons/crm_caldav/i18n/es_CR.po deleted file mode 100644 index 998ab0208b7..00000000000 --- a/addons/crm_caldav/i18n/es_CR.po +++ /dev/null @@ -1,49 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-15 19:24+0000\n" -"Last-Translator: Freddy Gonzalez \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" -"Language: es\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sincronizar este calendario" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo extendido para agregar características CalDav a las reuniones" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar este calendario" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nuevas funcionalidades en Reuniones:\n" -#~ " * Compartir reuniones con otros clientes de calendario como sunbird\n" diff --git a/addons/crm_caldav/i18n/es_EC.po b/addons/crm_caldav/i18n/es_EC.po deleted file mode 100644 index 6a6e80e07c9..00000000000 --- a/addons/crm_caldav/i18n/es_EC.po +++ /dev/null @@ -1,45 +0,0 @@ -# Spanish (Ecuador) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-13 04:12+0000\n" -"Last-Translator: Cristian Salamea (Gnuthink) \n" -"Language-Team: Spanish (Ecuador) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo extendido para agregar soporte para CAlDAv en Reuniones" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nuevas funcionalidades en Reuniones:\n" -#~ " * Compartir reuniones con otros calendarios como sunbird\n" diff --git a/addons/crm_caldav/i18n/es_MX.po b/addons/crm_caldav/i18n/es_MX.po deleted file mode 100644 index ba2ef1a1a44..00000000000 --- a/addons/crm_caldav/i18n/es_MX.po +++ /dev/null @@ -1,49 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-14 19:30+0000\n" -"Last-Translator: Alberto Luengo Cabanillas (Pexego) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:55+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDav" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#. module: crm_caldav -#: model:ir.module.module,shortdesc:crm_caldav.module_meta_information -msgid "Extended Module to Add CalDav feature on Meeting" -msgstr "Módulo extendido para agregar características CalDav a las reuniones" - -#. module: crm_caldav -#: model:ir.module.module,description:crm_caldav.module_meta_information -msgid "" -"\n" -" New Features in Meeting:\n" -" * Share meeting with other calendar clients like sunbird\n" -msgstr "" -"\n" -" Nuevas funcionalidades en Reuniones:\n" -" * Compartir reuniones con otros clientes de calendario como sunbird\n" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronyze this calendar" -msgstr "Sincronizar este calendario" diff --git a/addons/crm_caldav/i18n/es_PY.po b/addons/crm_caldav/i18n/es_PY.po deleted file mode 100644 index ed678aebab7..00000000000 --- a/addons/crm_caldav/i18n/es_PY.po +++ /dev/null @@ -1,48 +0,0 @@ -# Spanish (Paraguay) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-04 17:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Spanish (Paraguay) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo extendido para agregar características CalDav a las reuniones" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nuevas funcionalidades en Reunión:\n" -#~ " * Compartir reunión con otros clientes de calendario como sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar este calendario" diff --git a/addons/crm_caldav/i18n/es_VE.po b/addons/crm_caldav/i18n/es_VE.po deleted file mode 100644 index ba2ef1a1a44..00000000000 --- a/addons/crm_caldav/i18n/es_VE.po +++ /dev/null @@ -1,49 +0,0 @@ -# Spanish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-01-11 11:15+0000\n" -"PO-Revision-Date: 2011-01-14 19:30+0000\n" -"Last-Translator: Alberto Luengo Cabanillas (Pexego) \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-05 05:55+0000\n" -"X-Generator: Launchpad (build 13830)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Exploración de CalDav" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#. module: crm_caldav -#: model:ir.module.module,shortdesc:crm_caldav.module_meta_information -msgid "Extended Module to Add CalDav feature on Meeting" -msgstr "Módulo extendido para agregar características CalDav a las reuniones" - -#. module: crm_caldav -#: model:ir.module.module,description:crm_caldav.module_meta_information -msgid "" -"\n" -" New Features in Meeting:\n" -" * Share meeting with other calendar clients like sunbird\n" -msgstr "" -"\n" -" Nuevas funcionalidades en Reuniones:\n" -" * Compartir reuniones con otros clientes de calendario como sunbird\n" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronyze this calendar" -msgstr "Sincronizar este calendario" diff --git a/addons/crm_caldav/i18n/fi.po b/addons/crm_caldav/i18n/fi.po deleted file mode 100644 index 4902963772f..00000000000 --- a/addons/crm_caldav/i18n/fi.po +++ /dev/null @@ -1,36 +0,0 @@ -# Finnish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-18 12:26+0000\n" -"Last-Translator: Pekka Pylvänäinen \n" -"Language-Team: Finnish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Kokous" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synkronoi tämä kalenteri" diff --git a/addons/crm_caldav/i18n/fr.po b/addons/crm_caldav/i18n/fr.po deleted file mode 100644 index 10238c169d3..00000000000 --- a/addons/crm_caldav/i18n/fr.po +++ /dev/null @@ -1,49 +0,0 @@ -# French translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-14 21:13+0000\n" -"Last-Translator: Quentin THEURET \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Naviguer dans CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synchroniser ce calendrier" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Rendez-vous" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Module étendu pour ajouter la fonctionnalité CalDav aux réunions" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nouvelles fonctionnalités aux réunions :\n" -#~ " * Partage de réunions avec d'autres clients de calendriers comme " -#~ "sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synchroniser ce calendrier" diff --git a/addons/crm_caldav/i18n/gl.po b/addons/crm_caldav/i18n/gl.po deleted file mode 100644 index 87278e6562a..00000000000 --- a/addons/crm_caldav/i18n/gl.po +++ /dev/null @@ -1,49 +0,0 @@ -# Galician translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-02-07 20:56+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Ver Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunión" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar este calendario" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo Extendido pra Engadir a función CalDav en Reunións" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Novas Funcións en Reunións:\n" -#~ " * Reunións compartidas con outros clientes de calendario como " -#~ "sunbird\n" diff --git a/addons/crm_caldav/i18n/gu.po b/addons/crm_caldav/i18n/gu.po deleted file mode 100644 index 34cbcc852ae..00000000000 --- a/addons/crm_caldav/i18n/gu.po +++ /dev/null @@ -1,33 +0,0 @@ -# Gujarati translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-18 11:40+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Gujarati \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "સભા" diff --git a/addons/crm_caldav/i18n/hi.po b/addons/crm_caldav/i18n/hi.po deleted file mode 100644 index fcbe5c2962a..00000000000 --- a/addons/crm_caldav/i18n/hi.po +++ /dev/null @@ -1,33 +0,0 @@ -# Hindi translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-12-21 11:34+0000\n" -"Last-Translator: Sanjay Kumar \n" -"Language-Team: Hindi \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "बैठक" diff --git a/addons/crm_caldav/i18n/hr.po b/addons/crm_caldav/i18n/hr.po deleted file mode 100644 index e5d00fec2ea..00000000000 --- a/addons/crm_caldav/i18n/hr.po +++ /dev/null @@ -1,36 +0,0 @@ -# Croatian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-30 19:59+0000\n" -"Last-Translator: Ivan Vađić \n" -"Language-Team: Croatian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sinkroniziraj kalendar" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Sastanak" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sinkroniziraj ovaj kalendar" diff --git a/addons/crm_caldav/i18n/hu.po b/addons/crm_caldav/i18n/hu.po deleted file mode 100644 index 162aaea0a38..00000000000 --- a/addons/crm_caldav/i18n/hu.po +++ /dev/null @@ -1,50 +0,0 @@ -# Hungarian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-31 12:04+0000\n" -"Last-Translator: NOVOTRADE RENDSZERHÁZ ( novotrade.hu ) " -"\n" -"Language-Team: Hungarian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "CalDAV böngészése" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Találkozó" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Bővített Modul, CalDav funkciót biztosít a Találkozók szervezéséhez" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Szinkronizálás ezzel a naptárral" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Új lehetőségek a találkozókban:\n" -#~ " * a találkozók megosztásának lehetősége más naptárkliensekkel, " -#~ "például sunbird\n" diff --git a/addons/crm_caldav/i18n/id.po b/addons/crm_caldav/i18n/id.po deleted file mode 100644 index b64390df0f1..00000000000 --- a/addons/crm_caldav/i18n/id.po +++ /dev/null @@ -1,48 +0,0 @@ -# Indonesian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-02-07 18:22+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Indonesian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Telusuran Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Pertemuan" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Fitur Baru di Pertemuan:\n" -#~ " *Berbagi pertemuan dengan kalender klien yang lain seperti sunbird\n" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Module Tambahan untuk Menambah fitur CalDav pada Pertemuan" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sinkronisasi kalender ini" diff --git a/addons/crm_caldav/i18n/it.po b/addons/crm_caldav/i18n/it.po deleted file mode 100644 index a6799e76fe9..00000000000 --- a/addons/crm_caldav/i18n/it.po +++ /dev/null @@ -1,48 +0,0 @@ -# Italian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-17 07:00+0000\n" -"Last-Translator: Nicola Riolini - Micronaet \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Sfoglia Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sincronizza questo calendario" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Riunione" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Modulo estenso per aggiungere caratteristiche CalDAV ai Meeting" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nuove caratteristiche nei Meeting:\n" -#~ " * Condividi meeting con altri client di calendario, come sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizza questo calendario" diff --git a/addons/crm_caldav/i18n/ja.po b/addons/crm_caldav/i18n/ja.po deleted file mode 100644 index 7b322885282..00000000000 --- a/addons/crm_caldav/i18n/ja.po +++ /dev/null @@ -1,48 +0,0 @@ -# Japanese translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-04-01 05:49+0000\n" -"Last-Translator: Masaki Yamaya \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldavブラウズ" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "このカレンダーを同期化する" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "ミーティング" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "ミーティングのCalDAV機能に追加する拡張モジュール" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " ミーティングの新機能:\n" -#~ "   ・ Sunbirdの様な他のカレンダークライアントとミーティングの共有\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "このカレンダーを同期" diff --git a/addons/crm_caldav/i18n/ko.po b/addons/crm_caldav/i18n/ko.po deleted file mode 100644 index 7f17feff1ed..00000000000 --- a/addons/crm_caldav/i18n/ko.po +++ /dev/null @@ -1,48 +0,0 @@ -# Korean translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-05-10 14:47+0000\n" -"Last-Translator: Gang Sung-jin \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "달력 창" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "모임" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "이 달력에 동기화" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " 모임의 새로운 특징:\n" -#~ " * 다른 달력 클라이언트(sunbird와 같은)에 모임 공유\n" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "모임 특성을 확장 모듈 달력에 추가" diff --git a/addons/crm_caldav/i18n/lo.po b/addons/crm_caldav/i18n/lo.po deleted file mode 100644 index 4a380f97533..00000000000 --- a/addons/crm_caldav/i18n/lo.po +++ /dev/null @@ -1,33 +0,0 @@ -# Lao translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-19 15:52+0000\n" -"Last-Translator: Brice Muangkhot ສຸພາ ເມືອງໂຄຕ \n" -"Language-Team: Lao \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "ປະຊຸມ" diff --git a/addons/crm_caldav/i18n/lt.po b/addons/crm_caldav/i18n/lt.po deleted file mode 100644 index 7f017346c93..00000000000 --- a/addons/crm_caldav/i18n/lt.po +++ /dev/null @@ -1,33 +0,0 @@ -# Lithuanian translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-05-07 19:23+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Naršyti Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sinchronizuoti šį kalendorių" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Susitikimas" diff --git a/addons/crm_caldav/i18n/mn.po b/addons/crm_caldav/i18n/mn.po deleted file mode 100644 index bde99db7e68..00000000000 --- a/addons/crm_caldav/i18n/mn.po +++ /dev/null @@ -1,33 +0,0 @@ -# Mongolian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-03 18:57+0000\n" -"Last-Translator: badralb \n" -"Language-Team: Mongolian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Тольдох" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Энэ цагалбартай ижилтгэх" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Уулзалт" diff --git a/addons/crm_caldav/i18n/nb.po b/addons/crm_caldav/i18n/nb.po deleted file mode 100644 index c5a1c3cfe37..00000000000 --- a/addons/crm_caldav/i18n/nb.po +++ /dev/null @@ -1,33 +0,0 @@ -# Norwegian Bokmal translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-09-04 14:04+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Bokmal \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-05 04:46+0000\n" -"X-Generator: Launchpad (build 15901)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "CalDAV Bla" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synkroniser denne kalenderen" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Møte" diff --git a/addons/crm_caldav/i18n/nl.po b/addons/crm_caldav/i18n/nl.po deleted file mode 100644 index 6d76202c6a6..00000000000 --- a/addons/crm_caldav/i18n/nl.po +++ /dev/null @@ -1,48 +0,0 @@ -# Dutch translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-21 19:04+0000\n" -"Last-Translator: Erwin \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Browse" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Deze agenda synchroniseren" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Afspraak" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Uitgebreide module om CalDav functies toe te voegen bij agenda" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nieuwe functies bij agenda:\n" -#~ " * afspraken delen met andere agenda clients zoals sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Deze agenda synchroniseren" diff --git a/addons/crm_caldav/i18n/nl_BE.po b/addons/crm_caldav/i18n/nl_BE.po deleted file mode 100644 index e1722263797..00000000000 --- a/addons/crm_caldav/i18n/nl_BE.po +++ /dev/null @@ -1,48 +0,0 @@ -# Dutch (Belgium) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-03-01 17:20+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Dutch (Belgium) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Bladeren Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Afspraak" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Uitgebreide module om CalDav-functies toe te voegen aan afspraken" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nieuwe functies voorafspraken:\n" -#~ " * afspraken delen met andere kalendertoepassingen, zoals sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Deze agenda synchroniseren" diff --git a/addons/crm_caldav/i18n/oc.po b/addons/crm_caldav/i18n/oc.po deleted file mode 100644 index 26c1f699820..00000000000 --- a/addons/crm_caldav/i18n/oc.po +++ /dev/null @@ -1,49 +0,0 @@ -# Occitan (post 1500) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-11-20 09:20+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Occitan (post 1500) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Navigar dins CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Rendètz-vos" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Modul espandit per apondre la foncionalitat CalDav a las acampadas" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Foncionalitats novèlas per las acampadas :\n" -#~ " * Partiment d'acampadas amb d'autres clients de calendièrs coma " -#~ "sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar aqueste calendièr" diff --git a/addons/crm_caldav/i18n/pl.po b/addons/crm_caldav/i18n/pl.po deleted file mode 100644 index 930719eb5e2..00000000000 --- a/addons/crm_caldav/i18n/pl.po +++ /dev/null @@ -1,33 +0,0 @@ -# Polish translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-03-28 14:18+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synchronizuj ten kalendarz" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Zebranie" diff --git a/addons/crm_caldav/i18n/pt.po b/addons/crm_caldav/i18n/pt.po deleted file mode 100644 index d67c22023ac..00000000000 --- a/addons/crm_caldav/i18n/pt.po +++ /dev/null @@ -1,49 +0,0 @@ -# Portuguese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-11-30 12:07+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Pesquisa Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sincronizar Este Calendário" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunião" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo para adicionar CalDav ao módulo Reunião" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nova funcionalidade no módulo Reunião:\n" -#~ " * Partilhar as reuniões com outros programas de agenda como o " -#~ "Sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar calendário" diff --git a/addons/crm_caldav/i18n/pt_BR.po b/addons/crm_caldav/i18n/pt_BR.po deleted file mode 100644 index b4013e91734..00000000000 --- a/addons/crm_caldav/i18n/pt_BR.po +++ /dev/null @@ -1,49 +0,0 @@ -# Brazilian Portuguese translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-12 04:47+0000\n" -"Last-Translator: Rafael Sales - http://www.tompast.com.br \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Folhear Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sincronizar este calendário" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Reunião" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Módulo de extensão para adicionar funcionalidades nas Reuniões" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Novas Funcionalidades nas Reuniões:\n" -#~ " * Compartilhe reuniões com outros clientes de calendários como " -#~ "sunbird\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizar este calendário" diff --git a/addons/crm_caldav/i18n/ro.po b/addons/crm_caldav/i18n/ro.po deleted file mode 100644 index 0ac10a93c46..00000000000 --- a/addons/crm_caldav/i18n/ro.po +++ /dev/null @@ -1,48 +0,0 @@ -# Romanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-18 17:45+0000\n" -"Last-Translator: Mihai Satmarean \n" -"Language-Team: Romanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Rasfoire Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Sincronizeaza Acest Calendar" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Intalnire" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sincronizează acest calendar" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Modul extins pentru a Adauga caracteristica CalDAV în Intalnire" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Caracteristici noi în Întâlnire: * \n" -#~ "imparte întâlnirea cu alţi clienţii calendar cum ar fi sunbird\n" diff --git a/addons/crm_caldav/i18n/ru.po b/addons/crm_caldav/i18n/ru.po deleted file mode 100644 index 7acaa4224d6..00000000000 --- a/addons/crm_caldav/i18n/ru.po +++ /dev/null @@ -1,48 +0,0 @@ -# Russian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-12-21 15:12+0000\n" -"Last-Translator: Chertykov Denis \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Обзор Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Встреча" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Расширенный модуль, добавляющий поддержку Caldav ко встречам" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Новые возможности модуля Встречи:\n" -#~ " * Общий доступ с помощью других календарей (напр. Sunbird)\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Синхронизировать этот календарь" diff --git a/addons/crm_caldav/i18n/sk.po b/addons/crm_caldav/i18n/sk.po deleted file mode 100644 index a077cb49ebf..00000000000 --- a/addons/crm_caldav/i18n/sk.po +++ /dev/null @@ -1,36 +0,0 @@ -# Slovak translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-02-20 21:17+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovak \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Stretnutie" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Synchronizovať tento kalendár" diff --git a/addons/crm_caldav/i18n/sl.po b/addons/crm_caldav/i18n/sl.po deleted file mode 100644 index a5f886a755d..00000000000 --- a/addons/crm_caldav/i18n/sl.po +++ /dev/null @@ -1,48 +0,0 @@ -# Slovenian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-11-26 22:54+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Slovenian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Prebrskaj Caldav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Sestanek" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Razširitveni modul za Dodajanje Caldav funkcije na Sestanki" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sinhroniziraj ta koledar" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nova funkcija v Sestanki\n" -#~ " Deli sestanke z drugimi klienti koledarjev kot je sunbird\n" diff --git a/addons/crm_caldav/i18n/sq.po b/addons/crm_caldav/i18n/sq.po deleted file mode 100644 index 57ab7a283dc..00000000000 --- a/addons/crm_caldav/i18n/sq.po +++ /dev/null @@ -1,33 +0,0 @@ -# Albanian translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-03-28 15:41+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Albanian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "" diff --git a/addons/crm_caldav/i18n/sr.po b/addons/crm_caldav/i18n/sr.po deleted file mode 100644 index 247968a0f1f..00000000000 --- a/addons/crm_caldav/i18n/sr.po +++ /dev/null @@ -1,33 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-11-14 08:06+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Sastanak" diff --git a/addons/crm_caldav/i18n/sr@latin.po b/addons/crm_caldav/i18n/sr@latin.po deleted file mode 100644 index f7e1412b38b..00000000000 --- a/addons/crm_caldav/i18n/sr@latin.po +++ /dev/null @@ -1,48 +0,0 @@ -# Serbian translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-10-06 14:03+0000\n" -"Last-Translator: Milan Milosevic \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Pretraži CalDav" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Sastanak" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Produženi modul za dodavanje CalDav funkcije u sastancima" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Nove funkcije u sastancima\n" -#~ " *Podeli sastanke s drugim kalendarskim klijentima poput sunbird-a\n" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Sinhronisanje ovog kalendara" diff --git a/addons/crm_caldav/i18n/sv.po b/addons/crm_caldav/i18n/sv.po deleted file mode 100644 index e2dfd6c8ffc..00000000000 --- a/addons/crm_caldav/i18n/sv.po +++ /dev/null @@ -1,33 +0,0 @@ -# Swedish translation for openobject-addons -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2010-11-24 09:31+0000\n" -"Last-Translator: OpenERP Administrators \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Kalenderbläddring" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Synkronisera denna kalender" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Möte" diff --git a/addons/crm_caldav/i18n/ta.po b/addons/crm_caldav/i18n/ta.po deleted file mode 100644 index b3c82b19d91..00000000000 --- a/addons/crm_caldav/i18n/ta.po +++ /dev/null @@ -1,41 +0,0 @@ -# Tamil translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2011-01-18 05:29+0000\n" -"Last-Translator: சதீஷ் குமார் \n" -"Language-Team: Tamil \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "சந்திப்பு" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " சந்திப்பின் புதிய வசதிகள்\n" diff --git a/addons/crm_caldav/i18n/tr.po b/addons/crm_caldav/i18n/tr.po deleted file mode 100644 index 48cdaf9c37e..00000000000 --- a/addons/crm_caldav/i18n/tr.po +++ /dev/null @@ -1,48 +0,0 @@ -# Turkish translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-01-23 23:20+0000\n" -"Last-Translator: Ahmet Altınışık \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav Tarama" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "Bu Takvimi Senkronize Et" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "Toplantı" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "Bu takvimi eşzamanla" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "Toplantıya CalDav özelliği eklemek için Genişletilmiş Modül" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " Toplantı için Yeni Özellikler:\n" -#~ " * Sunbird gibi diğer istemcilerle toplantı paylaşımı\n" diff --git a/addons/crm_caldav/i18n/zh_CN.po b/addons/crm_caldav/i18n/zh_CN.po deleted file mode 100644 index 73b02f129a2..00000000000 --- a/addons/crm_caldav/i18n/zh_CN.po +++ /dev/null @@ -1,48 +0,0 @@ -# Chinese (Simplified) translation for openobject-addons -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-02-10 06:58+0000\n" -"Last-Translator: Jeff Wang \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-28 06:39+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "Caldav 浏览" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "同步这个日程表" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "会议" - -#~ msgid "" -#~ "\n" -#~ " New Features in Meeting:\n" -#~ " * Share meeting with other calendar clients like sunbird\n" -#~ msgstr "" -#~ "\n" -#~ " 会议的新功能\n" -#~ " *通过连接Mozilla Sunbird与使用日程表的客户共享会议\n" - -#~ msgid "Extended Module to Add CalDav feature on Meeting" -#~ msgstr "扩展模块增加会议的Caldav功能" - -#~ msgid "Synchronyze this calendar" -#~ msgstr "同步日程表" diff --git a/addons/crm_caldav/i18n/zh_TW.po b/addons/crm_caldav/i18n/zh_TW.po deleted file mode 100644 index 43731a6717d..00000000000 --- a/addons/crm_caldav/i18n/zh_TW.po +++ /dev/null @@ -1,33 +0,0 @@ -# Chinese (Traditional) translation for openobject-addons -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the openobject-addons package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: openobject-addons\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-02-08 00:36+0000\n" -"PO-Revision-Date: 2012-08-29 02:56+0000\n" -"Last-Translator: Bonnie Duan \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-30 05:12+0000\n" -"X-Generator: Launchpad (build 15864)\n" - -#. module: crm_caldav -#: model:ir.actions.act_window,name:crm_caldav.action_caldav_browse -msgid "Caldav Browse" -msgstr "行事曆瀏覽" - -#. module: crm_caldav -#: model:ir.ui.menu,name:crm_caldav.menu_caldav_browse -msgid "Synchronize This Calendar" -msgstr "同步行事曆" - -#. module: crm_caldav -#: model:ir.model,name:crm_caldav.model_crm_meeting -msgid "Meeting" -msgstr "會議" diff --git a/addons/event/__openerp__.py b/addons/event/__openerp__.py index 8860d32686e..9fa2dfc3e04 100644 --- a/addons/event/__openerp__.py +++ b/addons/event/__openerp__.py @@ -39,7 +39,7 @@ Key Features * Use emails to automatically confirm and send acknowledgements for any event registration """, 'author': 'OpenERP SA', - 'depends': ['base_setup', 'board', 'email_template', 'google_map'], + 'depends': ['base_setup', 'board', 'email_template'], 'data': [ 'security/event_security.xml', 'security/ir.model.access.csv', diff --git a/addons/event_project/__init__.py b/addons/event_project/__init__.py deleted file mode 100644 index c43297c86f4..00000000000 --- a/addons/event_project/__init__.py +++ /dev/null @@ -1,25 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## -import event_project -import wizard - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: - diff --git a/addons/event_project/__openerp__.py b/addons/event_project/__openerp__.py deleted file mode 100644 index 81fb24455f5..00000000000 --- a/addons/event_project/__openerp__.py +++ /dev/null @@ -1,41 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -{ - 'name': 'Retro-Planning on Events', - 'version': '0.1', - 'category': 'Tools', - 'description': """ -Organization and management of events. -====================================== - -This module allows you to create retro planning for managing your events. -""", - 'author': 'OpenERP SA', - 'images': ['images/event.jpeg'], - 'depends': ['project_retro_planning', 'event'], - 'data': ['wizard/event_project_retro_view.xml', 'event_project_view.xml'], - 'demo': [], - 'installable': True, - 'auto_install': False, -} - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/event_project/event_project.py b/addons/event_project/event_project.py deleted file mode 100644 index 34892b56f39..00000000000 --- a/addons/event_project/event_project.py +++ /dev/null @@ -1,58 +0,0 @@ -# -*- coding: utf-8 -*- -############################################################################## -# -# OpenERP, Open Source Management Solution -# Copyright (C) 2004-2010 Tiny SPRL (). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -############################################################################## - -from osv import fields, osv - -class one2many_mod_task(fields.one2many): - - def get(self, cr, obj, ids, name, user=None, offset=0, context=None, values=None): - if not values: - values = {} - res = {} - for id in ids: - res[id] = [] - for id in ids: - query = "select project_id from event_event where id = %s" - cr.execute(query, (id,)) - project_ids = [ x[0] for x in cr.fetchall()] - ids2 = obj.pool.get(self._obj).search(cr, user, [(self._fields_id, 'in', project_ids), ('state', '<>', 'done')], limit=self._limit) - for r in obj.pool.get(self._obj)._read_flat(cr, user, ids2, [self._fields_id], context=context, load='_classic_write'): - res[id].append( r['id'] ) - return res - -class event(osv.osv): - _inherit = 'event.event' - - def write(self, cr, uid, ids, vals, *args, **kwargs): - if 'date_begin' in vals and vals['date_begin']: - for eve in self.browse(cr, uid, ids): - if eve.project_id: - self.pool.get('project.project').write(cr, uid, [eve.project_id.id], {'date_end': eve.date_begin[:10]}) - return super(event,self).write(cr, uid, ids, vals, *args, **kwargs) - - _columns = { - 'project_id': fields.many2one('project.project', 'Project', readonly=True), - 'task_ids': one2many_mod_task('project.task', 'project_id', "Project tasks", readonly=True, domain="[('state', '<>', 'done')]"), - } - -event() - -# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/event_project/event_project_view.xml b/addons/event_project/event_project_view.xml deleted file mode 100644 index e3b761aea30..00000000000 --- a/addons/event_project/event_project_view.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - - Events - event.event - - - - - - -