769eafb483
Flectra is Forked from Odoo v11 commit : (6135e82d73
)
4499 lines
167 KiB
Plaintext
4499 lines
167 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * project
|
||
#
|
||
# Translators:
|
||
# Martin Trigaux <mat@odoo.com>, 2017
|
||
# Thorsten Vocks <thorsten.vocks@openbig.org>, 2017
|
||
# darenkster <inactive+darenkster@transifex.com>, 2017
|
||
# Tina Rittmüller <tr@ife.de>, 2017
|
||
# key six <mobile.umts@gmail.com>, 2017
|
||
# Rudolf Schnapka <rs@techno-flex.de>, 2017
|
||
# Niki Waibel <niki.waibel@gmail.com>, 2017
|
||
# Henry Mineehen <info@mineehen.de>, 2017
|
||
# Bettina Pfeifer <betzilla@web.de>, 2017
|
||
# Wolfgang Taferner <wolfgang.transifex@service.wt-io-it.at>, 2017
|
||
# Frederik Kramer <frederik.kramer@ovgu.de>, 2017
|
||
# Ermin Trevisan <trevi@twanda.com>, 2017
|
||
# Anja Funk <anja.funk@afimage.de>, 2017
|
||
# JackTheHunter <Maximilian.N98@gmail.com>, 2017
|
||
# Ralf Hilgenstock <rh@dialoge.info>, 2017
|
||
# Andi <flimflam@salasar.de>, 2017
|
||
# Marvin Elia Hoppe <marvin_elia@web.de>, 2017
|
||
# Renzo Meister <info@jamotion.ch>, 2017
|
||
# Gab_Odoo <gab@odoo.com>, 2017
|
||
# David Lehov <KHottend@gmx.de>, 2017
|
||
# Martin K <martinkuenz@gmail.com>, 2017
|
||
# Fabian Liesch <fabian.liesch@gmail.com>, 2017
|
||
# Malte Jansen <work@maltejansen.de>, 2017
|
||
# AppleMentalist <felix.schnatbaum@gmail.com>, 2017
|
||
# Constantin Ehrenstein <transifex@skiller.eu>, 2017
|
||
# Katharina Moritz <kmo@e2f.com>, 2017
|
||
# DE T1 <e2f8846@yahoo.com>, 2017
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 11.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2017-11-16 08:08+0000\n"
|
||
"PO-Revision-Date: 2017-11-16 08:08+0000\n"
|
||
"Last-Translator: DE T1 <e2f8846@yahoo.com>, 2017\n"
|
||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: de\n"
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
||
#. module: project
|
||
#: model:mail.template,body_html:project.mail_template_data_module_install_project
|
||
msgid ""
|
||
"\n"
|
||
" <div style=\"margin: 10px auto;\">\n"
|
||
" % set last_created_project = user.env['project.project'].search([('alias_id','!=',False)], order=\"create_date desc\")[0]\n"
|
||
" <table cellspacing=\"0\" cellpadding=\"0\" style=\"width:100%;\">\n"
|
||
" <tbody>\n"
|
||
" <tr>\n"
|
||
" <td style=\"padding:2px;width:30%;\">\n"
|
||
" <img src=\"web/static/src/img/logo.png\"/>\n"
|
||
" </td>\n"
|
||
" <td style=\"vertical-align: top; padding: 8px 10px;text-align: left;font-size: 14px;\">\n"
|
||
" <a href=\"web/login\" style=\"float:right ;margin:15px auto;background: #875A7B;border-radius: 5px;color: #ffffff;font-size: 16px;padding: 10px 20px 10px 20px;text-decoration: none;\">Auto Login</a>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <table style=\"width:100%;text-align:justify;margin:0 auto;border-collapse:collapse;border-top:1px solid lightgray\"\">\n"
|
||
" <tbody>\n"
|
||
" <tr>\n"
|
||
" <td style=\"padding:15px 10px;font-size:20px\">\n"
|
||
" <p dir=\"ltr\" style=\"font-size:15px;margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Your Odoo Project application is up and running</span></p><br>\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span style=\"font-size:13px;font-weight:bold;\">What’s next?</span></p>\n"
|
||
" <ul style=\"margin-top:0pt;margin-bottom:0pt;font-size:13px;list-style-type:disc;\">\n"
|
||
" % if last_created_project:\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Try creating a task by sending an email to </span>\n"
|
||
" <a href=\"mailto:${last_created_project.alias_id.name_get()[0][1] if last_created_project.alias_id.alias_domain else user.company_id.email}\">\n"
|
||
" <span style=\"font-weight:bold; text-decoration:underline;\">${last_created_project.alias_id.name_get()[0][1] if last_created_project.alias_id.alias_domain else user.company_id.email}</span>\n"
|
||
" </a>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" % endif\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span><a href=\"/web#view_type=list&model=res.users&action=base.action_res_users\">\n"
|
||
" <span style=\"font-weight:bold; text-decoration:underline;\">Invite new users</span></a></span>\n"
|
||
" <span>to collaborate</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" </ul> <br>\n"
|
||
" <p dir=\"ltr\" style=\"font-size:13px;margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span style=\"font-weight:bold;\">Discover the </span>\n"
|
||
" <span><a href=\"/web#view_type=kanban&model=project.project&action=project.open_view_project_all\">\n"
|
||
" <span style=\"font-weight:bold; text-decoration:underline;\">project planner</span></a></span>\n"
|
||
" <span> to activate extra features</span>\n"
|
||
" <span style=\"color:#875A7B;margin:0;font-weight:bold\">(${user.env['web.planner'].get_planner_progress('planner_project')}% done)</span>\n"
|
||
" </p>\n"
|
||
" <ul style=\"margin-top:0pt;margin-bottom:0pt;font-size:13px;list-style-type:disc;\">\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Track hours with timesheets,</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Plan tasks and resources with forecasts,</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Get smart reporting and accurate dashboards,</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:0pt;\">\n"
|
||
" <span>Bill time on tasks or issues,</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" <li dir=\"ltr\">\n"
|
||
" <p dir=\"ltr\" style=\"margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span>And much more...</span>\n"
|
||
" </p>\n"
|
||
" </li>\n"
|
||
" </ul>\n"
|
||
" <br>\n"
|
||
" <p dir=\"ltr\" style=\"font-size:13px;line-height:1.3;margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span style=\"font-weight:bold;\">Need Help?</span>\n"
|
||
" <span style=\"font-style:italic;\">You’re not alone</span>\n"
|
||
" </p>\n"
|
||
" <p dir=\"ltr\" style=\"font-size:13px;margin-top:0pt;margin-bottom:8pt;\">\n"
|
||
" <span>We would be delighted to assist you along the way. Contact us through our\n"
|
||
" <a href=\"https://www.odoo.com/help\">support form</a> if you have any question.\n"
|
||
" You can also discover how to get the best out of Odoo Project with our </span>\n"
|
||
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation/user/10.0/project.html\">\n"
|
||
" <span style=\"text-decoration:underline;\">User Documentation</span></a>\n"
|
||
" </span><span> or with our </span>\n"
|
||
" <a target=\"_blank\" href=\"https://www.odoo.com/documentation\">\n"
|
||
" <span style=\"text-decoration:underline;\">API Documentation</span></a>\n"
|
||
" </p>\n"
|
||
" <br>\n"
|
||
" <p dir=\"ltr\" style=\"font-size:13px;margin-top:0pt;margin-bottom:8pt;\"><span>Enjoy your Odoo experience,</span></p>\n"
|
||
" </td>\n"
|
||
" </tr>\n"
|
||
" </tbody>\n"
|
||
" </table>\n"
|
||
" <div dir=\"ltr\" style=\"font-size:13px;margin-top:0pt;margin-bottom:8pt;color:grey\">\n"
|
||
" <span><br/>-- <br/>The Odoo Team<br/>PS: People love Odoo, check </span><a target=\"_blank\" href=\"https://twitter.com/odoo/favorites\"><span style=\"text-decoration:underline;\">what they say about it.</span></a></span>\n"
|
||
" </div>\n"
|
||
" </div>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:mail.template,body_html:project.mail_template_data_project_task
|
||
msgid ""
|
||
"\n"
|
||
"<p>Dear ${object.partner_id.name or 'customer'},</p>\n"
|
||
"<p>Thank you for your enquiry.<br /></p>\n"
|
||
"<p>If you have any questions, please let us know.</p>\n"
|
||
"<p>Best regards,</p>"
|
||
msgstr ""
|
||
"\n"
|
||
"<p>Sehr geehrte/r ${object.partner_id.name or 'Kund*in'},</p>\n"
|
||
"<p>Vielen Dank für Ihre Anfrage.<br /></p>\n"
|
||
"<p>Lassen Sie uns bitte wissen, falls Sie noch weitergehende Fragen haben.</p>\n"
|
||
"<p>Mit freundlichen Grüßen,</p>"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_delay_endings_days
|
||
msgid "# Days to Deadline"
|
||
msgstr "Anzahl Tage bis Deadline"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_res_partner_task_count
|
||
#: model:ir.model.fields,field_description:project.field_res_users_task_count
|
||
msgid "# Tasks"
|
||
msgstr "# Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_working_days_open
|
||
msgid "# Working Days to Assign"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_working_days_close
|
||
msgid "# Working Days to Close"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_nbr
|
||
msgid "# of Tasks"
|
||
msgstr "# Aufgaben"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:244
|
||
#: code:addons/project/models/project.py:533
|
||
#, python-format
|
||
msgid "%s (copy)"
|
||
msgstr "%s (Kopie)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid ""
|
||
"(Un)archiving a project automatically (un)archives its tasks and issues. Do "
|
||
"you want to proceed?"
|
||
msgstr ""
|
||
"(De)archivieren eines Projektes (de)archiviert ebenfalls dessen Aufgaben und"
|
||
" Fälle. Möchten Sie fortfahren?"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "- The Odoo Team"
|
||
msgstr "- Das Odoo Team"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "1. Learn about Tasks and Timesheets."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"2. Now, take some time to list <strong>the Projects you'll need:</strong>"
|
||
msgstr ""
|
||
"2. Jetzt starte die <strong>Liste aller Projekte</strong>, die Du betreibst."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:69
|
||
#, python-format
|
||
msgid ""
|
||
"<b>Assign the task</b> to someone. <i>You can create and invite a new user "
|
||
"on the fly.</i>"
|
||
msgstr ""
|
||
"<b>Teilen Sie die Aufgabe jemandem zu</b>. <i>Sie können dabei gleich in "
|
||
"einem Arbeitsgang einen neuen Benutzer erstellen und einladen.</i>"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:80
|
||
#, python-format
|
||
msgid "<b>Click the save button</b> to apply your changes to the task."
|
||
msgstr ""
|
||
"<b>Klicken Sie die \"Speichern\"-Schaltfläche</b>, um Ihre Änderungen der "
|
||
"Aufgabe anzuwenden."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:48
|
||
#, python-format
|
||
msgid "<b>Drag & drop tasks</b> between columns as you work on them."
|
||
msgstr ""
|
||
"<b>Verschieben Sie Aufgaben per Drag&Drop</b> zwischen Spalten, während "
|
||
"Sie mit ihnen arbeiten."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:94
|
||
#, python-format
|
||
msgid ""
|
||
"<b>Invite coworkers</b> via email.<br/><i>Enter one email per line.</i>"
|
||
msgstr ""
|
||
"<b>Lade Mitarbeiter</b> via E-Mail ein. <br/><i>Eine E-Mail pro Zeile.</i>"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:54
|
||
#, python-format
|
||
msgid "<b>Star tasks</b> to mark team priorities."
|
||
msgstr ""
|
||
"<b>Versehen Sie Aufgaben mit Sternen</b>, um Team-Prioritäten zu markieren."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<i class=\"fa fa-user\"/> Person Responsible"
|
||
msgstr "Verantwortliche Person"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:116
|
||
#, python-format
|
||
msgid ""
|
||
"<p class=\"oe_view_nocontent_create\">\n"
|
||
" Documents are attached to the tasks and issues of your project.</p><p>\n"
|
||
" Send messages or log internal notes with attachments to link\n"
|
||
" documents to your project.\n"
|
||
" </p>"
|
||
msgstr ""
|
||
"<p class=\"oe_view_nocontent_create\">\n"
|
||
" Dokumente werden an Aufgaben und Fälle Ihres Projekts angehängt</p><p>\n"
|
||
" Senden Sie Meldungen oder erfassen Sie interne Vermerke und Dateianhänge\n"
|
||
" zu Ihrem Projekt.\n"
|
||
" </p>"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:144
|
||
#, python-format
|
||
msgid "<p class=\"oe_view_nocontent_create\">Click to create a new project.</p>"
|
||
msgstr ""
|
||
"<p class=\"oe_view_nocontent_create\">Klicken, um ein neues Projekt zu "
|
||
"erstellen.</p>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<span class=\"fa fa-arrow-circle-o-down\"/> Install now"
|
||
msgstr "<span class=\"fa fa-arrow-circle-o-down\"/> Jetzt installieren"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<span class=\"fa fa-comment-o\"/> Website Live Chat"
|
||
msgstr "<span class=\"fa fa-comment-o\"/> Website Live Chat"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<span class=\"fa fa-comment-o\"/> Website Live Chat on"
|
||
msgstr "<span class=\"fa fa-comment-o\"/> Website Live Chat an"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<span class=\"fa fa-envelope-o\"/> Email Our Project Expert"
|
||
msgstr "<span class=\"fa fa-envelope-o\"/> Mailen Sie unserem Projekt Experten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"fa fa-thumbs-o-down\"/> The <strong> Wrong Way</strong> to use"
|
||
" projects:"
|
||
msgstr ""
|
||
"<span class=\"fa fa-thumbs-o-down\"/> Der <strong> Falsche Weg</strong> "
|
||
"Projekte zu verwenden:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"fa fa-thumbs-o-up\"/> The <strong>Right Way</strong> to use "
|
||
"projects:"
|
||
msgstr ""
|
||
"<span class=\"fa fa-thumbs-o-up\"/> Der <strong>Richtige Weg</strong> "
|
||
"Projekte zu verwenden:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-laptop\"/>\n"
|
||
" <strong> Screen Customization</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-laptop\"/>\n"
|
||
" <strong> Formularanpassung</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-mobile\"/>\n"
|
||
" <strong> From your Mobile phone</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-mobile\"/>\n"
|
||
" <strong> Von Ihrem Mobiltelefon</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-pencil-square-o\"/>\n"
|
||
" <strong> Create Custom Reports</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-pencil-square-o\"/>\n"
|
||
" <strong> Benutzerdefinierte Berichte</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-puzzle-piece\"/>\n"
|
||
" <strong> Via Chrome extension</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-puzzle-piece\"/>\n"
|
||
" <strong> Via Chrome-Erweiterung</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-sitemap\"/>\n"
|
||
" <strong> Workflow Customization</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-sitemap\"/>\n"
|
||
" <strong> Arbeitsablauf </strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-tasks\"/>\n"
|
||
" <strong> Directly in Odoo</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-tasks\"/>\n"
|
||
" <strong> Direkt in Odoo</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-thumb-tack\"/>\n"
|
||
" <strong> Exercise 1</strong><br/>\n"
|
||
" <span class=\"small\">Check Workload</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-thumb-tack\"/>\n"
|
||
" <strong> Übung 1</strong><br/>\n"
|
||
" <span class=\"small\">Prüfe Auslastung</span>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-thumb-tack\"/>\n"
|
||
" <strong> Exercise 2</strong><br/>\n"
|
||
" <span class=\"small\">Delay to close an Task</span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-check-square-o\"/>\n"
|
||
" <strong> Tasks</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-check-square-o\"/>\n"
|
||
" <strong> Aufgaben</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-clock-o\"/>\n"
|
||
" <strong> Timesheets</strong>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"panel-title\">\n"
|
||
" <span class=\"fa fa-clock-o\"/>\n"
|
||
" <strong> Zeitnachweise</strong>\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_task_merge_wizard_form
|
||
msgid ""
|
||
"<span class=\"text-muted\">NB: This will archive the selected tasks (Except "
|
||
"the destination task)</span>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span><strong>Contact us to customize your application:</strong><br/>\n"
|
||
" We have special options for unlimited number of customizations !\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span><strong>Kontaktieren Sie uns, um Ihre Anwendung anzupassen:</strong><br/>\n"
|
||
" Wir bieten besondere Konditionen für eine Vielzahl an Anpassungen!\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<span><strong>We are here to help you:</strong> if you don't succeed in achieving your favorite KPIs, contact us and we can help you create your custom reports.\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span><strong>Wir sind da, um Ihnen zu helfen:</strong> Wenn Sie nicht erfolgreich sind, Ihre bevorzugten KPI's zu ermitteln, kontaktieren Sie uns und wir können Ihnen helfen Ihre individuellen Berichte zu erstellen..\n"
|
||
" </span>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Adjourn (5 min)</strong>\n"
|
||
" Conclude the meeting with upbeat statements and positive input on project accomplishments. Always reinforce teamwork and encourage all member to watch out for each other to ensure the project is successful."
|
||
msgstr ""
|
||
"<strong> Meetingende (5 Min):</strong>\n"
|
||
"Beenden Sie die Sitzung mit einem optimistischen Ausblick und positiven Vermeldungen zur geleisteten Projektarbeit. Teamwork muss dabei immer wieder betont werden, ebenso müssen Projektmitarbeiter motiviert werden, sich gegenseitig zu unterstützen, um ein erfolgreiches Projekt aller Beteiligten sicherzustellen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Critical items (10 min)</strong>\n"
|
||
" Upon completing the project status review session, summarize the critical items."
|
||
msgstr ""
|
||
"<strong> Kritische Elemente (10 Min)</strong>\n"
|
||
" Mit Abschluß der Sitzung zum Projektstatus, fassen Sie die kritischen Elemente zusammen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> New business tasks (5 min)</strong>\n"
|
||
" You may have learned something during the week that affects the project. Share the news early in the meeting to help team members consider the task as you walk through the project status session. Not every task warrants spending time here, so keep discussions to a minimum."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong> Prepare an agenda (and keep to it)</strong>"
|
||
msgstr "<strong> Erstellen Sie eine Agenda (und bleiben Sie dabei)</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Project plan status review (20 min) </strong>\n"
|
||
" Walk through your project plan and allow each team member to provide a brief status of assignments due this week and tasks planned for the next two weeks. You want to know whether tasks are on track and if any will miss their projected deadline. You also want to allow the team member to share any special considerations that might affect other tasks or members of the project. Carefully manage this part because some team members will want to pontificate and spend more time than is really needed. Remember, you’re the project manager."
|
||
msgstr ""
|
||
"<strong> Projektstatus Überprüfung (20 min) </strong>\n"
|
||
"Gehen Sie durch Ihren Projektplan und erfragen Sie von allen Teammitgliedern einen kurzen Status über die erledigten Arbeiten in dieser Woche und lassen Sie sich einen Ausblick auf die geplanten Aufgaben für die kommenden beiden Wochen geben. Sie sollten insbesondere rauskriegen, ob die geplanten Aufgaben auf dem richtigen Weg und im Zeitrahmen sind. Sie sollten Ihrem Team ermöglichen, zu allen Aufgaben oder Projektrisiken Stellung zu nehmen. Managen Sie diesen Part stringent, da oft bestimmte Teammitglieder für Ihre Statements mehr Zeit als nötig beanspruchen. Denken Sie daran, dass Sie der Projektmanager sind."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Q&A and discussion time (10 min)</strong>\n"
|
||
" Always give your team time to ask questions on tasks that were not discussed. This gives you another opportunity to reinforce key points that you've picked up during the week or discovered during the meeting."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Roll call (5 min)</strong>\n"
|
||
" Let everyone know who is in attendance before starting. This is important for remote team members who have dialled in and will save you time later."
|
||
msgstr ""
|
||
"<Strong> Vorstellungsrunde (5 min): </strong>\n"
|
||
"Lassen Sie alle Teilnehmer vor Beginn des Meetings wissen, wer anwesend ist. Dies ist vor allem für die Teammitglieder wichtig, die sich Remote eingewählt haben."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong> Summary and follow-up items (5 min)</strong>\n"
|
||
" Always wrap up with a project status summary and a list of action items dentified in the meeting to help move the project along."
|
||
msgstr ""
|
||
"<strong> Zusammenfassung und Ausblick (5 min): </strong>\n"
|
||
"Schließen Sie immer mit einer Projektstatusübersicht und einer Liste, der in in der Sitzung beschlossenen Aktionen, die das Projekt weiter nach vorne bringen sollen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>A great feature in Odoo is the integration of a Collaborative Notepad called Etherpad.</strong><br/>\n"
|
||
" It replaces the standard Description area in Tasks and is extremely useful for several cases."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>About Employees:</strong>"
|
||
msgstr "Über Mitarbeiter:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Add a Deadline</strong><br/>\n"
|
||
" The deadline will help you determine if a task is progressing as expected and to anticipate its next update."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>An internal activity</strong> that should be done within a defined "
|
||
"period of time."
|
||
msgstr ""
|
||
"<strong>Eine interne Aktion, </strong> die innerhalb einer definierten Zeit "
|
||
"erledigt werden muss."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Analyze reports</strong> (every a year)"
|
||
msgstr "<strong>Analyse Auswertungen</strong> (jedes Jahr)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Ask participants to prepare</strong><br/>\n"
|
||
" To run an effective meeting, prepare participants beforehand. Inform them of how they are expected to contribute."
|
||
msgstr ""
|
||
"<strong>Animieren Sie Teilnehmer sich vorzubereiten </strong><br/>\n"
|
||
"Für ein effektives Meeting, sollten sich alle Teilnehmer vorbereiten. Informieren Sie möglichst vorab über die Inhalte und erklären Sie, wie eine Vorbereitung konkret erfolgen kann."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Assigned to</strong>"
|
||
msgstr "<strong>Zugewiesen an</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Be careful about the messages you send</strong><br/>\n"
|
||
" Sending a message through Odoo will automatically send an email containing your message to all the followers including internal employees, external users or customers."
|
||
msgstr ""
|
||
"<strong>Vorsicht beim Versand von Nachrichten</strong><br/>\n"
|
||
"Ein Versand von Nachrichten aus Odoo sendet diese automatisch an alle Abonnenten, inklusive internen und externen Mitarbeitern, sowie auch Kunden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Billing</strong>"
|
||
msgstr "<strong>Abrechnung</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Choose the right day</strong><br/>\n"
|
||
" Avoid Monday mornings as your regular meeting day; choosing to meet later in the week gives participants time to get ready for the meeting and to work toward specific objectives in the days that follow."
|
||
msgstr ""
|
||
"<strong>Wählen Sie den richtigen Tag</strong><br/>\n"
|
||
"Vermeiden Sie reguläre Meetings an einem Montag Morgen. Durch die Auswahl eines anderen späteren Tages, haben Ihre Mitarbeiter ausreichend Zeit zur Vorbereitung und zur weiteren Abarbeitung spezifischer Angelegenheiten in den folgenden Tagen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Click on 'Reporting' on the main menu</strong> and generate "
|
||
"statistics relevent to each profiles:"
|
||
msgstr ""
|
||
"<strong>Klicken Sie auf 'Berichte' im Hauptmenü</strong> und erstellen Sie "
|
||
"die relevanten Auswertungen für das jeweilige Profil:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Contact us now:</strong><br/>"
|
||
msgstr "<strong>Kontaktieren Sie uns jetzt:</strong><br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Create tasks by email</strong><br/>\n"
|
||
" In Odoo, every project has an email alias. If you send an email to this alias, it will automatically create a task in the first stage of the project, with all the email recipients as its default followers."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_project
|
||
msgid "<strong>Customer</strong>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Date:</strong>"
|
||
msgstr "<strong>Datum:</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Deadline:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Define a Naming Convention</strong><br/>\n"
|
||
" Add keywords in the 'Task title' field, for example [Customer name] or [Website]. This will help you navigate and search through the dozens of tasks in your project."
|
||
msgstr ""
|
||
"<strong>Namenskonvention festlegen</strong><br/>\n"
|
||
"Ergänzen Sie Schlagworte für Aufgaben im Feld Bezeichung, z.B. \n"
|
||
"[Kundenname] oder [Website]. Dies ist hilfreich bei der Navigation durch \n"
|
||
"dutzende Aufgaben."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Description</strong>"
|
||
msgstr "<strong>Beschreibung</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Enter your activities</strong> (every day)"
|
||
msgstr "<strong>Erfassen Sie Ihre Aktivitäten</strong> (an jedem Tag)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Example: </strong>"
|
||
msgstr "<strong>Beispiel: </strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Exercise:</strong> Try to create a graph with the monthly evolution "
|
||
"of the 'Average delay to close' of Tasks."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Exercise:</strong> Try to get a view of the workload for this week "
|
||
"for all your employees (planned hours)."
|
||
msgstr ""
|
||
"<strong>Übung:</strong> Erstellen Sie eine Übersicht über die Auslastung "
|
||
"aller Mitarbeiter (geplante Stunden)."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Follow every meeting with a recap email</strong>\n"
|
||
" As soon as the meeting is over, publish meeting minutes and distribute them along with the updated project schedule, task/action item matrix, and any other appropriate documents. Try to use the same template throughout meetings and improve it continuously."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Follow only what you need</strong><br/>\n"
|
||
" The simplest way to use notifications is to follow a whole project: you will receive notifications for all the new and existing tasks of a project."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>For tasks:</strong>"
|
||
msgstr "<strong>Für Aufgaben:</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Getting reports</strong> on what your employees are working on"
|
||
msgstr ""
|
||
"<strong>Auswertungen erhalten</strong> über alles, woran Ihre Mitarbeiter "
|
||
"arbeiten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Getting statistics</strong> on how much time a task takes to be "
|
||
"completed"
|
||
msgstr ""
|
||
"<strong>Auswertungen erhalten</strong> über die Zeit, die Ihre Mitarbeiter "
|
||
"zur Erledigung von Aufgaben benötigen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Have Clear Responsibilities</strong><br/>\n"
|
||
" The person assigned to a task is responsible for its progress and their avatar is displayed in Kanban view for quick reference. Of course, the responsibility for a task can change depending on its stage."
|
||
msgstr ""
|
||
"<strong>Klare Verantwortlichkeiten definieren</strong><br/>\n"
|
||
"Die einer Aufgabe zugewiesene Person verantwortet den Bearbeitungsfortschritt von Aufgaben, sein Avatarbild ist für alle in der Kanban Karte sichtbar. Selbstverständlich kann die Verantwortlichkeit in Abhängigkeit von der Fortschrittsstufe einer Aufgabe abgeändert werden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>In 'Pull' mode</strong>, tasks ready to progress to the next stage "
|
||
"are just marked as 'Ready for next stage (using the status icon) by the "
|
||
"person responsible for the current stage. Then, the person responsible for "
|
||
"the next stage takes the task and moves it to the next stage. This is the "
|
||
"best way to work if you have diluted responsibilities for your Kanban "
|
||
"stages."
|
||
msgstr ""
|
||
"<strong>Im 'Pull' Modus</strong>, können Aufgaben, die für nächste "
|
||
"Bearbeitungsstufe bereit stehen, einfach durch die verantwortliche Person "
|
||
"als \"Fertig zur Weiterbearbeitung\" (durch das Status Icon) markiert "
|
||
"werden. Im Anschluss übernimmt die verantwortliche Person für die nächste "
|
||
"Stufe die Aufgabe in die folgende Stufe. Dies ist der beste Weg für "
|
||
"wechselnde Verantwortlichkeiten nach Bearbeitungsstufen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>In 'Push' mode</strong>, tasks are pushed into the next stage (once "
|
||
"they satisfy all requirements) by the person responsible for the current "
|
||
"stage. This is a simple way to work but only functions well if you work "
|
||
"alone."
|
||
msgstr ""
|
||
"<strong>Im 'Push' Modus</strong>, werden Aufgaben durch den jeweils in der "
|
||
"aktuellen Stufe verantwortlichen Mitarbeiter (wenn alle Voraussetzungen "
|
||
"gegeben sind) in die nächste Bearbeitungsstufe verschoben. Dieser Modus ist "
|
||
"der Einfachste, funktioniert aber nur dann gut, wenn Sie alleine an einer "
|
||
"Aufgabe arbeiten."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Invoice your customers</strong> (every month)"
|
||
msgstr "<strong>Rechnen Sie Ihre Kunden ab</strong> (jeden Monat)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Invoicing your customers</strong> on Time & Material projects"
|
||
msgstr ""
|
||
"<strong>Berechnen Sie Ihren Kunden</strong> Ihre Time & Material "
|
||
"Projekte"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Message and communication history</strong>"
|
||
msgstr "<strong>Nachrichten- und Kommunikationsverlauf</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Need help to structure your projects?</strong><br/>"
|
||
msgstr ""
|
||
"<strong>Benötigen Sie Hilfe bei der Strukturierung Ihrer "
|
||
"Projekte?</strong><br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Need help with Timesheets management? Contact us now:</strong><br/>"
|
||
msgstr ""
|
||
"<strong>Benötigen Sie Hilfe beim Management der Zeiterfassung? Kontaktieren "
|
||
"Sie uns jetzt:</strong><br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Need help with defining your Projects? Contact us now.</strong><br/>"
|
||
msgstr ""
|
||
"<strong>Benötigen Sie Hilfe bei der Projektanlage? Kontaktieren Sie uns "
|
||
"jetzt.</strong><br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Notes</strong>"
|
||
msgstr "<strong>Notizen</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Prepare yourself as well</strong><br/>\n"
|
||
" As project manager, you also need to be fully prepared. There should be no surprises during the meeting. Surprises can undermine your ability to manage the project and cause team members to lose confidence in you."
|
||
msgstr ""
|
||
"<strong>Bereiten Sie sich gut vor</strong><br/>\n"
|
||
"Als Projektmanager sollten Sie gut vorbereitet sein. Es sollte während der Meetings keine Überraschungen geben. Unangenehme Überraschungen in Meetings könnten das Vertrauen in Ihre Fähigkeiten zur erfolgreichen Projektsteuerung unterwandern."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_project
|
||
msgid "<strong>Project Manager</strong>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Project:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Recommended actions:</strong>"
|
||
msgstr "<strong>Empfohlenes Vorgehen:</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Rely on the chatter</strong><br/>\n"
|
||
" Below every Task (or more generally, below every Document in Odoo) is an area called Chatter."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "<strong>Reported by</strong>"
|
||
msgstr "<strong>Berichtet von</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Set Priorities</strong><br/>\n"
|
||
" The <i class=\"fa fa-star\"/> is used to indicate priority: in Kanban views, high priority Tasks will be displayed on top. This is particulary useful if you use a Scrum methodology to indicate the tasks for the week. Similarly to Status, you can change the meaning of the Star indicator from the Project Stages tab."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>Stages and Requirements</strong> for next stage:"
|
||
msgstr "<strong>Stufen und Voraussetzungen</strong> für die nächste Stufe:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Start with an answer.</strong><br/>\n"
|
||
" The worst question to ask is, \"What did you do this week?\" It invariably generates unnecessary, time-consuming dialogue from team members. Plus, you should already know what everyone on the team did during the week."
|
||
msgstr ""
|
||
"<strong>Beginnen Sie mit einer Antwort.</strong><br/>\n"
|
||
"Die schlechtmöglichste Frage ist \"Was hast Du diese Woche getan ?\"\n"
|
||
"Durch unnötige, zeitintensive Kommunikation verschwenden Sie die Zeit aller Teammitglieder. Schließlich sollte Ihnen bereits bekannt sein, was jedes Mitglied Ihres Teams in der vergangenen Woche erledigt hat."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>There are two ways of managing your Kanban stages:</strong>"
|
||
msgstr ""
|
||
"<strong>Es gibt zwei Wege zur Änderung von Kanban "
|
||
"Arbeitsfortschritten:</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>To increase the efficiency of your Projects</strong>, you should "
|
||
"have a look at some of our other apps:"
|
||
msgstr ""
|
||
"<strong>Um die Effektivität Ihrer Projekte zu steigern</strong>, sollten Sie"
|
||
" sich die folgenden Apps genauer ansehen:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>To use Collaborative Notepads</strong>, simply activate the "
|
||
"corresponding option in your"
|
||
msgstr ""
|
||
"<strong>Um den kollaborativen Notizeditor zu nutzen</strong>, aktivieren Sie"
|
||
" einfach die korrespondierende Einstellung in Ihren"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Use Status Indicator</strong><br/>\n"
|
||
" The Status indicator helps you manage Tasks by giving them one of 3 different colour: Grey, Green or Red. The meaning of these Statuses can be freely configured, for example:"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>Use Tags</strong><br/>\n"
|
||
" Tags are complementary to your project stages: they can work as a second level categorization which is very useful if you have a lot of Tasks to manage. Also, it becomes very easy to find Tasks by typing the Tag into the main Search bar."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>What Activities</strong> would you like to manage?"
|
||
msgstr "<strong>Welche Aktivitäten</strong> möchten Sie verwalten?"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "<strong>What do you expect</strong> from using Odoo Project?"
|
||
msgstr "<strong>Was erwarten Sie</strong> vom Odoo Projektmanagement?"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>You have different users writing Tasks descriptions</strong><br/>\n"
|
||
" It can quickly become messy if everyone uses his own layout. Etherpad will allow you to create a basic template with a few titles and bullet points, making it much easier for everyone."
|
||
msgstr ""
|
||
"<strong>Unterschiedliche Anwender beschreiben Ihre Aufgaben</strong><br/>\n"
|
||
"Wenn jeder dabei sein eigenes Layout nutzt, kann es schnell unübersichtlich werden. Etherpad kann eine grundlegende Vorgabe in Form von vorgefertigten Überschriften und Listen machen, die für alle Anwender nützlich sind."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>You have to manage versions and track changes</strong><br/>\n"
|
||
" Etherpad auto-saves the document at regular short intervals and users can permanently save specific versions at any time. Plus, a \"time slider\" feature also allows anyone to explore the history of the pad."
|
||
msgstr ""
|
||
"<strong>Sie müssen neue Versionen und Fortschritte erfassen</strong><br/>\n"
|
||
"Etherpad sichert alle Änderungen automatisch und in Echtzeit. Ein Zeitstrahl ermöglicht die Verfolgung der gesamten Historie des gemeinsamen Dokuments."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"<strong>You organize distant meetings</strong><br/>\n"
|
||
" Etherpad allows users to simultaneously edit a text document, see all of the edits in real-time and with the ability to display each author's text in their own color."
|
||
msgstr ""
|
||
"<strong>Sie organisieren Remote Meetings</strong><br/>\n"
|
||
"Etherpad ermöglicht eine simultanes Arbeiten in Echtzeit an einem gemeinsamen Text. Änderungen durch einen Benutzer werden in dessen eigener Farbe angezeigt."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_defaults
|
||
msgid ""
|
||
"A Python dictionary that will be evaluated to provide default values when "
|
||
"creating new records for this alias."
|
||
msgstr ""
|
||
"Ein Python Dictionary, das ausgewertet wird, wenn neue Datensätze für diesen"
|
||
" Alias angelegt werden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"A project usually involves many stakeholders, be it the project's sponsor, resources, customers or external contractors. But the most important person in a project is usually the Project Manager.<br/>\n"
|
||
" In Odoo, the Project Managers have the responsibility of managing the Kanban view: they ensure smooth progression of the projects, minimal downtime between stages and optimal work distribution between resources."
|
||
msgstr ""
|
||
"Üblicherweise gibt es zahlreiche Akteure in Projekten, z.B. die Projektförderer , eigene Personalressourcen, Kunden oder auch externe Subunternehmer. Die allerwichtigste Person ist allerdings der Projektmanager.<br/>\n"
|
||
"In Odoo hat ein Projektleiter die Verantwortlichkeit für die Kanban Arbeitsfortschritt Anzeige: Sie sichern einen reibungslosen Fortschritt, reduzieren die Übergangszeiten zwischen aufeinander folgenden Projektstufen und sorgen für eine optimale Verteilung der Arbeit."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_kanban_state
|
||
msgid ""
|
||
"A task's kanban state indicates special situations affecting it:\n"
|
||
" * Grey is the default situation\n"
|
||
" * Red indicates something is preventing the progress of this task\n"
|
||
" * Green indicates the task is ready to be pulled to the next stage"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Accept Emails From"
|
||
msgstr "E-Mails annehmen von"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Account Preferences"
|
||
msgstr "in den Konteneinstellungen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:39
|
||
#, python-format
|
||
msgid "Action has a clear description"
|
||
msgstr "Die Aktion hat eine eindeutige Beschreibung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Activate 'Allow invoicing based on timesheets' from the <i>Human Resources "
|
||
"Settings</i>."
|
||
msgstr ""
|
||
"Aktivieren Sie 'Erlaube Abrechnung von Arbeitszeiten' über die "
|
||
"<i>Personalwesen Einstellungen</i>."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_active
|
||
#: model:ir.model.fields,field_description:project.field_project_task_active
|
||
msgid "Active"
|
||
msgstr "Aktiv"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.mail_activity_type_action_config_project_types
|
||
#: model:ir.ui.menu,name:project.project_menu_config_activity_type
|
||
msgid "Activity Types"
|
||
msgstr "Aktivitätstypen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
msgid "Add a description..."
|
||
msgstr "Beschreibung hinzufügen …"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:38
|
||
#, python-format
|
||
msgid ""
|
||
"Add columns to configure <b>stages for your tasks</b>.<br/><i>e.g. "
|
||
"Specification > Development > Done</i>"
|
||
msgstr ""
|
||
"Fügen Sie Spalten hinzu, um <b>Phasen für Ihre Aufgaben</b> zu "
|
||
"definieren.<br/><i>z.B. Spezifikation > Entwicklung > Erledigt</i>"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:56
|
||
#, python-format
|
||
msgid "Added in current sprint"
|
||
msgstr "In aktuellen Sprint eingestellt"
|
||
|
||
#. module: project
|
||
#: model:project.task.type,name:project.project_stage_data_2
|
||
msgid "Advanced"
|
||
msgstr "Fortgeschritten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_id
|
||
msgid "Alias"
|
||
msgstr "Alias"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_contact
|
||
msgid "Alias Contact Security"
|
||
msgstr "Aliaskontakt-Sicherheit"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_name
|
||
msgid "Alias Name"
|
||
msgstr "Alias-Name"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_domain
|
||
msgid "Alias domain"
|
||
msgstr "Alias-Domäne"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_model_id
|
||
msgid "Aliased Model"
|
||
msgstr "Alias-Modell"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:89
|
||
#, python-format
|
||
msgid "All"
|
||
msgstr "Alle"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Also, lead by example. When your team members see how prepared you are it "
|
||
"will reinforce the need for each of them to be prepared for status "
|
||
"meetings."
|
||
msgstr ""
|
||
"Gehen Sie außerdem mit gutem Beispiel voran. Sobald Ihre Teammitglieder "
|
||
"sehen, wie gut Sie sich vorbereiten, werden viele Ihrem Beispiel folgen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Alternatively, Timesheets can be added directly from Tasks by activating "
|
||
"<strong>'Log work activities on tasks'</strong> in the"
|
||
msgstr ""
|
||
"Alternativ kann eine Zeiterfassung direkt bei Aufgaben erfolgen, indem Sie "
|
||
"<strong>'Aktivitäten zu Aufgaben eingeben'</strong> in der"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"An internal message will not send any email notification, but your message "
|
||
"will still be displayed to every user that has access to the page."
|
||
msgstr ""
|
||
"Eine interne Mitteilung sendet keine Email Benachrichtigung, allerdings wird"
|
||
" Ihre Mitteilung weiterhin jedem Benutzer mit Berechtigung für diese Seite "
|
||
"angezeigt."
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_account_analytic_account
|
||
#: model:ir.model.fields,field_description:project.field_project_project_name
|
||
msgid "Analytic Account"
|
||
msgstr "Kostenstelle"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_line_ids
|
||
msgid "Analytic Lines"
|
||
msgstr "Kostenstellen Buchungen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Another good way to limit the number of notifications you receive is to only"
|
||
" follow your Project's 'Task Assigned' events. Then you'll be notified when"
|
||
" a Task is created, and can manually decide if you want to be notified for "
|
||
"its other events too."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Archived"
|
||
msgstr "Archiviert"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Assign to Me"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_date_start
|
||
msgid "Assignation Date"
|
||
msgstr "Zuweisungsdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
msgid "Assignation Month"
|
||
msgstr "Zuweisungsdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.act_res_users_2_project_task_opened
|
||
msgid "Assigned Tasks"
|
||
msgstr "Zugeordnete Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_user_id
|
||
msgid "Assigned To"
|
||
msgstr "Zugewiesen an"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_user_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_user_id
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Assigned to"
|
||
msgstr "Zugewiesen an"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_date_assign
|
||
msgid "Assigning Date"
|
||
msgstr "Zuweisungsdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
msgid ""
|
||
"At each stage employees can block or make task/issue ready for next stage.\n"
|
||
" You can define here labels that will be displayed for the state instead\n"
|
||
" of the default labels."
|
||
msgstr ""
|
||
"In jeder Phase können Mitarbeiter Aufgaben/Problemstellungen blockieren oder für die nächste Phase vorbereiten.\n"
|
||
" Hier können Sie Bezeichner definieren, die anstatt der Standard-\n"
|
||
" Bezeichnung einer Phase angezeigt werden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "Attachment"
|
||
msgstr "Dateianhang"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_attachment_ids
|
||
msgid "Attachment that don't come from message."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:109
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
#, python-format
|
||
msgid "Attachments"
|
||
msgstr "Dateianhänge"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Available on the Apple Store"
|
||
msgstr "Im Apple Store verfügbar"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Back at the office, the manager splits the customer's requests into several "
|
||
"tasks and delegates them to several employees."
|
||
msgstr ""
|
||
"Zurück im Büro, extrahiert der Projektmanager aus den Kundenanfragen "
|
||
"konkrete Aufgaben und delegiert diese an verschiedene Mitarbeiter."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:32
|
||
#: code:addons/project/static/src/js/web_planner_project.js:48
|
||
#: code:addons/project/static/src/js/web_planner_project.js:64
|
||
#, python-format
|
||
msgid "Backlog"
|
||
msgstr "Backlog"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_balance
|
||
msgid "Balance"
|
||
msgstr "Saldo"
|
||
|
||
#. module: project
|
||
#: model:project.task.type,name:project.project_stage_data_1
|
||
msgid "Basic"
|
||
msgstr "Basisstufe"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Basic Management"
|
||
msgstr "Standard Management"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Be aware of the team’s productivity and time: try to keep meetings to one "
|
||
"hour or less."
|
||
msgstr ""
|
||
"Beachten Sie die Produktivität und die knappe Zeit Ihres Teams: Versuchen "
|
||
"Sie Meetings in weniger als einer Stunde zu beenden."
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_blocked:project.project_task_15
|
||
#: model:project.task,legend_blocked:project.project_task_16
|
||
#: model:project.task,legend_blocked:project.project_task_18
|
||
#: model:project.task,legend_blocked:project.project_task_19
|
||
#: model:project.task,legend_blocked:project.project_task_24
|
||
#: model:project.task,legend_blocked:project.project_task_3
|
||
#: model:project.task,legend_blocked:project.project_task_8
|
||
#: model:project.task,legend_blocked:project.project_task_data_0
|
||
#: model:project.task,legend_blocked:project.project_task_data_1
|
||
#: model:project.task,legend_blocked:project.project_task_data_11
|
||
#: model:project.task,legend_blocked:project.project_task_data_12
|
||
#: model:project.task,legend_blocked:project.project_task_data_13
|
||
#: model:project.task,legend_blocked:project.project_task_data_14
|
||
#: model:project.task,legend_blocked:project.project_task_data_2
|
||
#: model:project.task,legend_blocked:project.project_task_data_4
|
||
#: model:project.task,legend_blocked:project.project_task_data_5
|
||
#: model:project.task,legend_blocked:project.project_task_data_6
|
||
#: model:project.task,legend_blocked:project.project_task_data_7
|
||
#: model:project.task,legend_blocked:project.project_task_data_8
|
||
#: model:project.task,legend_blocked:project.project_task_data_9
|
||
#: model:project.task.type,legend_blocked:project.project_stage_2
|
||
#: model:project.task.type,legend_blocked:project.project_stage_3
|
||
#: model:project.task.type,legend_blocked:project.project_stage_data_0
|
||
#: model:project.task.type,legend_blocked:project.project_stage_data_1
|
||
#: model:project.task.type,legend_blocked:project.project_stage_data_2
|
||
#: selection:report.project.task.user,state:0
|
||
msgid "Blocked"
|
||
msgstr "Blockiert"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"But because change is never easy, we've created this Planner to guide you.<br/>\n"
|
||
" For example, you'll understand why you shouldn’t use Odoo to plan but instead to\n"
|
||
" collaborate, or why organizing your projects by role is wrong."
|
||
msgstr ""
|
||
"Da eine Umstellung nicht immer einfach ist, haben wir diesen Planer "
|
||
"vorbereitet, der Sie hierbei kompetent begleiten soll. Sie werden hierdurch "
|
||
"besser verstehen, wieso Sie in Odoo z.B. anstatt zur Planerstellung besser "
|
||
"die kollaborative Zusammenarbeit verwenden können oder wieso vor einer "
|
||
"Organisation Ihrer Projekte nach Rollen gewarnt wird."
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_done:project.project_task_10
|
||
#: model:project.task,legend_done:project.project_task_11
|
||
#: model:project.task,legend_done:project.project_task_13
|
||
#: model:project.task,legend_done:project.project_task_14
|
||
#: model:project.task,legend_done:project.project_task_17
|
||
#: model:project.task,legend_done:project.project_task_2
|
||
#: model:project.task,legend_done:project.project_task_21
|
||
#: model:project.task,legend_done:project.project_task_22
|
||
#: model:project.task,legend_done:project.project_task_23
|
||
#: model:project.task,legend_done:project.project_task_4
|
||
#: model:project.task,legend_done:project.project_task_5
|
||
#: model:project.task,legend_done:project.project_task_6
|
||
#: model:project.task,legend_done:project.project_task_7
|
||
#: model:project.task.type,legend_done:project.project_stage_1
|
||
msgid "Buzz or set as done"
|
||
msgstr "Weiter oder als erledigt markieren"
|
||
|
||
#. module: project
|
||
#: model:ir.filters,name:project.filter_task_report_responsible
|
||
msgid "By Responsible"
|
||
msgstr "nach Verantwortlichem"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_task_merge_wizard_form
|
||
msgid "Cancel"
|
||
msgstr "Abbrechen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:70
|
||
#: code:addons/project/static/src/js/web_planner_project.js:85
|
||
#: code:addons/project/static/src/js/web_planner_project.js:99
|
||
#: model:project.task.type,name:project.project_stage_3
|
||
#, python-format
|
||
msgid "Cancelled"
|
||
msgstr "Abgebrochen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Change their Stages in the Project Stages tab"
|
||
msgstr "Status im Aktenreiter Projektstatus aktualisieren"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:23
|
||
#, python-format
|
||
msgid ""
|
||
"Choose a <b>project name</b>. (e.g. Website Launch, Product Development, "
|
||
"Office Party, etc.)"
|
||
msgstr ""
|
||
"Wählen Sie einen <b>Projektnamen</b>. (z.B. Website veröffentlichen, "
|
||
"Produktentwicklung, Büroparty, etc.)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
msgid "Choose a Project Email"
|
||
msgstr "Projekt-E-Mail-Adresse"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_subtask_project_id
|
||
#: model:ir.model.fields,help:project.field_project_task_subtask_project_id
|
||
msgid ""
|
||
"Choosing a sub-tasks project will both enable sub-tasks and set their "
|
||
"default project (possibly the project itself)"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:55
|
||
#, python-format
|
||
msgid "Clear description and purpose"
|
||
msgstr "Klare Beschreibung und Zweck"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:59
|
||
#, python-format
|
||
msgid "Click on a card to get the details of the task."
|
||
msgstr "Klicken Sie auf eine Karte, um Aufgabendetails einzusehen."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:31
|
||
#, python-format
|
||
msgid ""
|
||
"Click on the card to <b>go to your project</b> and start organizing tasks."
|
||
msgstr ""
|
||
"Klicken Sie auf die Karte, um <b>zu Ihrem Projekt</b> zu gehen und mit der "
|
||
"Organisation von Aufgaben zu beginnen."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:64
|
||
#, python-format
|
||
msgid "Click on this button to modify the task."
|
||
msgstr "Klicken Sie auf diese Schaltfläche, um die Aufgabe anzupassen."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.project_tags_action
|
||
msgid "Click to add a new tag."
|
||
msgstr "Klicken Sie, um ein neues Tag hinzuzufügen."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_task_type_form
|
||
msgid "Click to add a stage in the task pipeline."
|
||
msgstr "Klicken Sie, für eine neue Stufe in der Aufgaben Pipeline."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all
|
||
msgid "Click to create a new project.<br>"
|
||
msgstr "Klicken, um ein neues Projekt zu erstellen.<br>"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_color
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_color
|
||
#: model:ir.model.fields,field_description:project.field_project_task_color
|
||
msgid "Color Index"
|
||
msgstr "Farbkennzeichnung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Communication campaign"
|
||
msgstr "Kommunikationskampagne"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Unternehmen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_company_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_company_id
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_company_id
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Company"
|
||
msgstr "Unternehmen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_account_analytic_account_company_uom_id
|
||
#: model:ir.model.fields,field_description:project.field_project_project_company_uom_id
|
||
msgid "Company UOM"
|
||
msgstr "Standardmaßeinheit des Unternehmens"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.menu_project_config
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Configuration"
|
||
msgstr "Konfiguration"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:90
|
||
#, python-format
|
||
msgid "Configuration options are available in the Settings app."
|
||
msgstr "Die Konfigurationsoptionen sind in der App \"Einstellungen\" verfügbar."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Congratulations on choosing Odoo Project to help running your company more "
|
||
"efficiently!"
|
||
msgstr ""
|
||
"Wir gratulieren zu Odoo für Ihr Projektmanagement, zur Steigerung Ihrer "
|
||
"Effizienz!"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Congratulations, you're done !"
|
||
msgstr "Glückwunsch, Sie sind fertig !"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Consulting mission"
|
||
msgstr "Beratungsauftrag"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_res_partner
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_partner_id
|
||
#: model:ir.ui.view,arch_db:project.project_view_kanban
|
||
#: model:ir.ui.view,arch_db:project.view_project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "Contact"
|
||
msgstr "Kontakt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_analytic_account_id
|
||
msgid "Contract/Analytic"
|
||
msgstr "Vertrag / Analyse Konto"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Control projects quality and satisfaction"
|
||
msgstr "Projektqualität und Zufriedenheit steuern"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:34
|
||
#, python-format
|
||
msgid "Copywriting / Design"
|
||
msgstr "Texterstellung / Entwurfserstellung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_displayed_image_id
|
||
msgid "Cover Image"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
msgid "Create"
|
||
msgstr "Anlegen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
msgid "Create & Edit"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_create_date
|
||
msgid "Create Date"
|
||
msgstr "Erstellt am"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Create a Gantt chart with your projects tasks and deadlines"
|
||
msgstr "Erstellen Sie einen Gantt Chart mit Aufgaben und Fristen"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.open_create_project
|
||
msgid "Create a Project"
|
||
msgstr "Projekt erstellen"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all_config
|
||
msgid "Create a new project."
|
||
msgstr "Neues Projekt anlegen."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_create_new_task
|
||
msgid "Create a new task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Create a task by sending an email to a project alias with one of your "
|
||
"colleagues in copy"
|
||
msgstr ""
|
||
"Erstellen Sie eine Aufgabe durch Email Versand an eine Alias Adresse , "
|
||
"sowie einem Ihrer Kollegen als CC Empfänger"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Create at least 3 tasks"
|
||
msgstr "Mindestens 3 Aufgaben erstellen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Create bills automatically based on Time & Material."
|
||
msgstr "Automatische Rechnungserstellung auf Basis von Time & Material. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Create the Projects"
|
||
msgstr "Projekte erstellen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_create_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_create_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_create_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_create_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_create_uid
|
||
msgid "Created by"
|
||
msgstr "Erstellt von"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_create_date
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_create_date
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_create_date
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_create_date
|
||
msgid "Created on"
|
||
msgstr "Erstellt am"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Creating Tasks is the next step in managing your Projects.<br/>\n"
|
||
" In Odoo, it is pretty straightforward, but here are some explanations you may find useful."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
msgid "Creation Date"
|
||
msgstr "Erzeugt am"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_credit
|
||
msgid "Credit"
|
||
msgstr "Haben"
|
||
|
||
#. module: project
|
||
#: model:ir.filters,name:project.filter_task_report_cumulative_flow
|
||
msgid "Cumulative Flow"
|
||
msgstr "Aufgabenfortschritt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_currency_id
|
||
msgid "Currency"
|
||
msgstr "Währung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Current Timesheet"
|
||
msgstr "Aktuelle Zeiterfassung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_tasks
|
||
msgid "Current stage of the task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "Current stage of this task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.project_task_action_activity
|
||
msgid "Currently there are not any activity scheduled."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:818
|
||
#: model:ir.model.fields,field_description:project.field_project_project_partner_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_partner_id
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#, python-format
|
||
msgid "Customer"
|
||
msgstr "Kunde"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:818
|
||
#, python-format
|
||
msgid "Customer Email"
|
||
msgstr "E-Mail Kunde"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Customer Service"
|
||
msgstr "Kundenservice"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:74
|
||
#, python-format
|
||
msgid "Customer feedback has been requested"
|
||
msgstr "Kundenfeedback wurde angefragt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:92
|
||
#, python-format
|
||
msgid "Customer has cancelled repair"
|
||
msgstr "Kunde hat Reparatur abgebrochen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:72
|
||
#, python-format
|
||
msgid "Customer has reported new issue"
|
||
msgstr "Kunde hat neuen Fall erzeugt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:71
|
||
#, python-format
|
||
msgid "Customer service has found new issue"
|
||
msgstr "Kundendienst hat einen neuen Fall"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Customer support tickets"
|
||
msgstr "Kundensupport Tickets"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Customization"
|
||
msgstr "Individuelle Anpassung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.menu_projects
|
||
msgid "Dashboard"
|
||
msgstr "Dashboard"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Days"
|
||
msgstr "Tage"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_date_deadline
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_date_deadline
|
||
msgid "Deadline"
|
||
msgstr "Frist"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_debit
|
||
msgid "Debit"
|
||
msgstr "Soll"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_defaults
|
||
msgid "Default Values"
|
||
msgstr "Standardeinstellungen"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_task_type_form
|
||
msgid ""
|
||
"Define the steps that will be used in the project from the\n"
|
||
" creation of the task, up to the closing of the task or issue.\n"
|
||
" You will use these stages in order to track the progress in\n"
|
||
" solving a task or an issue."
|
||
msgstr ""
|
||
"Definieren Sie die Schritte, die in einem Projekt von der \n"
|
||
"Erstellung bis zum Abschluß einer Aufgabe oder eines Falls\n"
|
||
"durchlaufen werden. Sie benutzen diese Schritte, um den \n"
|
||
"Fortschritt einer Aufgabe oder eines Falls zu verfolgen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
msgid "Delete"
|
||
msgstr "Löschen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Depending on what you need and how you want to operate, there are several "
|
||
"ways to work with Odoo. First, decide if you want to think in terms of "
|
||
"tasks. Then, activate the Timesheets app if you need it."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Deploy"
|
||
msgstr "Implementieren"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:20
|
||
#, python-format
|
||
msgid "Deployment"
|
||
msgstr "Implementierung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_description
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_description
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Description"
|
||
msgstr "Beschreibung"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:18
|
||
#, python-format
|
||
msgid "Development"
|
||
msgstr "Entwicklung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Development Process"
|
||
msgstr "Entwicklungsprozess"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/project.js:71
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
#, python-format
|
||
msgid "Discard"
|
||
msgstr "Verwerfen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_display_name
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_display_name
|
||
#: model:ir.model.fields,field_description:project.field_project_task_display_name
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_display_name
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_display_name
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_display_name
|
||
msgid "Display Name"
|
||
msgstr "Anzeigename"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:35
|
||
#, python-format
|
||
msgid "Distribute"
|
||
msgstr "Distribuieren"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:43
|
||
#, python-format
|
||
msgid "Distribution is completed"
|
||
msgstr "Distribution erledigt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:51
|
||
#, python-format
|
||
msgid "Documentation"
|
||
msgstr "Dokumentation"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Documents"
|
||
msgstr "Dokumente"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Don't create a Project for different locations (this could isolate teams "
|
||
"that work at different locations)."
|
||
msgstr ""
|
||
"Erstellen Sie kein Projekt für verschiedene Standorte (dies könnte Ihre "
|
||
"externen Mitarbeiter isolieren)."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Don't create a Project for each of your customers - this will be too "
|
||
"complicated to manage properly."
|
||
msgstr ""
|
||
"Erstellen Sie kein Projekt für jeden einzelnen Kunden - das ist zu "
|
||
"kompliziert, um dies ordentlich zu managen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Don't hesitate to"
|
||
msgstr "Zögern Sie nicht,"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Don't hesitate to select only the events you are interested in!"
|
||
msgstr ""
|
||
"Zögern Sie nicht, eine Selektion der Vorgänge vorzunehmen, die Sie wirklich "
|
||
"interessieren !"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:36
|
||
#: code:addons/project/static/src/js/web_planner_project.js:69
|
||
#: code:addons/project/static/src/js/web_planner_project.js:84
|
||
#: code:addons/project/static/src/js/web_planner_project.js:98
|
||
#: model:project.task.type,name:project.project_stage_2
|
||
#, python-format
|
||
msgid "Done"
|
||
msgstr "Erledigt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"During a meeting, a customer asks a manager for a few modifications to a "
|
||
"project."
|
||
msgstr ""
|
||
"Während eines Meetings, fragt ein Kunde einen Projektleiter nach Änderungen "
|
||
"im Projekt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Each employee will have his own task, while the manager will be able to "
|
||
"follow the global progress in the Kanban view of the project."
|
||
msgstr ""
|
||
"Jeder Mitarbeiter hat seine eigenen Aufgaben, während der Projektmanager den"
|
||
" globalen Fortschritt über die Kanban Ansicht verfolgen kann."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
msgid "Edit Task"
|
||
msgstr "Aufgabe bearbeiten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_email_from
|
||
msgid "Email"
|
||
msgstr "E-Mail"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Email Alias"
|
||
msgstr "E-Mail Alias"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_mail_template_id
|
||
msgid "Email Template"
|
||
msgstr "E-Mail Vorlage"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Emails"
|
||
msgstr "E-Mails"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "End"
|
||
msgstr "Ende"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_date_end
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_date_end
|
||
msgid "Ending Date"
|
||
msgstr "Enddatum"
|
||
|
||
#. module: project
|
||
#: sql_constraint:project.project:0
|
||
msgid "Error! project start-date must be lower than project end-date."
|
||
msgstr ""
|
||
"Fehler ! Das Startdatum des Projektes muss kleiner sein als das Enddatum."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_planned_hours
|
||
msgid ""
|
||
"Estimated time to do the task, usually set by the project manager when the "
|
||
"task is in draft state."
|
||
msgstr ""
|
||
"Erwartete Zeit für die Aufgabe. Wird meist durch den Projektmanager im "
|
||
"Stadium des Entwurfs eingetragen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Even if there is no specific field in Odoo, it's important to define a person responsible for each stage of your Project.<br/>\n"
|
||
" This person will have the responsibility for validating each stage and ensuring that the requirements to move to the next stage are met."
|
||
msgstr ""
|
||
"Obwohl es kein spezifisches Feld in Odoo gibt, ist es sehr wichtig eine verantwortliche Person für jede Stufe Ihres Projekts zu definieren.<br/>\n"
|
||
"Diese Person ist verantwortlich für diese Projektstufe und stellt sicher, dass die Voraussetzungen für einen Übergang in die nächste Stufe erfüllt sind."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Every business is different.<br/>\n"
|
||
" Odoo allows you to customize every application and it's usually a good idea to customize screens to fit your project needs."
|
||
msgstr ""
|
||
"Jede Branche ist verscheiden.<br/>\n"
|
||
"Odoo erlaubt Anpassungen Ihrer Anwendungen und im Normalfall ist es auch eine gute Idee, um Formulare an Ihr Unternehmen anzupassen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Examples"
|
||
msgstr "Beispiele"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:75
|
||
#, python-format
|
||
msgid "Expert advice has been requested"
|
||
msgstr "Der Rat eines Experten wurde angefragt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_date
|
||
msgid "Expiration Date"
|
||
msgstr "Ablaufdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_type_legend_priority
|
||
msgid ""
|
||
"Explanation text to help users using the star on tasks or issues in this "
|
||
"stage."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
msgid "Extended Filters"
|
||
msgstr "Erweiterte Filter"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Extra Info"
|
||
msgstr "Weitere Informationen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Extra useful for when you're with a customer or in a meeting."
|
||
msgstr "Besonders hilfreich, wenn Sie mit Ihrem Kunden in einem Meeting sind."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:89
|
||
#, python-format
|
||
msgid "Feedback from customer requested"
|
||
msgstr "Rückmeldung vom Kunden angefragt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:27
|
||
#, python-format
|
||
msgid "Finally task is deployed"
|
||
msgstr "Finale Aufgabe wurde implementiert"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_fold
|
||
msgid "Folded in Kanban"
|
||
msgstr "In Kanban eingeklappt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid ""
|
||
"Follow this project to automatically track the events associated to tasks "
|
||
"and issues of this project."
|
||
msgstr ""
|
||
"Abonnieren Sie dieses Projekt, um automatisch alle Fortschritte in "
|
||
"Zusammenhang mit Aufgaben und Problemfällen zu verfolgen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "Followed by Me"
|
||
msgstr "Abonniert von mir"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "For employees, the"
|
||
msgstr "Für Mitarbeiter, die"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"For example, risk and task owners should come prepared to share the status "
|
||
"of their item and, ideally, a path to resolution."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"For the Odoo Team,<br/>\n"
|
||
" Fabien Pinckaers, Founder"
|
||
msgstr ""
|
||
"Für das Odoo Team,<br/>\n"
|
||
"Fabien Pinckaers, Gründer"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"For the same reason, don't create a Project based on weeks or time (example:"
|
||
" Scrum)."
|
||
msgstr ""
|
||
"Aus dem gleichen Grund, sollten Sie kein Projekt auf Wochen- oder Zeitbasis "
|
||
"definieren (Beispiel: Scrum)."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_res_config_settings_module_project_forecast
|
||
msgid "Forecasts"
|
||
msgstr "Prognosen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Future Activities"
|
||
msgstr "Anstehende Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.menu_tasks_config
|
||
msgid "GTD"
|
||
msgstr "GTD"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Generate a timesheet report to attach to your customer invoices"
|
||
msgstr ""
|
||
"Erstelle einen Bericht über die erfassten Zeiten als Anhang für die "
|
||
"Abrechnung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Get full synchronization with Odoo"
|
||
msgstr "Synchronisation mit Odoo einrichten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Get it on Google Play"
|
||
msgstr "Erhältlich in Google Play"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Get more apps"
|
||
msgstr "Weitere Apps"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_label_tasks
|
||
msgid "Gives label to tasks on project's kanban view."
|
||
msgstr ""
|
||
"Bietet die Möglichkeit Aufgaben in der Projekt Kanban Ansicht zu markieren."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_sequence
|
||
msgid "Gives the sequence order when displaying a list of Projects."
|
||
msgstr "Anzeige der Reihenfolge bei Ausgabe der Liste von Projekten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_sequence
|
||
msgid "Gives the sequence order when displaying a list of tasks."
|
||
msgstr "Die Reihenfolge der Liste der Aufgaben."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:99
|
||
#, python-format
|
||
msgid ""
|
||
"Good job! Your completed the Project Management tour. You can continue with "
|
||
"the <b>implementation guide</b> to help you setup Project Management in your"
|
||
" company."
|
||
msgstr ""
|
||
"Klasse! Sie haben die Projektmanagement-Tour abgeschlossen. Sie können mit "
|
||
"dem <b>Implementierungshandbuch</b> fortfahren, das Ihnen dabei hilft, das "
|
||
"Projektmanagement in Ihrer Firma einzurichten."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Good luck!"
|
||
msgstr "Viel Glück!"
|
||
|
||
#. module: project
|
||
#: selection:project.task,kanban_state:0
|
||
msgid "Green"
|
||
msgstr "Grün"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_legend_done
|
||
msgid "Green Kanban Label"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Green: the Task is ready for next stage (the job for this stage is complete)"
|
||
msgstr ""
|
||
"Grün: Die Aufgabe kann in die nächste Stufe überführt werden (für diese "
|
||
"Stufe ist alles erledigt)"
|
||
|
||
#. module: project
|
||
#: selection:project.task,kanban_state:0
|
||
msgid "Grey"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_legend_normal
|
||
msgid "Grey Kanban Label"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Grey: the Task is in progress (someone is working on it)"
|
||
msgstr "Grau: Die Aufgabe ist in Bearbeitung (jemand arbeitet daran)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Group By"
|
||
msgstr "Gruppieren nach"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Here are some of the <strong>available customizations</strong>"
|
||
msgstr "Hier finden Sie einige <strong>Anpassungsmöglichkeiten</strong>"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.act_project_project_2_project_task_all
|
||
msgid "Here, you can create new tasks"
|
||
msgstr "Hier können Sie neue Aufgaben erstellen"
|
||
|
||
#. module: project
|
||
#: selection:report.project.task.user,priority:0
|
||
msgid "High"
|
||
msgstr "Hoch"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_privacy_visibility
|
||
msgid ""
|
||
"Holds visibility of the tasks or issues that belong to the current project:\n"
|
||
"- On invitation only: Employees may only see the followed project, tasks or issues\n"
|
||
"- Visible by all employees: Employees may see all project, tasks or issues\n"
|
||
"- Visible by following customers: employees see everything;\n"
|
||
" if website is activated, portal users may see project, tasks or issues followed by\n"
|
||
" them or by someone of their company\n"
|
||
msgstr ""
|
||
"Bestimmt die Sichtbarkeit von Aufgaben oder Fällen, die das aktuelle Projekt betreffen:\n"
|
||
"- Nur auf Einladung: Mitarbeiter können das Projekt bzw. seine Aufgaben und Problemstellungen nur sehen, wenn Sie hierzu eingeladen wurden\n"
|
||
"- Für alle Mitarbeiter sichtbar: alle Mitarbeiter können das Projekt bzw. seine Aufgaben und Problemstellungen sehen\n"
|
||
"- Für alle sichtbar, die diesem/n Kunden folgen: alle Mitarbeiter, die dem/n Kunden des Projekts folgen, können das Projekt bzw. seine Aufgaben und Problemstellungen sehen\n"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Hours"
|
||
msgstr "Stunden"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:730
|
||
#, python-format
|
||
msgid "I take it"
|
||
msgstr "Ich nehme es"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_id
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_id
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_parent_thread_id
|
||
msgid ""
|
||
"ID of the parent record holding the alias (example: project holding the task"
|
||
" creation alias)"
|
||
msgstr ""
|
||
"ID des übergeordneten Alias Datensatz (Beispiel: Projekt welches den Alias "
|
||
"für die Erstellung von Aufgaben beinhaltet)."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:104
|
||
#, python-format
|
||
msgid "Idea has been transformed into concrete actions"
|
||
msgstr "Aus Idee wurde konkrete Aktivität abgeleitet"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:103
|
||
#, python-format
|
||
msgid "Idea is fully explained"
|
||
msgstr "Die Idee wurde umfassend beschrieben"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Ideally, a person should only be responsible for one project."
|
||
msgstr ""
|
||
"Im Idealfall sollte eine Person für ein Projekt hauptverantwortlich sein."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:96
|
||
#, python-format
|
||
msgid "Ideas"
|
||
msgstr "Ideen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Identify problems and blocking points more easily"
|
||
msgstr "Probleme und Hindernisse einfacher identifizieren."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_type_mail_template_id
|
||
msgid ""
|
||
"If set an email will be sent to the customer when the task or issue reaches "
|
||
"this step."
|
||
msgstr ""
|
||
"Wurde eine E-Mail-Adresse definiert, wird eine E-Mail an den Kunden gesandt,"
|
||
" wenn die Aufgabe oder Problemstellung diesen Schritt erreicht."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_active
|
||
msgid ""
|
||
"If the active field is set to False, it will allow you to hide the project "
|
||
"without removing it."
|
||
msgstr ""
|
||
"Wenn diese Option deaktiviert wird, können Sie die Anzeige des Projekts "
|
||
"ausblenden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"If you don't want to receive email notifications, you can uncheck the option"
|
||
" in your"
|
||
msgstr ""
|
||
"Wenn Sie keine Benachrichtigungen erhalten wollen, deaktivieren Sie diese."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"If you want to limit access for certain users or customers, simply use the "
|
||
"Privacy / Visibility settings in the Project Settings."
|
||
msgstr ""
|
||
"Wenn Sie den Zugriff auf bestimmte Benutzer oder Kunden begrenzen wollen, "
|
||
"nutzen Sie die Einstellung Privat als Zugriffsoption in den "
|
||
"Projekteinstellungen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"If you work on a Time & Material project, you'll probably want to "
|
||
"extract a Timesheet of the tasks to invoice directly to the customer. To do "
|
||
"that:"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Implement"
|
||
msgstr "Implementiere"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Improve"
|
||
msgstr "Verbessern"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Improve collaboration with customers"
|
||
msgstr "Verbessere die Zusammenarbeit mit Kunden"
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_normal:project.project_task_1
|
||
#: model:project.task,legend_normal:project.project_task_10
|
||
#: model:project.task,legend_normal:project.project_task_11
|
||
#: model:project.task,legend_normal:project.project_task_12
|
||
#: model:project.task,legend_normal:project.project_task_13
|
||
#: model:project.task,legend_normal:project.project_task_14
|
||
#: model:project.task,legend_normal:project.project_task_15
|
||
#: model:project.task,legend_normal:project.project_task_16
|
||
#: model:project.task,legend_normal:project.project_task_17
|
||
#: model:project.task,legend_normal:project.project_task_18
|
||
#: model:project.task,legend_normal:project.project_task_19
|
||
#: model:project.task,legend_normal:project.project_task_2
|
||
#: model:project.task,legend_normal:project.project_task_20
|
||
#: model:project.task,legend_normal:project.project_task_21
|
||
#: model:project.task,legend_normal:project.project_task_22
|
||
#: model:project.task,legend_normal:project.project_task_23
|
||
#: model:project.task,legend_normal:project.project_task_24
|
||
#: model:project.task,legend_normal:project.project_task_25
|
||
#: model:project.task,legend_normal:project.project_task_26
|
||
#: model:project.task,legend_normal:project.project_task_3
|
||
#: model:project.task,legend_normal:project.project_task_4
|
||
#: model:project.task,legend_normal:project.project_task_5
|
||
#: model:project.task,legend_normal:project.project_task_6
|
||
#: model:project.task,legend_normal:project.project_task_7
|
||
#: model:project.task,legend_normal:project.project_task_8
|
||
#: model:project.task,legend_normal:project.project_task_9
|
||
#: model:project.task,legend_normal:project.project_task_data_0
|
||
#: model:project.task,legend_normal:project.project_task_data_1
|
||
#: model:project.task,legend_normal:project.project_task_data_11
|
||
#: model:project.task,legend_normal:project.project_task_data_12
|
||
#: model:project.task,legend_normal:project.project_task_data_13
|
||
#: model:project.task,legend_normal:project.project_task_data_14
|
||
#: model:project.task,legend_normal:project.project_task_data_2
|
||
#: model:project.task,legend_normal:project.project_task_data_4
|
||
#: model:project.task,legend_normal:project.project_task_data_5
|
||
#: model:project.task,legend_normal:project.project_task_data_6
|
||
#: model:project.task,legend_normal:project.project_task_data_7
|
||
#: model:project.task,legend_normal:project.project_task_data_8
|
||
#: model:project.task,legend_normal:project.project_task_data_9
|
||
#: model:project.task.type,legend_normal:project.project_stage_0
|
||
#: model:project.task.type,legend_normal:project.project_stage_1
|
||
#: model:project.task.type,legend_normal:project.project_stage_2
|
||
#: model:project.task.type,legend_normal:project.project_stage_3
|
||
#: model:project.task.type,legend_normal:project.project_stage_data_0
|
||
#: model:project.task.type,legend_normal:project.project_stage_data_1
|
||
#: model:project.task.type,legend_normal:project.project_stage_data_2
|
||
#: model:project.task.type,name:project.project_stage_1
|
||
#: selection:report.project.task.user,state:0
|
||
msgid "In Progress"
|
||
msgstr "In Arbeit"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:33
|
||
#: code:addons/project/static/src/js/web_planner_project.js:66
|
||
#: code:addons/project/static/src/js/web_planner_project.js:81
|
||
#, python-format
|
||
msgid "In progress"
|
||
msgstr "In Bearbeitung"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:80
|
||
#, python-format
|
||
msgid "Incoming"
|
||
msgstr "Eingang"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_planned_hours
|
||
msgid "Initially Planned Hours"
|
||
msgstr "Ursprünglich geplante Stunden"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_id
|
||
msgid ""
|
||
"Internal email associated with this project. Incoming emails are "
|
||
"automatically synchronized with Tasks (or optionally Issues if the Issue "
|
||
"Tracker module is installed)."
|
||
msgstr ""
|
||
"Interne E-Mail Adresse des Projekts. Eingehende E-Mails werden automatisch "
|
||
"mit den Aufgaben synchronisiert (oder optional eskaliert, wenn das "
|
||
"Eskalationsverfolgungsmodul installiert ist)."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Internal notes are messages that will appear in the Chatter but will not be "
|
||
"notified in Odoo's Inbox."
|
||
msgstr ""
|
||
"Interne Notizen tauchen in der Vorgangshistorie so wie Nachrichten auf, "
|
||
"werden aber nicht im Posteingang angezeigt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_tags_search_view
|
||
msgid "Issue Version"
|
||
msgstr "Version"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:73
|
||
#, python-format
|
||
msgid "Issue is being worked on"
|
||
msgstr "Fall ist in Bearbeitung"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:76
|
||
#, python-format
|
||
msgid "Issue is resolved"
|
||
msgstr "Fall wurde gelöst"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"It is better to start with a \"project answer\", such as: \"We are two weeks"
|
||
" late\", \"We are at planned budget\" or \"We are 50% complete with the "
|
||
"process model\". Also if you can, start the meeting on a positive note, such"
|
||
" as milestones that have been met or are ahead of schedule. This will make "
|
||
"participants feel motivated to engage in the conversation."
|
||
msgstr ""
|
||
"Sie sollten immer besser mit einer \"Projektantwort\" beginnen, wie z.B. "
|
||
"\"Wir verspäten uns um zwei Wochen\", \"Wir sind im Budget\" oder \"Wir sind"
|
||
" zu 50% mit dem Datenmodell fertig\". Starten Sie möglichst auch mit einem "
|
||
"positiven Punkt, z.B. mit einem im ursprünglichen Zeitrahmen erfolgreich "
|
||
"abgeschlossenen Meilenstein. Dies motiviert alle Beteiligten, sich aktiv "
|
||
"einzubringen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"It is time to think about how you will transform your activities into real projects in Odoo.<br/>\n"
|
||
" For that, the most important part is defining the stages of your projects. Stages are the different steps a task can go through, from its creation to its ending. They will appear in what we call the 'Kanban' view of your projects."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"It's essential to be clear about why you want to use Odoo Project and what your goals are.\n"
|
||
" Indeed, there are many ways to manage a project, to find the best one for you, you need to know exactly what you want to achieve. And later on, we will hopefully transform your objectives into real improvements for your company."
|
||
msgstr ""
|
||
"Elementar sind die Gründe, weshalb Sie Odoo für Ihr Projektmanagement nutzen"
|
||
" wollen und welches Ziel Sie verfolgen. Es gibt in der Tat viele "
|
||
"Möglichkeiten ein Projekt zu managen, um die Bestmögliche zu finden, sollten"
|
||
" Sie sehr genau wissen, was Sie eigentlich erreichen möchten. Später können "
|
||
"wir dann hoffentlich Ihre Anliegen in reale Verbesserungen transformieren."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"It's for logging every change, event or message related to the Document."
|
||
msgstr ""
|
||
"Hier erfassen Sie Änderungen, Vorgänge oder Nachrichten mit Bezug zu diesem "
|
||
"Dokument."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"It's usually a good idea to take time to analyze your tasks once a year. "
|
||
"Here are some KPIs you should take a look at. Ask yourself 'How can they be "
|
||
"improved?'"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_legend_blocked
|
||
msgid "Kanban Blocked Explanation"
|
||
msgstr "Erläuterung zu gesperrtem Kanban "
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_legend_normal
|
||
msgid "Kanban Ongoing Explanation"
|
||
msgstr "Erläuterung zu Kanban in Bearbeitung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Kanban Stage"
|
||
msgstr "Kanbanstufe"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Kanban Stages"
|
||
msgstr "Kanbanstufen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_kanban_state
|
||
#: model:ir.model.fields,field_description:project.field_project_task_kanban_state_label
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_state
|
||
msgid "Kanban State"
|
||
msgstr "Kanban-Status"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_legend_done
|
||
msgid "Kanban Valid Explanation"
|
||
msgstr "Erläuterung zu gültigem Kanban "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Keep track of messages and conversations"
|
||
msgstr "Verfolgen Sie Nachrichten und Konversationen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Know what my employees are working on"
|
||
msgstr "Wissen, woran Ihre Mitarbeiter arbeiten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Last Message"
|
||
msgstr "Letzte Nachricht"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project___last_update
|
||
#: model:ir.model.fields,field_description:project.field_project_tags___last_update
|
||
#: model:ir.model.fields,field_description:project.field_project_task___last_update
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard___last_update
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type___last_update
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user___last_update
|
||
msgid "Last Modified on"
|
||
msgstr "Zuletzt geändert am"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:86
|
||
#: model:ir.model.fields,field_description:project.field_project_task_date_last_stage_update
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_date_last_stage_update
|
||
#, python-format
|
||
msgid "Last Stage Update"
|
||
msgstr "Aktuellste Stufenaktualisierung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_write_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_write_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_write_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_write_uid
|
||
#: model:ir.model.fields,field_description:project.field_project_task_write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Zuletzt aktualisiert durch"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_write_date
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_write_date
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_write_date
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Zuletzt aktualisiert am"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Late Activities"
|
||
msgstr "Verspätete Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:web.planner,tooltip_planner:project.planner_project
|
||
msgid ""
|
||
"Learn how to better organize your company using Projects, Tasks and "
|
||
"Timesheets."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:18
|
||
#, python-format
|
||
msgid "Let's create your first project."
|
||
msgstr "Los geht's: erstellen Sie Ihr erstes Projekt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid ""
|
||
"Lets the company customize which Pad installation should be used to link to "
|
||
"new pads (for example: http://etherpad.com/)."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_analytic_account_id
|
||
msgid ""
|
||
"Link this project to an analytic account if you need financial management on"
|
||
" projects. It enables you to connect projects with budgets, planning, cost "
|
||
"and revenue analysis, timesheets on projects, etc."
|
||
msgstr ""
|
||
"Für finanzielle Auswertungen muss ein Projekt einer Kostenstelle zugeordnet "
|
||
"werden. Damit können Projekte mit Budgets,Planung, Kosten und Erlösen, "
|
||
"Arbeitszeitaufzeichnungen verknüpft werden."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "List, plan and track things to do"
|
||
msgstr "Anzeigen, planen und rückverfolgen Ihrer To-Dos"
|
||
|
||
#. module: project
|
||
#: selection:project.task,priority:0
|
||
#: selection:report.project.task.user,priority:0
|
||
msgid "Low"
|
||
msgstr "Niedrig"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_attachment_ids
|
||
msgid "Main Attachments"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Manage your resources with Gantt charts"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
#: model:res.groups,name:project.group_project_manager
|
||
msgid "Manager"
|
||
msgstr "Manager"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Managing a group of people, a team or a department (example: R&D team, "
|
||
"HR Department, etc.)"
|
||
msgstr ""
|
||
"Managen einer Gruppe, eines Teams oder einer Abteilung (Beispiel: F&E "
|
||
"Team, Personalwesen, etc.)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Managing long projects that span over many months and/or need Timesheets."
|
||
msgstr ""
|
||
"Langzeitprojekte managen, die sich über mehrere Monate hinziehen und / oder "
|
||
"eine Zeiterfassung erfordern."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Managing notifications is essential: too few and you risk missing critical "
|
||
"information, too many and you will be overloaded with unnecessary "
|
||
"information. The trick is to find the right balance between the projects, "
|
||
"stages and tasks you want to be informed about. Fortunately, Odoo Project "
|
||
"has many levels of notifications and messages you can choose from."
|
||
msgstr ""
|
||
"Das Management von Benachrichtigungen ist elementar wichtig: Zu wenige "
|
||
"bedeuten u.U. wichtige oder kritische Infos nicht zu erhalten, zu viele "
|
||
"bedeuten einen Informationsüberfluss. Der Trick ist das Finden der richtigen"
|
||
" Balance für Ihre Projekte, Stufen und Aufgaben über die Sie informiert "
|
||
"werden wollen. Zum Glück, bietet Odoo einige Stufen für den passenden "
|
||
"Benachrichtigungs- und Informationsumfang. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Marketing Department"
|
||
msgstr "Marketingabteilung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_favorite_user_ids
|
||
msgid "Members"
|
||
msgstr "Mitglieder"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.project_task_actions_act_window_merge_tasks
|
||
msgid "Merge Selected Tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_task_merge_wizard_form
|
||
msgid "Merge Tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_target_task_id
|
||
msgid "Merge into an existing task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "More efficient communication between employees"
|
||
msgstr "Effizientere Mitarbeiterkommunikation"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "My Activities"
|
||
msgstr "Meine Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "My Favorites"
|
||
msgstr "Meine Favoriten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "My Followed Tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.project_task_action_activity
|
||
msgid "My Next Activities"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "My Tasks"
|
||
msgstr "Meine Aufgaben"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:31
|
||
#: model:ir.model.fields,field_description:project.field_project_tags_name
|
||
#: model:ir.ui.view,arch_db:project.portal_my_projects
|
||
#, python-format
|
||
msgid "Name"
|
||
msgstr "Name"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Name of the tasks :"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_blocked:project.project_task_10
|
||
#: model:project.task,legend_blocked:project.project_task_11
|
||
#: model:project.task,legend_blocked:project.project_task_13
|
||
#: model:project.task,legend_blocked:project.project_task_14
|
||
#: model:project.task,legend_blocked:project.project_task_17
|
||
#: model:project.task,legend_blocked:project.project_task_2
|
||
#: model:project.task,legend_blocked:project.project_task_21
|
||
#: model:project.task,legend_blocked:project.project_task_22
|
||
#: model:project.task,legend_blocked:project.project_task_23
|
||
#: model:project.task,legend_blocked:project.project_task_4
|
||
#: model:project.task,legend_blocked:project.project_task_5
|
||
#: model:project.task,legend_blocked:project.project_task_6
|
||
#: model:project.task,legend_blocked:project.project_task_7
|
||
#: model:project.task.type,legend_blocked:project.project_stage_1
|
||
msgid "Need functional or technical help"
|
||
msgstr "Erfordert Anwendersupport oder technische Hilfe"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:65
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:project.task.type,name:project.project_stage_data_0
|
||
#, python-format
|
||
msgid "New"
|
||
msgstr "Neu"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:87
|
||
#, python-format
|
||
msgid "New repair added"
|
||
msgstr "Neuer Reparaturvorgang erstellt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_target_task_name
|
||
msgid "New task name"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:30
|
||
#: code:addons/project/controllers/portal.py:83
|
||
#, python-format
|
||
msgid "Newest"
|
||
msgstr "Aktuellste"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.project_task_menu_activity
|
||
#: model:ir.ui.view,arch_db:project.project_task_view_tree_activity
|
||
msgid "Next Activities"
|
||
msgstr "Nächste Aktivitäten"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:775
|
||
#, python-format
|
||
msgid "No Subject"
|
||
msgstr "Kein Betreff"
|
||
|
||
#. module: project
|
||
#: selection:project.task,priority:0
|
||
#: selection:report.project.task.user,priority:0
|
||
msgid "Normal"
|
||
msgstr "Normal"
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_blocked:project.project_task_1
|
||
#: model:project.task,legend_blocked:project.project_task_12
|
||
#: model:project.task,legend_blocked:project.project_task_20
|
||
#: model:project.task,legend_blocked:project.project_task_25
|
||
#: model:project.task,legend_blocked:project.project_task_26
|
||
#: model:project.task,legend_blocked:project.project_task_9
|
||
#: model:project.task.type,legend_blocked:project.project_stage_0
|
||
msgid "Not validated"
|
||
msgstr "Noch nicht bestätigt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_notes
|
||
msgid "Notes"
|
||
msgstr "Notizen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Notifications"
|
||
msgstr "Benachrichtigungen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:43
|
||
#, python-format
|
||
msgid "Now that the project is set up, <b>create a few tasks</b>."
|
||
msgstr ""
|
||
"Jetzt, da das Projekt eingerichtet ist: <b>erstellen Sie ein paar "
|
||
"Aufgaben</b>."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_report_project_task_user_working_days_open
|
||
msgid "Number of Working Days to Open the task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_report_project_task_user_working_days_close
|
||
msgid "Number of Working Days to close the task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_doc_count
|
||
msgid "Number of documents attached"
|
||
msgstr "Anzahl Anhänge"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Odoo Project is a super fast and easy way to make your activities and tasks visible to\n"
|
||
" everyone in your company. Follow how things progress, see when things are stuck, know\n"
|
||
" who's in charge, all in one place."
|
||
msgstr ""
|
||
"Odoo Projekte sind eine super schnelle und einfache Möglichkeit, um alle Aktivitäten\n"
|
||
"und Aufgaben für alle Mitarbeiter Ihres Unternehmen sichtbar zu machen. \n"
|
||
"Verfolgen Sie Arbeitsfortschritte, entdecken Sie Hindernisse und Unterbrechungen, \n"
|
||
"kennen Sie die verantwortlichen Personen, Sie finden alles zusammen an einem Platz."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.action_view_task
|
||
msgid ""
|
||
"Odoo's project management allows you to manage the pipeline of your tasks "
|
||
"efficiently. You can track progress, discuss on tasks, attach documents, "
|
||
"etc."
|
||
msgstr ""
|
||
"Das Odoo Projektmanagement ermöglicht Ihnen das effiziente Management Ihrer "
|
||
"Projektpipeline. Sie können Fortschritte verfolgen, zu Aufgaben "
|
||
"kommunizieren, Dokumente anhängen u.s.w."
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:200
|
||
#: selection:project.project,privacy_visibility:0
|
||
#, python-format
|
||
msgid "On invitation only"
|
||
msgstr "Nur auf Einladung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_force_thread_id
|
||
msgid ""
|
||
"Optional ID of a thread (record) to which all incoming messages will be "
|
||
"attached, even if they did not reply to it. If set, this will disable the "
|
||
"creation of new records completely."
|
||
msgstr ""
|
||
"Optionale ID eines Themenstrangs dem alle eingehenden Nachrichten zugeordnet"
|
||
" werden, auch wenn auf sie nicht geantwortet wird. Wenn gesetzt, verhindert "
|
||
"dies die Anlage neuer Datensätze vollständig."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all
|
||
msgid "Or"
|
||
msgstr "Oder"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Organize meetings"
|
||
msgstr "Meetings organisieren"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all_config
|
||
msgid ""
|
||
"Organize your activities (plan tasks, track issues, invoice timesheets) for "
|
||
"internal, personal or customer projects."
|
||
msgstr ""
|
||
"Aktivitäten organisieren (plane Aufgaben, verfolge Vorfälle, rechne Zeiten "
|
||
"ab) für interne, persönliche oder für Kundenprojekte. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Organize your company, from personal tasks to collaborative meeting minutes."
|
||
msgstr ""
|
||
"Ihr Unternehmen organisieren, von der eigenen Aufgabe bis zu gemeinsamen "
|
||
"Meetings."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.action_view_task_overpassed_draft
|
||
msgid "Overpassed Tasks"
|
||
msgstr "Aufgaben mit Verzug"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_legend_blocked
|
||
#: model:ir.model.fields,help:project.field_project_task_type_legend_blocked
|
||
msgid ""
|
||
"Override the default value displayed for the blocked state for kanban "
|
||
"selection, when the task or issue is in that stage."
|
||
msgstr ""
|
||
"Überschreiben Sie den Standard Wert für den Blockade Status in der Kanban "
|
||
"Auswahl, wenn die Aufgabe oder der Vorfall in dieser Stufe ist."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_legend_done
|
||
#: model:ir.model.fields,help:project.field_project_task_type_legend_done
|
||
msgid ""
|
||
"Override the default value displayed for the done state for kanban "
|
||
"selection, when the task or issue is in that stage."
|
||
msgstr ""
|
||
"Überschreiben Sie den Standard Wert für den Erledigt Status in der Kanban "
|
||
"Auswahl, wenn die Aufgabe oder der Vorfall in dieser Stufe ist."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_legend_normal
|
||
#: model:ir.model.fields,help:project.field_project_task_type_legend_normal
|
||
msgid ""
|
||
"Override the default value displayed for the normal state for kanban "
|
||
"selection, when the task or issue is in that stage."
|
||
msgstr ""
|
||
"Überschreiben Sie den Standard Wert für den Normal Status in der Kanban "
|
||
"Auswahl, wenn die Aufgabe oder der Vorfall in dieser Stufe ist."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_user_id
|
||
msgid "Owner"
|
||
msgstr "Besitzer"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_parent_model_id
|
||
msgid "Parent Model"
|
||
msgstr "Hauptvorlage"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_parent_thread_id
|
||
msgid "Parent Record Thread ID"
|
||
msgstr "Zugehörige Diskussion"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:861
|
||
#: model:ir.model.fields,field_description:project.field_project_task_parent_id
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
#, python-format
|
||
msgid "Parent Task"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_parent_model_id
|
||
msgid ""
|
||
"Parent model holding the alias. The model holding the alias reference is not"
|
||
" necessarily the model given by alias_model_id (example: project "
|
||
"(parent_model) and task (model))"
|
||
msgstr ""
|
||
"Das übergeordnete Datenmodell des Alias. Dieses Modell, welches die EMail "
|
||
"Alias Referenz enthält, gehört nicht zwangsläufig zum Modell unterhalb von "
|
||
"alias_model_id (Beispiel: project (parent_model) und task (model))"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Plan your activities for the day"
|
||
msgstr "Planen Sie Ihre heutigen Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_web_planner
|
||
msgid "Planner"
|
||
msgstr "Planer"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:925
|
||
#, python-format
|
||
msgid ""
|
||
"Please remove existing tasks in the project linked to the accounts you want "
|
||
"to delete."
|
||
msgstr ""
|
||
"Löschen Sie bitte Aufgaben im Projekt, die mit den Kostenstellen verbunden "
|
||
"sind, die Sie löschen möchten."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_contact
|
||
msgid ""
|
||
"Policy to post a message on the document using the mailgateway.\n"
|
||
"- everyone: everyone can post\n"
|
||
"- partners: only authenticated partners\n"
|
||
"- followers: only followers of the related document or members of following channels\n"
|
||
msgstr ""
|
||
"Richtlinie zum Posten einer Dokument-Nachricht über das E-Mail-Gateway.\n"
|
||
"- Jeder: jeder kann posten\n"
|
||
"- Partner: nur bestätigte Partner\n"
|
||
"- Follower: nur die Personen, die dem betreffenden Dokument folgen oder Mitglieder von Kanälen sind, die dem Dokument folgen\n"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Prepare"
|
||
msgstr "Vorbereiten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_priority
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_priority
|
||
msgid "Priority"
|
||
msgstr "Priorität"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_privacy_visibility
|
||
msgid "Privacy"
|
||
msgstr "Privatsphäre"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Product or software version"
|
||
msgstr "Produkt- oder Softwareversion"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:346
|
||
#: model:ir.model,name:project.model_project_project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_project_id
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_project_id
|
||
#: model:ir.ui.menu,name:project.menu_main_pm
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
#: model:res.request.link,name:project.req_link_project
|
||
#, python-format
|
||
msgid "Project"
|
||
msgstr "Projekt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_project
|
||
msgid "Project -"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_account_analytic_account_project_count
|
||
#: model:ir.model.fields,field_description:project.field_project_project_project_count
|
||
msgid "Project Count"
|
||
msgstr "Projekt-Anzahl"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_user_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_manager_id
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#: model:ir.ui.view,arch_db:project.project_view_kanban
|
||
#: model:ir.ui.view,arch_db:project.view_project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "Project Manager"
|
||
msgstr "Projektmanager"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
#: model:ir.ui.view,arch_db:project.project_view_kanban
|
||
#: model:ir.ui.view,arch_db:project.view_project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "Project Name"
|
||
msgstr "Projektbezeichnung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Project Settings"
|
||
msgstr "Projekt-Einstellungen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Project Settings."
|
||
msgstr "Projekt-Einstellungen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_task_graph
|
||
#: model:ir.ui.view,arch_db:project.view_project_task_pivot
|
||
msgid "Project Tasks"
|
||
msgstr "Projektaufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_res_company_project_time_mode_id
|
||
#: model:ir.model.fields,field_description:project.project_time_mode_id_duplicate_xmlid
|
||
msgid "Project Time Unit"
|
||
msgstr "Projektzeiteinheit"
|
||
|
||
#. module: project
|
||
#: model:res.request.link,name:project.req_link_task
|
||
msgid "Project task"
|
||
msgstr "Projektaufgabe"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.dblc_proj
|
||
msgid "Project's tasks"
|
||
msgstr "Projektaufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.server,name:project.ir_actions_server_project_sample
|
||
msgid "Project: Activate Sample Project"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.open_view_project_all
|
||
#: model:ir.actions.act_window,name:project.open_view_project_all_config
|
||
#: model:ir.model.fields,field_description:project.field_account_analytic_account_project_ids
|
||
#: model:ir.model.fields,field_description:project.field_project_project_project_ids
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_project_ids
|
||
#: model:ir.ui.menu,name:project.menu_projects_config
|
||
#: model:ir.ui.view,arch_db:project.analytic_account_inherited_form
|
||
#: model:ir.ui.view,arch_db:project.portal_layout
|
||
#: model:ir.ui.view,arch_db:project.portal_my_home
|
||
#: model:ir.ui.view,arch_db:project.portal_my_projects
|
||
#: model:ir.ui.view,arch_db:project.view_project
|
||
msgid "Projects"
|
||
msgstr "Projekte"
|
||
|
||
#. module: project
|
||
#: model:mail.channel,name:project.mail_channel_project_task
|
||
msgid "Projects & Tasks"
|
||
msgstr "Projekte & Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_res_config_settings_module_rating_project
|
||
msgid "Rating on Tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_done:project.project_task_1
|
||
#: model:project.task,legend_done:project.project_task_12
|
||
#: model:project.task,legend_done:project.project_task_15
|
||
#: model:project.task,legend_done:project.project_task_18
|
||
#: model:project.task,legend_done:project.project_task_20
|
||
#: model:project.task,legend_done:project.project_task_24
|
||
#: model:project.task,legend_done:project.project_task_25
|
||
#: model:project.task,legend_done:project.project_task_26
|
||
#: model:project.task,legend_done:project.project_task_3
|
||
#: model:project.task,legend_done:project.project_task_8
|
||
#: model:project.task,legend_done:project.project_task_9
|
||
#: model:project.task,legend_done:project.project_task_data_0
|
||
#: model:project.task,legend_done:project.project_task_data_1
|
||
#: model:project.task,legend_done:project.project_task_data_11
|
||
#: model:project.task,legend_done:project.project_task_data_12
|
||
#: model:project.task,legend_done:project.project_task_data_13
|
||
#: model:project.task,legend_done:project.project_task_data_14
|
||
#: model:project.task,legend_done:project.project_task_data_2
|
||
#: model:project.task,legend_done:project.project_task_data_4
|
||
#: model:project.task,legend_done:project.project_task_data_5
|
||
#: model:project.task,legend_done:project.project_task_data_6
|
||
#: model:project.task,legend_done:project.project_task_data_7
|
||
#: model:project.task,legend_done:project.project_task_data_8
|
||
#: model:project.task,legend_done:project.project_task_data_9
|
||
#: model:project.task.type,legend_done:project.project_stage_0
|
||
#: model:project.task.type,legend_done:project.project_stage_2
|
||
#: model:project.task.type,legend_done:project.project_stage_data_0
|
||
#: model:project.task.type,legend_done:project.project_stage_data_1
|
||
#: model:project.task.type,legend_done:project.project_stage_data_2
|
||
msgid "Ready for Next Stage"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:41
|
||
#, python-format
|
||
msgid "Ready for layout / copywriting"
|
||
msgstr "Bereit für Entwurferstellung / Texterstellung"
|
||
|
||
#. module: project
|
||
#: selection:report.project.task.user,state:0
|
||
msgid "Ready for next stage"
|
||
msgstr "Bereit für nächste Stufe"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:59
|
||
#, python-format
|
||
msgid "Ready for release"
|
||
msgstr "Fertig für Versionswechsel"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:57
|
||
#, python-format
|
||
msgid "Ready for testing"
|
||
msgstr "Fertig für Testlauf"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:42
|
||
#, python-format
|
||
msgid "Ready to be displayed, published or sent"
|
||
msgstr "Fertig für Anzeige, Veröffentlichung oder Versendung"
|
||
|
||
#. module: project
|
||
#: model:project.task,legend_done:project.project_task_16
|
||
#: model:project.task,legend_done:project.project_task_19
|
||
#: model:project.task.type,legend_done:project.project_stage_3
|
||
msgid "Ready to reopen"
|
||
msgstr "Fertig für Wiedereröffnung"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:77
|
||
#: code:addons/project/static/src/js/web_planner_project.js:106
|
||
#, python-format
|
||
msgid "Reason for cancellation has been documented"
|
||
msgstr "Grund für Abbruch wurde dokumentiert"
|
||
|
||
#. module: project
|
||
#: model:mail.template,subject:project.mail_template_data_project_task
|
||
msgid "Reception of ${object.name}"
|
||
msgstr "Empfang von ${object.name}"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_alias_force_thread_id
|
||
msgid "Record Thread ID"
|
||
msgstr "Aufzeichnung Diskussion ID"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
msgid "Record's Colour"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: selection:project.task,kanban_state:0
|
||
msgid "Red"
|
||
msgstr "Rot"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_legend_blocked
|
||
msgid "Red Kanban Label"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Red: the Task is blocked (there's a problem)"
|
||
msgstr "Rot: Die Aufgabe ist blockiert (es gibt ein Problem)"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_code
|
||
msgid "Reference"
|
||
msgstr "Referenz"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:52
|
||
#, python-format
|
||
msgid "Release"
|
||
msgstr "Freigabe"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_remaining_hours
|
||
msgid "Remaining Hours"
|
||
msgstr "Verbleibende Stunden"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/project.js:69
|
||
#, python-format
|
||
msgid "Remove Cover Image"
|
||
msgstr "Entferne das Titelbild"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Repair Workshop"
|
||
msgstr "Reparaturworkshop"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:88
|
||
#, python-format
|
||
msgid "Repair has started"
|
||
msgstr "Die Reparatur wurde gestartet"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:91
|
||
#, python-format
|
||
msgid "Repair is completed"
|
||
msgstr "Die Reparatur ist erledigt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.menu_project_report
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Reporting"
|
||
msgstr "Berichtswesen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:90
|
||
#, python-format
|
||
msgid "Request for parts has been sent"
|
||
msgstr "Ersatzteilanfrage wurde gestellt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Responsibilities"
|
||
msgstr "Verantwortlichkeiten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Responsibility"
|
||
msgstr "Verantwortlichkeit"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Runs outside Odoo, always available"
|
||
msgstr "Läuft außerhalb Odoo, immer verfügbar"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Scrum Methodology"
|
||
msgstr "Scrum Methodik"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.menu,name:project.menu_project_management
|
||
msgid "Search"
|
||
msgstr "Suchen"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:92
|
||
#, python-format
|
||
msgid "Search <span class=\"nolabel\"> (in Content)</span>"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_project_project_filter
|
||
msgid "Search Project"
|
||
msgstr "Projekt suchen"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:96
|
||
#, python-format
|
||
msgid "Search in All"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:94
|
||
#, python-format
|
||
msgid "Search in Customer"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:93
|
||
#, python-format
|
||
msgid "Search in Messages"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:95
|
||
#, python-format
|
||
msgid "Search in Stages"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/project.js:62
|
||
#, python-format
|
||
msgid "Select"
|
||
msgstr "Auswählen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Send an alert when a task is stuck in red for more than a few days"
|
||
msgstr ""
|
||
"Eine Warnung wird versendet, wenn eine Aufgabe bereits mehrere Tag rot ist."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Send an automatic confirmation to all emails sent to your customer support"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_sequence
|
||
#: model:ir.model.fields,field_description:project.field_project_task_sequence
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_sequence
|
||
msgid "Sequence"
|
||
msgstr "Nummernfolge"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Service Level Agreement (SLA)"
|
||
msgstr "Service Level Agreement (SLA)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
msgid "Set Cover Image"
|
||
msgstr "Titelbild setzen"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/project.js:61
|
||
#, python-format
|
||
msgid "Set a Cover Image"
|
||
msgstr "Ein Titelbild hinterlegen"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.project_config_settings_action
|
||
#: model:ir.ui.menu,name:project.project_config_settings_menu_action
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#: model:ir.ui.view,arch_db:project.view_project_kanban
|
||
msgid "Settings"
|
||
msgstr "Einstellungen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Severity"
|
||
msgstr "Schweregrad"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Share files and manage versions"
|
||
msgstr "Dateiveröffentlichung und Versionsmanagement"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_is_favorite
|
||
msgid "Show Project on dashboard"
|
||
msgstr "Projekt auf dem Dashboard anzeigen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Show all records which has next action date is before today"
|
||
msgstr "Alle Datensätze mit vor heute geplanten Aktionen anzeigen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"So if you're looking for the history of a Task, or the latest message on a "
|
||
"Task, simply go to the corresponding Document and you'll find it!"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Software development"
|
||
msgstr "Softwareentwicklung"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:16
|
||
#, python-format
|
||
msgid "Specification"
|
||
msgstr "Spezifikation"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:24
|
||
#, python-format
|
||
msgid "Specification is validated"
|
||
msgstr "Spezifikation wurde bestätigt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:23
|
||
#, python-format
|
||
msgid "Specification of task is written"
|
||
msgstr "Aufgabenspezifikation wurde erstellt"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Split your tasks to organize your work into sub-milestones"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:49
|
||
#, python-format
|
||
msgid "Sprint"
|
||
msgstr "Sprint"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:85
|
||
#: model:ir.model.fields,field_description:project.field_project_task_stage_id
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_stage_id
|
||
#: model:ir.ui.view,arch_db:project.portal_my_tasks
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
#, python-format
|
||
msgid "Stage"
|
||
msgstr "Stufe"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,name:project.mt_task_stage
|
||
msgid "Stage Changed"
|
||
msgstr "Stufe wurde geändert"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
msgid "Stage Description and Tooltips"
|
||
msgstr "Stufenbeschreibung und Tips"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_name
|
||
msgid "Stage Name"
|
||
msgstr "Bezeichnung Stufe"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,description:project.mt_task_stage
|
||
msgid "Stage changed"
|
||
msgstr "Stufe geändert"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.open_task_type_form
|
||
#: model:ir.ui.menu,name:project.menu_project_config_project
|
||
msgid "Stages"
|
||
msgstr "Stufen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Starred"
|
||
msgstr "Markiert"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_type_legend_priority
|
||
msgid "Starred Explanation"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Start / Stop a timer in one click"
|
||
msgstr "Starte / Beende Stopuhr mit einem Klick"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_date_start
|
||
msgid "Start Date"
|
||
msgstr "Startdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_date_start
|
||
msgid "Starting Date"
|
||
msgstr "Startdatum"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_subtask_project_id
|
||
#: model:ir.model.fields,field_description:project.field_project_task_subtask_project_id
|
||
msgid "Sub-task Project"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_subtask_count
|
||
msgid "Sub-task count"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.project_task_action_sub_task
|
||
#: model:ir.model.fields,field_description:project.field_project_task_child_ids
|
||
#: model:ir.model.fields,field_description:project.field_res_config_settings_group_subtask_project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Sub-tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: sql_constraint:project.tags:0
|
||
msgid "Tag name already exists !"
|
||
msgstr "Schlagwort existiert bereits!"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.project_tags_action
|
||
#: model:ir.model.fields,field_description:project.field_project_project_tag_ids
|
||
#: model:ir.model.fields,field_description:project.field_project_task_tag_ids
|
||
#: model:ir.ui.menu,name:project.menu_project_tags_act
|
||
#: model:ir.ui.view,arch_db:project.project_tags_form_view
|
||
msgid "Tags"
|
||
msgstr "Stichwörter"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_project_tags
|
||
msgid "Tags of project's tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_target_project_id
|
||
msgid "Target Project"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_project_task
|
||
#: model:ir.ui.view,arch_db:project.portal_my_tasks
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Task"
|
||
msgstr "Aufgabe"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_task
|
||
msgid "Task -"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_tasks
|
||
msgid "Task Activities"
|
||
msgstr "Aufgabenaktivitäten"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,name:project.mt_project_task_blocked
|
||
#: model:mail.message.subtype,name:project.mt_task_blocked
|
||
msgid "Task Blocked"
|
||
msgstr "Aufgabe wurde blockiert"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Task Management"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,name:project.mt_project_task_new
|
||
#: model:mail.message.subtype,name:project.mt_task_new
|
||
msgid "Task Opened"
|
||
msgstr "Begonnene Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.filters,name:project.filter_task_report_task_pipe
|
||
msgid "Task Pipe"
|
||
msgstr "Aufgaben Pipeline"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,name:project.mt_project_task_ready
|
||
#: model:mail.message.subtype,name:project.mt_task_ready
|
||
msgid "Task Ready"
|
||
msgstr "Fertige Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_project_task_type
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
#: model:ir.ui.view,arch_db:project.task_type_tree
|
||
msgid "Task Stage"
|
||
msgstr "Aufgabenstufe"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,name:project.mt_project_task_stage
|
||
msgid "Task Stage Changed"
|
||
msgstr "Geänderte Aufgabenstufe"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_name
|
||
#: model:ir.model.fields,field_description:project.field_report_project_task_user_name
|
||
msgid "Task Title"
|
||
msgstr "Aufgabentitel"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Task Title..."
|
||
msgstr "Aufgabenbezeichnung ..."
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,description:project.mt_task_blocked
|
||
msgid "Task blocked"
|
||
msgstr "Aufgabe wurde blockiert"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:25
|
||
#, python-format
|
||
msgid "Task is Developed"
|
||
msgstr "Aufgabe wurde entwickelt"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:105
|
||
#, python-format
|
||
msgid "Task is completed"
|
||
msgstr "Aufgabe ist komplett"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:26
|
||
#, python-format
|
||
msgid "Task is tested"
|
||
msgstr "Aufgabe wurde getestet"
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,description:project.mt_task_new
|
||
msgid "Task opened"
|
||
msgstr "begonnene Aufgabe "
|
||
|
||
#. module: project
|
||
#: model:mail.message.subtype,description:project.mt_task_ready
|
||
msgid "Task ready for Next Stage"
|
||
msgstr "für nächste Stufe bereitete Aufgabe "
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.act_project_project_2_project_task_all
|
||
#: model:ir.actions.act_window,name:project.action_view_task
|
||
#: model:ir.actions.act_window,name:project.project_task_action_from_partner
|
||
#: model:ir.model.fields,field_description:project.field_project_project_task_count
|
||
#: model:ir.model.fields,field_description:project.field_project_project_task_ids
|
||
#: model:ir.model.fields,field_description:project.field_project_project_task_needaction_count
|
||
#: model:ir.model.fields,field_description:project.field_res_partner_task_ids
|
||
#: model:ir.model.fields,field_description:project.field_res_users_task_ids
|
||
#: model:ir.ui.menu,name:project.menu_action_view_task
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
#: model:ir.ui.view,arch_db:project.portal_layout
|
||
#: model:ir.ui.view,arch_db:project.portal_my_home
|
||
#: model:ir.ui.view,arch_db:project.portal_my_projects
|
||
#: model:ir.ui.view,arch_db:project.portal_my_tasks
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
#: model:ir.ui.view,arch_db:project.view_project_kanban
|
||
#: model:ir.ui.view,arch_db:project.view_task_calendar
|
||
#: model:ir.ui.view,arch_db:project.view_task_partner_info_form
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
#: model:ir.ui.view,arch_db:project.view_task_tree2
|
||
msgid "Tasks"
|
||
msgstr "Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,name:project.action_project_task_user_tree
|
||
#: model:ir.actions.act_window,name:project.action_project_task_user_tree_filtered
|
||
#: model:ir.ui.menu,name:project.menu_project_report_task_analysis
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_graph
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_pivot
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
msgid "Tasks Analysis"
|
||
msgstr "Statistik Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_type_ids
|
||
#: model:ir.ui.view,arch_db:project.task_type_search
|
||
msgid "Tasks Stages"
|
||
msgstr "Aufgabenstufen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Tasks analysis"
|
||
msgstr "Aufgabenanalyse"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Tasks are the main mechanism in Odoo and are activated by default."
|
||
msgstr ""
|
||
"Aufgaben gehören zum Kernmechanismus von Odoo und sind somit generell aktiv."
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_report_project_task_user
|
||
msgid "Tasks by user and project"
|
||
msgstr "Aufgaben nach Benutzer und Projekt"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_merge_wizard_task_ids
|
||
msgid "Tasks to Merge"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:50
|
||
#, python-format
|
||
msgid "Test"
|
||
msgstr "Testbetrieb"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:58
|
||
#, python-format
|
||
msgid "Test is OK, need to document"
|
||
msgstr "Test ist OK, erfordert Dokumentation"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:19
|
||
#, python-format
|
||
msgid "Testing"
|
||
msgstr "Softwaretest"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"The Odoo Project app can be used to manage many activities, from the "
|
||
"development of a new product to the daily operations of a customer support. "
|
||
"With some creativity, it can even be used to manage your marketing "
|
||
"communications or personal projects. But just because it can be done doesn't"
|
||
" mean it's always a good idea: let's start by helping you understand what "
|
||
"can be a good project."
|
||
msgstr ""
|
||
"Die Odoo Projekt App kann für viele Aktivitäten genutzt werden, von der "
|
||
"Entwicklung eines neuen Produkts bis zu täglichen Operationen im "
|
||
"Kundensupport. Mit ein wenig Kreativität, kann es auch für Ihre "
|
||
"Marketingkommunikation oder für die persönlichen Projekte eingesetzt werden."
|
||
" Allerdings bedeutet es nicht, dass nur weil vieles möglich ist, dies auch "
|
||
"per-se eine gute Idee ist: Lassen Sie uns zunächst schauen, wie ein gutes "
|
||
"Projektmanagement für Sie aussehen könnte."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.mail_template_task_merge
|
||
msgid "The following task has been merged into this one:"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.mail_template_task_merge
|
||
msgid "The following tasks have been merged into this one:"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_model_id
|
||
msgid ""
|
||
"The model (Odoo Document Kind) to which this alias corresponds. Any incoming"
|
||
" email that does not reply to an existing record will cause the creation of "
|
||
"a new record of this model (e.g. a Project Task)"
|
||
msgstr ""
|
||
"Das Odoo Datenmodell auf das sich der Alias bezieht. Jeglicher E-Mail "
|
||
"Posteingang ohne Bezug zu einer bereits vorhandenen E-Mail führt "
|
||
"üblicherweise zur Erstellung eines neuen Datensatz (z.B. Projektaufgabe)."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_name
|
||
msgid ""
|
||
"The name of the email alias, e.g. 'jobs' if you want to catch emails for "
|
||
"<jobs@example.odoo.com>"
|
||
msgstr ""
|
||
"Die Bezeichnung des E-Mail-Alias, z.B. 'jobs', falls Sie E-Mails an z.B. "
|
||
"<jobs@example.odoo.com> erhalten möchten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_alias_user_id
|
||
msgid ""
|
||
"The owner of records created upon receiving emails on this alias. If this "
|
||
"field is not set the system will attempt to find the right owner based on "
|
||
"the sender (From) address, or will use the Administrator account if no "
|
||
"system user is found for that address."
|
||
msgstr ""
|
||
"Besitzer, der als Folge des Empfangs einer E-Mails an diesen Alias "
|
||
"erstellt wurde. Wenn dieses Feld nicht ausgefüllt wird, wird das System "
|
||
"versuchen, den richtigen Besitzer auf der Basis des Absenders zu finden oder"
|
||
" das Administrator-Konto verwenden, wenn kein System-Benutzer für diese "
|
||
"Adresse gefunden wird."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "The same features as the Chrome extension, but on your mobile phone!"
|
||
msgstr ""
|
||
"Die gleichen Funktionen wie die Chrome Extension auf Ihrem Smartphone !"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_projects
|
||
msgid "There are no projects."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.portal_my_tasks
|
||
msgid "There are no tasks."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/xml/project.xml:7
|
||
#, python-format
|
||
msgid ""
|
||
"There is no available image to be set as cover. Send a message on the task "
|
||
"with an attached image."
|
||
msgstr ""
|
||
"Es existiert noch kein gutes Titelbild. Versenden Sie eine Nachricht zur "
|
||
"Aufgabe mit einem angehängten Bild."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_email_cc
|
||
msgid ""
|
||
"These email addresses will be added to the CC field of all inbound\n"
|
||
" and outbound emails for this record before being sent. Separate multiple email addresses with a comma"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_email_from
|
||
msgid "These people will receive email."
|
||
msgstr "Diese Personen erhalten E-Mails"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"This is particularly useful to manage help and support: all incoming email "
|
||
"from customers will be transformed into a task that you'll be able to track "
|
||
"easily!"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid ""
|
||
"This replaces task's description text field by a collaborative rich text "
|
||
"pad. This is advised if tasks involve several people."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.action_project_task_user_tree
|
||
#: model:ir.actions.act_window,help:project.action_project_task_user_tree_filtered
|
||
msgid ""
|
||
"This report allows you to analyse the performance of your projects and "
|
||
"users. You can analyse the quantities of tasks, the hours spent compared to "
|
||
"the planned hours, the average number of days to open or close a task, etc."
|
||
msgstr ""
|
||
"Dieser Bericht ermöglicht eine Aussage der Perfomance von Projekten oder "
|
||
"Benutzern. Sie können auf einfachem Wege, die Stunden insgesamt, die "
|
||
"Durchschnittsanzahl an Tagen bzw. auch die Preise und Umsätze erkennen."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_type_fold
|
||
msgid ""
|
||
"This stage is folded in the kanban view when there are no records in that "
|
||
"stage to display."
|
||
msgstr ""
|
||
"Diese Stufe ist zugeklappt, wenn es keine anzuzeigenden Daten in dieser "
|
||
"Stufe gibt. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.mail_template_task_merge
|
||
msgid "This task has been merged into the following task:"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"This whole process might take you a few hours, but don't worry, you can take a break and\n"
|
||
" return to it at any time: your progress is automatically saved."
|
||
msgstr ""
|
||
"Der gesamte Prozess kann einige Stunden dauern, aber seien Sie beruhigt, Sie"
|
||
" können ruhig eine Pause einlegen und zu jeder Zeit weitermachen: Ihr "
|
||
"Fortschritt wird automatisch gesichert."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"This will add an Invoice Tasks menu in the Project module, that can be used "
|
||
"to select the Timesheet to invoice."
|
||
msgstr ""
|
||
"Dies wird automatisch ein Aufgaben Abrechnung Menü hinzufügen, welches zur "
|
||
"Auswahl abzurechnender Zeiterfassungen genutzt werden kann."
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_account_analytic_account_company_uom_id
|
||
#: model:ir.model.fields,help:project.field_project_project_company_uom_id
|
||
#: model:ir.model.fields,help:project.field_res_company_project_time_mode_id
|
||
#: model:ir.model.fields,help:project.project_time_mode_id_duplicate_xmlid
|
||
msgid ""
|
||
"This will set the unit of measure used in projects and tasks.\n"
|
||
"If you use the timesheet linked to projects, don't forget to setup the right unit of measure in your employees."
|
||
msgstr ""
|
||
"Dies legt die Maßeinheit für Projekte und Aufgaben fest.\n"
|
||
"Falls Sie Zeiterfassung für Projekte verwenden, vergessen Sie nicht, die richtige Maßeinheit für Ihre Mitarbeiter einzurichten."
|
||
|
||
#. module: project
|
||
#: model:res.groups,name:project.group_time_work_estimation_tasks
|
||
msgid "Time Estimation on Tasks"
|
||
msgstr "Erwartete Bearbeitungszeit für Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Time Management"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.edit_project
|
||
msgid "Time Scheduling"
|
||
msgstr "Zeitplanung"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_res_config_settings_module_hr_timesheet
|
||
msgid "Timesheets"
|
||
msgstr "Zeiterfassung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Timesheets are often essential for running a company.<br/>\n"
|
||
" They are also prone to human error, repetitive, annoying, and sometimes stressful to employees.<br/>\n"
|
||
" Fortunately, Odoo has several solutions to make them as efficient and painless as possible!<br/>"
|
||
msgstr ""
|
||
"Eine Zeiterfassung ist häufig elementar für Betriebe.<br/>\n"
|
||
"Sie ist genauso oft anfällig für menschliche Erfassungsfehler, fällt laufend an, ist langweilig und auch stressig für Ihre Mitarbeiter.<br/>\n"
|
||
"Zum Glück bietet Odoo einiges, um dies effizient und zugleich möglichst stressbefreit zu bewältigen!<br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Timesheets can be used for several purposes:"
|
||
msgstr "Die Zeiterfassung kann für verschiedene Zwecke genutzt werden:"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_resource_calendar_id
|
||
msgid "Timetable working hours to adjust the gantt diagram report"
|
||
msgstr "Zeiterfassung Arbeitsstunden für die Ausrichtung des Gantt Charts"
|
||
|
||
#. module: project
|
||
#: code:addons/project/controllers/portal.py:84
|
||
#, python-format
|
||
msgid "Title"
|
||
msgstr "Titel"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:97
|
||
#: model:project.task.type,name:project.project_stage_0
|
||
#, python-format
|
||
msgid "To Do"
|
||
msgstr "Zu erledigen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"To configure these Kanban Statuses, go to the 'Project Stages' tab of a "
|
||
"Project."
|
||
msgstr ""
|
||
"Zur Konfiguration des Kanban Status, wechseln Sie zum \"Projektstufen\" "
|
||
"Aktenreiter in einem geöffneten Projekt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "To use Timesheets, go to your"
|
||
msgstr "Zur Nutzung der Zeiterfassung, gehen Sie in Ihre "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Today Activities"
|
||
msgstr "Heutige Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_task_remaining_hours
|
||
msgid ""
|
||
"Total remaining time, can be re-estimated periodically by the assignee of "
|
||
"the task."
|
||
msgstr ""
|
||
"Verbleibende Gesamtzeit, kann periodisch neu berechnet werden durch den "
|
||
"zugewiesenen verantwortlichen Mitarbeiter."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Track customer satisfaction on tasks"
|
||
msgstr "Kundenzufriedenheit für Aufgaben verfolgen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Track time spent on projects and tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_project_user_search
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Unassigned"
|
||
msgstr "Nicht zugewiesen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
#: model:ir.ui.view,arch_db:project.view_task_search_form
|
||
msgid "Unread Messages"
|
||
msgstr "Ungelesene Nachrichten"
|
||
|
||
#. module: project
|
||
#: model:res.groups,name:project.group_subtask_project
|
||
msgid "Use Subtask Project"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_label_tasks
|
||
msgid "Use Tasks as"
|
||
msgstr "Nutze Aufgaben als"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Use Timesheets"
|
||
msgstr "Zeitaufschreibung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.res_config_settings_view_form
|
||
msgid "Use collaborative rich text pads on tasks"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Use separate meetings to solve big tasks or tasks that aren’t important for "
|
||
"the entire team."
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:103
|
||
#, python-format
|
||
msgid ""
|
||
"Use the <b>implementation guide</b> to setup Project Management in your "
|
||
"company."
|
||
msgstr ""
|
||
"Verwenden Sie das <b>Implementierungshandbuch</b>, um das Projektmanagement "
|
||
"in Ihrer Firma einzurichten."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:85
|
||
#, python-format
|
||
msgid "Use the breadcrumbs to <b>go back to your tasks pipeline</b>."
|
||
msgstr ""
|
||
"Verwenden Sie die Breadcrumb-/Pfadnavigation, um <b>zu Ihrer Aufgaben-"
|
||
"Pipeline</b> zurückzukehren."
|
||
|
||
#. module: project
|
||
#: model:project.task.type,legend_priority:project.project_stage_0
|
||
msgid "Use the star for tasks related to gold customers"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:res.groups,name:project.group_project_user
|
||
msgid "User"
|
||
msgstr "Benutzer"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_user_email
|
||
msgid "User Email"
|
||
msgstr "Benutzer E-Mail"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"Usually, a project's team members are managed through weekly (or monthly) status meetings.<br/>\n"
|
||
" Sometimes, these meetings can last hours and expose participants to an overly detailed review of the project.<br/>\n"
|
||
" Your team members will probably try to avoid those kind of meetings, or have to rush afterwards to meet their deadlines...<br/><br/>\n"
|
||
" So how can you, as project manager, structure a weekly status meeting where team members are engaged, informed and willing to contribute to the project's next steps? Here are some tips."
|
||
msgstr ""
|
||
"Im Normalfall wird für Ihre Projektmitarbeiter ein wöchentliches (oder monatliches) Status Meeting veranstaltet.<br/>\n"
|
||
"Manchmal können diese Meetings Stunden dauern und alle Mitarbeiter über Bedarf einbinden.<br/>\n"
|
||
"Ihre Mitarbeiter werden vermutlich solche Meetings meiden, oder müssen unnötigerweise zu Ihren Folgemeetings eilen, um dort die Frist einzuhalten. ...<br/><br/>\n"
|
||
"Wie können Sie also, als Projektleiter, Ihr wöchentliches Projektmeeting so strukturieren, dass Ihre Teammitglieder engagiert, informiert und zugleich motiviert werden, um die nächsten Meilensteine Ihrer Projekte zu bewältigen? Hier folgen einige Hinweise."
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:17
|
||
#, python-format
|
||
msgid "Validation"
|
||
msgstr "Validierung"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "View statistics (time spent, efficiency, etc.)"
|
||
msgstr "Statistikanzeige (aufgewendete Zeiten, Effektivität, etc.)"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "View statistics for the week"
|
||
msgstr "Wochenauswertung anzeigen"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:201
|
||
#: selection:project.project,privacy_visibility:0
|
||
#, python-format
|
||
msgid "Visible by all employees"
|
||
msgstr "Für alle Mitarbeiter sichtbar"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:202
|
||
#: selection:project.project,privacy_visibility:0
|
||
#, python-format
|
||
msgid "Visible by following customers"
|
||
msgstr "Sichtbar für Abonnenten der Kunden"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:67
|
||
#: code:addons/project/static/src/js/web_planner_project.js:82
|
||
#, python-format
|
||
msgid "Wait. Customer"
|
||
msgstr "Erwarte Kundenfeedback"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:68
|
||
#: code:addons/project/static/src/js/web_planner_project.js:83
|
||
#, python-format
|
||
msgid "Wait. Expert"
|
||
msgstr "Erwarte Expertenfeedback"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/tour.js:13
|
||
#, python-format
|
||
msgid ""
|
||
"Want a better way to <b>manage your projects</b>? <i>It starts here.</i>"
|
||
msgstr ""
|
||
"Suchen Sie nach einer besseren Methode, um Ihre <b>Projekte zu "
|
||
"verwalten</b>? <i>Dann sind Sie hier richtig.</i>"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_email_cc
|
||
msgid "Watchers Emails"
|
||
msgstr "E-Mails des Abonnenten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "We can add fields related to your business on any screen, for example:"
|
||
msgstr ""
|
||
"Wir können die für Ihr Geschäft typischen Datenfelder in jedem angezeigten "
|
||
"Formular einfach ergänzen, z.B.:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "We can automate steps in your workflow, for example:"
|
||
msgstr "Wir können automatische Schritte in Ihren Workflow integrieren, z.B.:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"We can implement custom reports based on your Word or GoogleDocs templates, "
|
||
"for example:"
|
||
msgstr ""
|
||
"Wir können angepasste Bericht, basierend auf Ihren Word oder Google Docs "
|
||
"Dokumentenvorlagen implementieren, z.B.:"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"We hope this process helped you implement our project management "
|
||
"application."
|
||
msgstr ""
|
||
"Wir hoffen, dass dieser Prozess Ihnen hilft, die Projektmanagement "
|
||
"Applikation erfolgreich zu implementieren."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"We've developed a super simple and efficient Chrome extension to enter your "
|
||
"timesheets:<br/><br/>"
|
||
msgstr ""
|
||
"Wir haben eine super simple und effiziente Chrome Extension entwickelt, die "
|
||
"Ihnen bei der Erfassung Ihrer Projektzeiten hilft:<br/>"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Welcome"
|
||
msgstr "Willkommen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "What is the average number of working hours necessary to close a task?"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "What is the average time before a task is assigned / closed?"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"What is the difference between initial time estimation and final time spent?"
|
||
msgstr ""
|
||
"Wie ist im Durchschnitt die Differenz zwischen geplanter und tatsächlicher "
|
||
"Zeit?"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "What is the number of missed deadlines?"
|
||
msgstr "Wie hoch ist die Anzahl verpasster Fristen?"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "What is their average number of tasks worked on / closed?"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "What is their average number of working hours over the year?"
|
||
msgstr "Wie ist die durchschnittliche Arbeitszeit pro Jahr?"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,help:project.field_project_project_is_favorite
|
||
msgid "Whether this project should be displayed on the dashboard or not"
|
||
msgstr "Ob das Projekt im Dashboard angezeigt werden soll oder nicht"
|
||
|
||
#. module: project
|
||
#. openerp-web
|
||
#: code:addons/project/static/src/js/web_planner_project.js:40
|
||
#, python-format
|
||
msgid "Work has started"
|
||
msgstr "Arbeit wurde begonnen"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_project_resource_calendar_id
|
||
msgid "Working Time"
|
||
msgstr "Arbeitszeit"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Working Time to Assign"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_form2
|
||
msgid "Working Time to Close"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_working_days_open
|
||
msgid "Working days to assign"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_working_days_close
|
||
msgid "Working days to close"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_working_hours_open
|
||
msgid "Working hours to assign"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_working_hours_close
|
||
msgid "Working hours to close"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.filters,name:project.filter_task_report_workload
|
||
msgid "Workload"
|
||
msgstr "Arbeitsanfall"
|
||
|
||
#. module: project
|
||
#: model:ir.model.fields,field_description:project.field_project_task_write_date
|
||
msgid "Write Date"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
msgid ""
|
||
"You can also add a description to help your coworkers understand the meaning"
|
||
" and purpose of the stage."
|
||
msgstr ""
|
||
"Sie können auch eine Beschreibung eingeben, damit Ihre Co-Mitarbeiter den "
|
||
"Hintergrund und Zweck dieser Stufe kennenlernen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.task_type_edit
|
||
msgid ""
|
||
"You can also give a tooltip about the use of the stars available in the "
|
||
"kanban and form views."
|
||
msgstr ""
|
||
"Sie können außerdem eine Hilfestellung zur Vergabe von Sternen in Kanban und"
|
||
" Formular Ansichten hinterlegen. "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"You can even include any report in your dashboard for permanent access!"
|
||
msgstr ""
|
||
"Sie können zusätzlich jeden Bericht im Dashboard hinterlegen, um permanent "
|
||
"darauf zuzugreifen! "
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"You can learn more about Timesheets in the 'Use Timesheets' section of this "
|
||
"planner."
|
||
msgstr ""
|
||
"Sie können mehr zur Zeiterfassung in der Sektion \"Benutze Zeiterfassung\" "
|
||
"lernen."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.act_project_project_2_project_task_all
|
||
msgid ""
|
||
"You can now manage your tasks in order to get things done efficiently. Track"
|
||
" progress, discuss, attach documents, etc."
|
||
msgstr ""
|
||
"Sie können jetzt Aufgaben verwalten, um diese effizienter zu erledigen. "
|
||
"Verfolgen Sie den Fortschritt, kommunizieren Sie, fügen Sie Dateianhänge an,"
|
||
" etc."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"You can reply directly to a message from you email software; the message and"
|
||
" its attachments will be added to the Chatter."
|
||
msgstr ""
|
||
"Sie können eine Benachrichtigung direkt aus Ihrer Email Software "
|
||
"beantworten, die dabei verwendeten Anhänge werden direkt zu Ihren "
|
||
"Kurzmitteilungen hinzugefügt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "You can save your reports to easily reuse it later"
|
||
msgstr ""
|
||
"Sie können Berichte speichern, um Sie später einfach wiederzuverwenden. "
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:547
|
||
#, python-format
|
||
msgid ""
|
||
"You can't define a parent task if its project is not correctly configured. "
|
||
"The sub-task's project of the parent task's project should be this task's "
|
||
"project"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:67
|
||
#, python-format
|
||
msgid ""
|
||
"You cannot delete a project containing tasks. You can either delete all the "
|
||
"project's tasks and then delete the project or simply deactivate the "
|
||
"project."
|
||
msgstr ""
|
||
"Sie können ein Projekt mit Aufgaben nicht einfach löschen. Entweder löschen "
|
||
"Sie alle Aufgaben, dann das Projekt oder Sie deaktivieren das Projekt."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Your Activities"
|
||
msgstr "Ihre Aktivitäten"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Your Objectives"
|
||
msgstr "Ihre Ziele"
|
||
|
||
#. module: project
|
||
#: model:mail.template,subject:project.mail_template_data_module_install_project
|
||
msgid "Your Odoo Project application is up and running"
|
||
msgstr "Ihre Odoo-Projektanwendung wurde gestartet und läuft."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Your Projects"
|
||
msgstr "Ihre Projekte"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "Your Projects:"
|
||
msgstr "Ihre Projekte:"
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all
|
||
msgid "activate a sample project"
|
||
msgstr "Beispielprojekt aktivieren"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "and activate 'Log work activities on tasks'"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_project_view_form_simplified
|
||
msgid "e.g. Office Party"
|
||
msgstr "z.B. Büroparty"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "etc.."
|
||
msgstr "etc.."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.view_task_kanban
|
||
msgid "oe_kanban_text_red"
|
||
msgstr "oe_kanban_text_red"
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_project_task_merge_wizard
|
||
msgid "project.task.merge.wizard"
|
||
msgstr ""
|
||
|
||
#. module: project
|
||
#: model:ir.model,name:project.model_res_config_settings
|
||
msgid "res.config.settings"
|
||
msgstr "res.config.settings"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "send us an email"
|
||
msgstr "Senden Sie uns eine E-Mail"
|
||
|
||
#. module: project
|
||
#: code:addons/project/models/project.py:595
|
||
#, python-format
|
||
msgid "tasks"
|
||
msgstr "Aufgaben"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "to describe<br/> your experience or to suggest improvements !"
|
||
msgstr ""
|
||
"um über Ihre Erfahrungen<br/>\n"
|
||
"zu berichten oder Empfehlungen\n"
|
||
"abzugeben."
|
||
|
||
#. module: project
|
||
#: model:ir.actions.act_window,help:project.open_view_project_all
|
||
msgid "to play with."
|
||
msgstr "zum Spielen."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "using the above recommendations"
|
||
msgstr ", benutze die obigen Empfehlungen"
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid ""
|
||
"view of the HR module is the main tool to check, modify and confirm "
|
||
"Timesheets."
|
||
msgstr ""
|
||
"Ansicht aus der HR Anwendung repräsentiert das hauptsächliche Werkzeug zur "
|
||
"Prüfung, Modifikation und Bestätigung der Zeiterfassung."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "with Timesheet"
|
||
msgstr "inklusive Zeiterfassung."
|
||
|
||
#. module: project
|
||
#: model:ir.ui.view,arch_db:project.project_planner
|
||
msgid "you listed on the previous step"
|
||
msgstr "Sie im vorherigen Schritt aufgelistet haben."
|