odoo/addons/hr_timesheet_sheet/i18n/de.po

853 lines
31 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_timesheet_sheet
#
# Translators:
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Odoo 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-21 14:07+0000\n"
"PO-Revision-Date: 2015-07-17 07:23+0000\n"
"Last-Translator: Martin Trigaux\n"
"Language-Team: German (http://www.transifex.com/odoo/odoo-8/language/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: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,state:0
msgid ""
" * The 'Draft' status is used when a user is encoding a new and unconfirmed timesheet. \n"
"* The 'Confirmed' status is used for to confirm the timesheet by user. \n"
"* The 'Done' status is used when users timesheet is accepted by his/her senior."
msgstr " * Der \"Entwurf\"-Status wird verwendet, wenn ein Benutzer einen neuen und noch nicht bestätigten Stundenzettel anlegen möchte.\n* Die \"Bestätigt\"-Status wird eigetragen, wenn Benutzer Ihre Stundenzettel bestätigen.\n* Die \"Fertig\" Status wird verwendet, wenn Stundenzettel durch dessen Vorgesetzten genehmigt wurden."
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,nbr:0
msgid "# Nbr Timesheet"
msgstr "# Anzahl Stundenzettel"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_attendance:0
msgid "# Total Attendance"
msgstr "# Gesamte Arbeitszeit"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_diff:0
msgid "# Total Diff"
msgstr "# Gesamtabweichung"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,total_timesheet:0
msgid "# Total Timesheet"
msgstr "# Gesamte Zeiterfassung"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,help:hr_timesheet_sheet.act_hr_timesheet_sheet_form
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" New timesheet to approve.\n"
" </p><p>\n"
" You must record timesheets every day and confirm at the end\n"
" of the week. Once the timesheet is confirmed, it should be\n"
" validated by a manager.\n"
" </p><p>\n"
" Timesheets can also be invoiced to customers, depending on the\n"
" configuration of each project's related contract.\n"
" </p>\n"
" "
msgstr "<p class=\"oe_view_nocontent_create\">\n Neuer zu genehmigender Stundenzettel\n </p><p>\n Zeichnen Sie jeden Tag Stundenzettel auf. Sobald diese bestätigt werden, \n sollten sie wöchentlich zusammengefasst werden und dann abschließend\n durch einen Vorgesetzten bestätigt werden.\n </p><p>\n Stundenzettel können auch gegenüber dem Kunden abgerechnet werden, z.B. \n in Abhängigkeit vom korrespondierenden Vertrag für dieses Projekt.\n </p>\n "
#. module: hr_timesheet_sheet
#: selection:hr_timesheet_sheet.sheet,state_attendance:0
msgid "Absent"
msgstr "Abwesend"
#. module: hr_timesheet_sheet
#. openerp-web
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:33
#, python-format
msgid "Add"
msgstr "Hinzufügen"
#. module: hr_timesheet_sheet
#. openerp-web
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:39
#, python-format
msgid "Add a Line"
msgstr "EIntrag hinzufügen"
#. module: hr_timesheet_sheet
#: field:hr.config.settings,timesheet_max_difference:0
msgid ""
"Allow a difference of time between timesheets and attendances of (in hours)"
msgstr "Abweichungen zwischen Zeiterfassung und Anwesenheitszeiten zulassen (in Stunden)"
#. module: hr_timesheet_sheet
#: help:hr.config.settings,timesheet_max_difference:0
#: help:res.company,timesheet_max_difference:0
msgid ""
"Allowed difference in hours between the sign in/out and the timesheet "
"computation for one sheet. Set this to 0 if you do not want any control."
msgstr "Erlaubte Abweichung in Stunden bei der Arbeitszeit für eine Zeitabrechnung."
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_account_analytic_account
msgid "Analytic Account"
msgstr "Analytisches Konto"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_account_analytic_line
msgid "Analytic Line"
msgstr "Analytische Buchung"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,account_ids:0
msgid "Analytic accounts"
msgstr "Analytische Konten"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Approve"
msgstr "Genehmige"
#. module: hr_timesheet_sheet
#: selection:hr_timesheet_sheet.sheet,state:0
msgid "Approved"
msgstr "Genehmigt"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet.day,total_attendance:0
#: model:ir.model,name:hr_timesheet_sheet.model_hr_attendance
msgid "Attendance"
msgstr "Anwesenheit"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: field:hr_timesheet_sheet.sheet,attendance_count:0
#: field:hr_timesheet_sheet.sheet,attendances_ids:0
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_sheet_2_hr_attendance
msgid "Attendances"
msgstr "Anwesenheitszeiten"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.current.open:hr_timesheet_sheet.view_hr_timesheet_current_open
msgid "Cancel"
msgstr "Abbrechen"
#. module: hr_timesheet_sheet
#. openerp-web
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:56
#, python-format
msgid "Click to add projects, contracts or analytic accounts."
msgstr "Klicken Sie zur Erstellung von Projekten, Verträgen oder Kostenstellen"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_res_company
msgid "Companies"
msgstr "Unternehmen"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,company_id:0
msgid "Company"
msgstr "Unternehmen"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:75
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:91
#, python-format
msgid "Configuration Error!"
msgstr "Konfigurationsfehler!"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: selection:hr.timesheet.report,state:0
msgid "Confirmed"
msgstr "Bestätigt"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Confirmed Timesheets"
msgstr "Bestätigte Zeiterfassungen"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.current.open,create_uid:0
#: field:hr_timesheet_sheet.sheet,create_uid:0
msgid "Created by"
msgstr "Erstellt von"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.current.open,create_date:0
#: field:hr_timesheet_sheet.sheet,create_date:0
msgid "Created on"
msgstr "Erstellt am"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,state_attendance:0
msgid "Current Status"
msgstr "Aktueller Status"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet.day,name:0
msgid "Date"
msgstr "Datum"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,date_from:0
#: field:hr_timesheet_sheet.sheet,date_from:0
msgid "Date from"
msgstr "Von"
#. module: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,message_last_post:0
msgid "Date of the last message posted on the record."
msgstr "Datum der zuletzt gesendeten Nachricht"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.report,date_to:0
#: field:hr_timesheet_sheet.sheet,date_to:0
msgid "Date to"
msgstr "Datum bis"
#. module: hr_timesheet_sheet
#: selection:hr.config.settings,timesheet_range:0
#: selection:res.company,timesheet_range:0
msgid "Day"
msgstr "Tag"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: field:hr.timesheet.report,department_id:0
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
#: field:hr_timesheet_sheet.sheet,department_id:0
msgid "Department"
msgstr "Abteilung"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Details"
msgstr "Details"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,total_difference:0
#: field:hr_timesheet_sheet.sheet.day,total_difference:0
msgid "Difference"
msgstr "Differenz"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Differences"
msgstr "Differenzen"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: selection:hr.timesheet.report,state:0
msgid "Done"
msgstr "Erledigt"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: selection:hr.timesheet.report,state:0
msgid "Draft"
msgstr "Entwurf"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,employee_id:0
#: model:ir.model,name:hr_timesheet_sheet.model_hr_employee
msgid "Employee"
msgstr "Mitarbeiter"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Employees"
msgstr "Mitarbeiter"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:100
#, python-format
msgid "Error ! Sign in (resp. Sign out) must follow Sign out (resp. Sign in)"
msgstr "Fehler ! Anmelden (bzw. Abmelden) muss immer Abmelden folgen (bzw. Anmelden)"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:66
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:71
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:73
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522
#: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38
#, python-format
msgid "Error!"
msgstr "Fehler!"
#. module: hr_timesheet_sheet
#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_external_timesheets
msgid "External Timesheet"
msgstr "Externe Zeiterfassung"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_follower_ids:0
msgid "Followers"
msgstr "Followers"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Group By"
msgstr "Gruppierung"
#. module: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,message_summary:0
msgid ""
"Holds the Chatter summary (number of messages, ...). This summary is "
"directly in html format in order to be inserted in kanban views."
msgstr "Hier finden Sie die Nachrichtenübersicht (Anzahl Nachrichten etc., ...) im html Format, um über dieses Format dann später in einer Kanban Ansicht weiterzuarbeiten."
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Hours"
msgstr "Stunden"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.current.open,id:0 field:hr_timesheet_sheet.sheet,id:0
#: field:hr_timesheet_sheet.sheet.account,id:0
#: field:hr_timesheet_sheet.sheet.day,id:0
msgid "ID"
msgstr "ID"
#. module: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,message_unread:0
msgid "If checked new messages require your attention."
msgstr "Wenn aktiviert, erfordern neue Nachrichten Ihr Handeln"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "In Draft"
msgstr "In Entwurf"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:75
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:91
#, python-format
msgid ""
"In order to create a timesheet for this employee, you must assign an "
"analytic journal to the employee, like 'Timesheet Journal'."
msgstr "Um einen Stundenzettel für diesen Mitarbeiter zu erstellen, müssen Sie diesem eine Kostenstelle zuweisen, vergleichbar mit dem Beispiel für das \"Timesheet Journal\"."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:71
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:85
#, python-format
msgid ""
"In order to create a timesheet for this employee, you must link him/her to a"
" user."
msgstr "Um für diesen Mitarbeiter die Zeiterfassung zu ermöglichen, muß er mit einem Benutzer verbunden sein."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:73
#, python-format
msgid ""
"In order to create a timesheet for this employee, you must link the employee"
" to a product, like 'Consultant'."
msgstr "Um eine Zeiterfassung für diesen Mitarbeiter anzulegen, muss im Datensatz des Mitarbeiters ein Produkt, wie z.B. 'Consultant', festgelegt werden."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:89
#, python-format
msgid ""
"In order to create a timesheet for this employee, you must link the employee"
" to a product."
msgstr "Um eine Zeiterfassung für diesen Mitarbeiter anzulegen, muss dem Mitarbeiter ein Produkt zugewiesen werden."
#. module: hr_timesheet_sheet
#: model:ir.filters,name:hr_timesheet_sheet.filter_hr_timesheet_report_internal_timesheets
msgid "Internal Timesheet"
msgstr "Interne Zeiterfassung"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258
#, python-format
msgid "Invalid Action!"
msgstr "Ungültige Aktion!"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet.account,invoice_rate:0
msgid "Invoice rate"
msgstr "Quote Abrechnung"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_is_follower:0
msgid "Is a Follower"
msgstr "Ist bereits Follower"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.current.open:hr_timesheet_sheet.view_hr_timesheet_current_open
msgid "It will open your current timesheet"
msgstr "Aktuelle Zeiterfassung wird geöffnet"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_last_post:0
msgid "Last Message Date"
msgstr "Datum der aktuellsten Nachricht"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.current.open,write_uid:0
#: field:hr_timesheet_sheet.sheet,write_uid:0
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert durch"
#. module: hr_timesheet_sheet
#: field:hr.timesheet.current.open,write_date:0
#: field:hr_timesheet_sheet.sheet,write_date:0
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_ids:0
msgid "Messages"
msgstr "Nachrichten"
#. module: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,message_ids:0
msgid "Messages and communication history"
msgstr "Nachrichten und Kommunikations-Historie"
#. module: hr_timesheet_sheet
#: selection:hr.config.settings,timesheet_range:0
#: selection:res.company,timesheet_range:0
msgid "Month"
msgstr "Monat"
#. module: hr_timesheet_sheet
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_sheet_form_my_current
msgid "My Current Timesheet"
msgstr "Meine Zeiterfassung"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.current.open:hr_timesheet_sheet.view_hr_timesheet_current_open
#: model:ir.actions.act_window,name:hr_timesheet_sheet.action_hr_timesheet_current_open
#: model:ir.actions.server,name:hr_timesheet_sheet.ir_actions_server_timsheet_sheet
msgid "My Timesheet"
msgstr "Meine Zeiterfassung"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,help:hr_timesheet_sheet.action_hr_timesheet_current_open
msgid ""
"My Timesheet opens your timesheet so that you can book your activities into "
"the system. From the same form, you can register your attendances (Sign "
"In/Out) and describe the working hours made on the different projects. At "
"the end of the period defined in the company, the timesheet is confirmed by "
"the user and can be validated by his manager. If required, as defined on the"
" project, you can generate the invoices based on the timesheet."
msgstr "Meine Zeiterfassung öffnet Ihr eigenes Zeiterfassungsformular zur Erfassung Ihrer Aufgaben und Arbeitszeiten. Über dasselbe Formular können Sie auch die Ein- und Ausschreibung am Arbeitsplatz vornehmen oder Zeiten für spezifische Projekte oder analytische Konten erfassen (z.B. Kostenstellen). Zum Ende der durch das Unternehmen vorgegebenen Zeitperiode, wird das Formular durch den Benutzer bestätigt und durch den Vorgesetzten geprüft und genehmigt. Zusätzlich kann, wenn erforderlich, auch noch eine Abrechnung von projektbezogenen Zeiten an Kunden vorgenommen werden."
#. module: hr_timesheet_sheet
#: selection:hr.timesheet.report,state:0
#: selection:hr_timesheet_sheet.sheet,state:0
msgid "New"
msgstr "Neu"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,name:0
msgid "Note"
msgstr "Notiz"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.current.open:hr_timesheet_sheet.view_hr_timesheet_current_open
#: selection:hr_timesheet_sheet.sheet,state:0
msgid "Open"
msgstr "Öffnen"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:50
#, python-format
msgid "Open Timesheet"
msgstr "Zeiterfassung"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: field:hr_timesheet_sheet.sheet,period_ids:0
#: view:hr_timesheet_sheet.sheet.day:hr_timesheet_sheet.hr_timesheet_day_tree
msgid "Period"
msgstr "Periode"
#. module: hr_timesheet_sheet
#: help:hr.config.settings,timesheet_range:0
#: help:res.company,timesheet_range:0
msgid "Periodicity on which you validate your timesheets."
msgstr "Intervall in dem Sie Ihre Zeiterfassung validieren müssen"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/wizard/hr_timesheet_current.py:38
#, python-format
msgid "Please create an employee and associate it with this user."
msgstr "Bitte legen Sie einen Mitarbeiter an und weisen Sie ihm einen Benutzer zu."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131
#, python-format
msgid ""
"Please verify that the total difference of the sheet is lower than %.2f."
msgstr "Bitte stellen Sie sicher, das die vollständige Differenz zwischen den Zeiterfassungen weniger als %.2f."
#. module: hr_timesheet_sheet
#: selection:hr_timesheet_sheet.sheet,state_attendance:0
msgid "Present"
msgstr "Anwesend"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet.account,name:0
msgid "Project / Analytic Account"
msgstr "Projekt / Analyse Konto"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Refuse"
msgstr "Zurücksetzen"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet.account:hr_timesheet_sheet.hr_timesheet_account_filter
msgid "Search Account"
msgstr "Suche Konto"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Search Timesheet"
msgstr "Suche Zeiterfassung"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Set to Draft"
msgstr "Setze auf Entwurf"
#. module: hr_timesheet_sheet
#: field:hr.analytic.timesheet,sheet_id:0 field:hr.attendance,sheet_id:0
#: field:hr_timesheet_sheet.sheet.account,sheet_id:0
#: field:hr_timesheet_sheet.sheet.day,sheet_id:0
msgid "Sheet"
msgstr "Tabelle"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Sign In"
msgstr "Sign In"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Sign Out"
msgstr "Sign Out"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: field:hr.timesheet.report,state:0 field:hr_timesheet_sheet.sheet,state:0
msgid "Status"
msgstr "Status"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Submit to Manager"
msgstr "Dem Manager vorlegen"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: field:hr_timesheet_sheet.sheet,message_summary:0
msgid "Summary"
msgstr "Zusammenfassung"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:62
#, python-format
msgid ""
"The timesheet cannot be validated as it does not contain an equal number of "
"sign ins and sign outs."
msgstr "Die Zeiterfassung kann ich bestätigt werden, da die Anzahl der An- und Abmeldungen nicht übereinstimmt."
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_report
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_sheet
msgid "Timesheet"
msgstr "Zeiterfassung"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: field:hr_timesheet_sheet.sheet,timesheet_activity_count:0
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_sheet_2_hr_analytic_timesheet
msgid "Timesheet Activities"
msgstr "Zeiterfassungsaktivitäten"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_analytic_timesheet
msgid "Timesheet Line"
msgstr "Zeiterfassung Positionen"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "Timesheet Period"
msgstr "Zeiterfassungsperiode"
#. module: hr_timesheet_sheet
#: field:res.company,timesheet_max_difference:0
msgid "Timesheet allowed difference(Hours)"
msgstr "Erlaubte Abweichung in Stunden"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_sheet_by_account
msgid "Timesheet by Account"
msgstr "Zeiterfassung nach Konto"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet.account:hr_timesheet_sheet.hr_timesheet_account_form
#: view:hr_timesheet_sheet.sheet.account:hr_timesheet_sheet.hr_timesheet_account_tree
msgid "Timesheet by Accounts"
msgstr "Zeiterfassung nach Konten"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_sheet_by_day
msgid "Timesheet by Day"
msgstr "Zeiterfassung nach Tagen"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,timesheet_ids:0
msgid "Timesheet lines"
msgstr "Zeiterfassung Positionen"
#. module: hr_timesheet_sheet
#: field:res.company,timesheet_range:0
msgid "Timesheet range"
msgstr "Zeiterfassung Zeitraum"
#. module: hr_timesheet_sheet
#: view:hr.employee:hr_timesheet_sheet.hr_timesheet_sheet_employee_extd_form
#: field:hr.employee,timesheet_count:0
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_tree_simplified
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_employee_2_hr_timesheet
#: view:res.company:hr_timesheet_sheet.hr_timesheet_sheet_company
msgid "Timesheets"
msgstr "Zeiterfassung"
#. module: hr_timesheet_sheet
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_sheet_account
#: model:ir.model,name:hr_timesheet_sheet.model_hr_timesheet_sheet_sheet_day
msgid "Timesheets by Period"
msgstr "Zeiterfassung nach Perioden"
#. module: hr_timesheet_sheet
#: model:ir.actions.act_window,name:hr_timesheet_sheet.act_hr_timesheet_sheet_form
#: model:ir.ui.menu,name:hr_timesheet_sheet.menu_act_hr_timesheet_sheet_form
msgid "Timesheets to Validate"
msgstr "Zu bestätigende Zeiterfassungen"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "To Approve"
msgstr "Zu Genehmigen"
#. module: hr_timesheet_sheet
#. openerp-web
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:15
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:40
#: view:hr_timesheet_sheet.sheet.account:hr_timesheet_sheet.hr_timesheet_account_form
#: view:hr_timesheet_sheet.sheet.account:hr_timesheet_sheet.hr_timesheet_account_tree
#, python-format
msgid "Total"
msgstr "Betrag gesammt"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,total_attendance:0
msgid "Total Attendance"
msgstr "Gesamte Anwesenheit"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet.day:hr_timesheet_sheet.hr_timesheet_day_tree
msgid "Total Attendances"
msgstr "Gesamte Anwesenheit"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet.day:hr_timesheet_sheet.hr_timesheet_day_tree
msgid "Total Difference"
msgstr "Differenz"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet.account,total:0
msgid "Total Time"
msgstr "Gesamtzeit"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,total_timesheet:0
#: view:hr_timesheet_sheet.sheet.day:hr_timesheet_sheet.hr_timesheet_day_tree
#: field:hr_timesheet_sheet.sheet.day,total_timesheet:0
msgid "Total Timesheet"
msgstr "Gesamte Projektzeit"
#. module: hr_timesheet_sheet
#: view:hr.timesheet.report:hr_timesheet_sheet.view_timesheet_report_search
#: field:hr.timesheet.report,to_invoice:0
msgid "Type of Invoicing"
msgstr "Abrechnungstyp"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,message_unread:0
msgid "Unread Messages"
msgstr "Ungelesene Nachrichten"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.view_hr_timesheet_sheet_filter
msgid "Unvalidated Timesheets"
msgstr "Zeiterfassung (nicht akzeptiert)"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,user_id:0
msgid "User"
msgstr "Benutzer"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515
#, python-format
msgid "User Error!"
msgstr "Benutzerfehler!"
#. module: hr_timesheet_sheet
#: field:hr.config.settings,timesheet_range:0
msgid "Validate timesheets every"
msgstr "Zeiterfassung bestätigen alle"
#. module: hr_timesheet_sheet
#: selection:hr_timesheet_sheet.sheet,state:0
msgid "Waiting Approval"
msgstr "Erwarte Genehmigung"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:100
#, python-format
msgid "Warning !"
msgstr "Warnung"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:131
#, python-format
msgid "Warning!"
msgstr "Warnung !"
#. module: hr_timesheet_sheet
#: field:hr_timesheet_sheet.sheet,website_message_ids:0
msgid "Website Messages"
msgstr "Website Nachrichten"
#. module: hr_timesheet_sheet
#: help:hr_timesheet_sheet.sheet,website_message_ids:0
msgid "Website communication history"
msgstr "Website Kommunikationshistorie"
#. module: hr_timesheet_sheet
#: selection:hr.config.settings,timesheet_range:0
#: selection:res.company,timesheet_range:0
msgid "Week"
msgstr "Woche"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:248
#, python-format
msgid "Week "
msgstr "Woche "
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:496
#, python-format
msgid ""
"You can not enter an attendance date outside the current timesheet dates."
msgstr "Sie können keine Anwesenheitszeiten erfassen, die außerhalb des festgelegten Datums des Zeiterfassungsformulars liegen."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:494
#, python-format
msgid ""
"You can not enter an attendance in a submitted timesheet. Ask your manager "
"to reset it before adding attendance."
msgstr "Sie können keine Anwesenheitszeiten in einem Zeiterfassungsformular erfassen, das bereits zur Genehmigung vorgelegt wurde. Bitte sprechen Sie mit Ihrem Vorgesetzten."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:258
#, python-format
msgid "You cannot delete a timesheet which have attendance entries."
msgstr "Sie können keine Zeiterfassung löschen, die Anwesenheitseinträge enthält."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:256
#, python-format
msgid "You cannot delete a timesheet which is already confirmed."
msgstr "Sie können keine Zeiterfassung löschen, die bereits bestätigt wurde."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:66
#, python-format
msgid "You cannot duplicate a timesheet."
msgstr "Sie können keine Zeiterfassung duplizieren."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:515
#, python-format
msgid ""
"You cannot enter an attendance date outside the current timesheet dates."
msgstr "Sie können keine Anwesenheitszeiten ausserhalb des festgelegten Zeitraums der aktuellen Zeiterfassung erfassen."
#. module: hr_timesheet_sheet
#: constraint:hr_timesheet_sheet.sheet:0
msgid ""
"You cannot have 2 timesheets that overlap!\n"
"Please use the menu 'My Current Timesheet' to avoid this problem."
msgstr "Bei meinen aktuellen Stundenzetteln können sich 2 Teilnehmer überschneiden. Bitte benutzen Sie das Menü\n\"Meine Zeiterfassung\", um dieses Problem zu lösen."
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:87
#, python-format
msgid ""
"You cannot have 2 timesheets that overlap!\n"
"You should use the menu 'My Timesheet' to avoid this problem."
msgstr "Sie können keine 2 Zeiterfassungen anlegen, deren Zeiträume sich überschneiden!\nSie sollten das Menu 'Meine Zeiterfassung' benutzen, um dieses Problem zu vermeiden."
#. module: hr_timesheet_sheet
#: constraint:hr.analytic.timesheet:0
msgid "You cannot modify an entry in a Confirmed/Done timesheet !"
msgstr "Sie können keine Änderungen für einen bereits erledigten / bestätigten Stundenzettel übernehmen"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:522
#, python-format
msgid "You cannot modify an entry in a confirmed timesheet"
msgstr "Sie können keinen Eintrag in einer bestätigten Zeiterfassung ändern"
#. module: hr_timesheet_sheet
#: code:addons/hr_timesheet_sheet/hr_timesheet_sheet.py:381
#, python-format
msgid "You cannot modify an entry in a confirmed timesheet."
msgstr "Sie können keinen Eintrag einer validierten Zeiterfassung bearbeiten."
#. module: hr_timesheet_sheet
#. openerp-web
#: code:addons/hr_timesheet_sheet/static/src/xml/timesheet.xml:58
#, python-format
msgid ""
"You will be able to register your working hours and\n"
" activities."
msgstr "Sie können sämtliche Arbeitszeiten und Aktivitäten eingeben."
#. module: hr_timesheet_sheet
#: view:hr.timesheet.current.open:hr_timesheet_sheet.view_hr_timesheet_current_open
msgid "or"
msgstr "oder"
#. module: hr_timesheet_sheet
#: view:hr_timesheet_sheet.sheet:hr_timesheet_sheet.hr_timesheet_sheet_form
msgid "to"
msgstr "An"