bok, line, type, line-open-wizard, context
This commit is contained in:
parent
a9f3eb12b4
commit
ba442b726e
23 changed files with 974 additions and 8 deletions
233
locale/de.po
233
locale/de.po
|
@ -3,6 +3,18 @@ msgid ""
|
|||
msgstr "Content-Type: text/plain; charset=utf-8\n"
|
||||
|
||||
|
||||
##############
|
||||
# ir.message #
|
||||
##############
|
||||
msgctxt "model:ir.message,text:msg_type_short_unique"
|
||||
msgid "The Abbreviation must be unique."
|
||||
msgstr "Das Kürzel muß eindeutig sein."
|
||||
|
||||
msgctxt "model:ir.message,text:msg_name_cashbook"
|
||||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
|
||||
#############
|
||||
# res.group #
|
||||
#############
|
||||
|
@ -10,6 +22,14 @@ msgctxt "model:res.group,name:group_cashbook"
|
|||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "model:res.group,name:group_cashbook_checkline"
|
||||
msgid "Cashbook - WF - Check"
|
||||
msgstr "Kassenbuch - WF - Prüfen"
|
||||
|
||||
msgctxt "model:res.group,name:group_cashbook_doneline"
|
||||
msgid "Cashbook - WF - Done"
|
||||
msgstr "Kassenbuch - WF - Fertig"
|
||||
|
||||
|
||||
##############
|
||||
# ir.ui.menu #
|
||||
|
@ -18,10 +38,22 @@ msgctxt "model:ir.ui.menu,name:menu_cashbook"
|
|||
msgid "Cashbook"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_config"
|
||||
msgid "Configuration"
|
||||
msgstr "Konfiguration"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_accounttype"
|
||||
msgid "Account Type"
|
||||
msgstr "Kontotyp"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_account"
|
||||
msgid "Account"
|
||||
msgstr "Konto"
|
||||
|
||||
msgctxt "model:ir.ui.menu,name:menu_open_accountlines"
|
||||
msgid "Open Cashbook"
|
||||
msgstr "Kassenbuch öffnen"
|
||||
|
||||
|
||||
#############
|
||||
# ir.action #
|
||||
|
@ -30,6 +62,38 @@ msgctxt "model:ir.action,name:act_book_view"
|
|||
msgid "Account"
|
||||
msgstr "Konto"
|
||||
|
||||
msgctxt "model:ir.action,name:act_accounttype_view"
|
||||
msgid "Account Type"
|
||||
msgstr "Kontotyp"
|
||||
|
||||
msgctxt "model:ir.action,name:act_line_view"
|
||||
msgid "Account Line"
|
||||
msgstr "Kontozeile"
|
||||
|
||||
msgctxt "model:ir.action,name:act_line_view"
|
||||
msgid "Account Line"
|
||||
msgstr "Kontozeile"
|
||||
|
||||
msgctxt "model:ir.action,name:act_open_chart"
|
||||
msgid "Open Cashbook"
|
||||
msgstr "Kassenbuch öffnen"
|
||||
|
||||
|
||||
###################
|
||||
# ir.model.button #
|
||||
###################
|
||||
msgctxt "model:ir.model.button,string:line_wfedit_button"
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
msgctxt "model:ir.model.button,string:line_wfcheck_button"
|
||||
msgid "Check"
|
||||
msgstr "Prüfen"
|
||||
|
||||
msgctxt "model:ir.model.button,string:line_wfdone_button"
|
||||
msgid "Done"
|
||||
msgstr "Fertig"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.book #
|
||||
|
@ -41,3 +105,172 @@ msgstr "Konto"
|
|||
msgctxt "field:cashbook.book,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook.book,btype:"
|
||||
msgid "Account Type"
|
||||
msgstr "Kontotyp"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.line #
|
||||
#################
|
||||
msgctxt "model:cashbook.line,name:"
|
||||
msgid "Account Line"
|
||||
msgstr "Kontozeile"
|
||||
|
||||
msgctxt "field:cashbook.line,account:"
|
||||
msgid "Account"
|
||||
msgstr "Konto"
|
||||
|
||||
msgctxt "field:cashbook.line,date:"
|
||||
msgid "Date"
|
||||
msgstr "Datum"
|
||||
|
||||
msgctxt "field:cashbook.line,description:"
|
||||
msgid "Description"
|
||||
msgstr "Beschreibung"
|
||||
|
||||
msgctxt "field:cashbook.line,state:"
|
||||
msgid "State"
|
||||
msgstr "Status"
|
||||
|
||||
msgctxt "selection:cashbook.line,state:"
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
msgctxt "selection:cashbook.line,state:"
|
||||
msgid "Checked"
|
||||
msgstr "Geprüft"
|
||||
|
||||
msgctxt "selection:cashbook.line,state:"
|
||||
msgid "Done"
|
||||
msgstr "Fertig"
|
||||
|
||||
|
||||
#################
|
||||
# cashbook.type #
|
||||
#################
|
||||
msgctxt "model:cashbook.type,name:"
|
||||
msgid "Account Type"
|
||||
msgstr "Kontotyp"
|
||||
|
||||
msgctxt "field:cashbook.type,name:"
|
||||
msgid "Name"
|
||||
msgstr "Name"
|
||||
|
||||
msgctxt "field:cashbook.type,short:"
|
||||
msgid "Abbreviation"
|
||||
msgstr "Kürzel"
|
||||
|
||||
msgctxt "model:cashbook.type,name:atype_cash"
|
||||
msgid "Cash"
|
||||
msgstr "Bar"
|
||||
|
||||
msgctxt "model:cashbook.type,short:atype_cash"
|
||||
msgid "CAS"
|
||||
msgstr "CAS"
|
||||
|
||||
msgctxt "model:cashbook.type,name:atype_giro"
|
||||
msgid "Giro"
|
||||
msgstr "Giro"
|
||||
|
||||
msgctxt "model:cashbook.type,short:atype_giro"
|
||||
msgid "GIR"
|
||||
msgstr "GIR"
|
||||
|
||||
msgctxt "model:cashbook.type,name:atype_fixtermdep"
|
||||
msgid "Fixed-term deposit"
|
||||
msgstr "Festgeld"
|
||||
|
||||
msgctxt "model:cashbook.type,short:atype_fixtermdep"
|
||||
msgid "FIX"
|
||||
msgstr "FIX"
|
||||
|
||||
|
||||
|
||||
####################################
|
||||
# cashbook.open_accountlines.start #
|
||||
####################################
|
||||
msgctxt "model:cashbook.open_accountlines.start,name:"
|
||||
msgid "Open Cashbook"
|
||||
msgstr "Kassenbuch öffnen"
|
||||
|
||||
msgctxt "field:cashbook.open_accountlines.start,account:"
|
||||
msgid "Account"
|
||||
msgstr "Konto"
|
||||
|
||||
msgctxt "field:cashbook.open_accountlines.start,checked:"
|
||||
msgid "Checked"
|
||||
msgstr "Geprüft"
|
||||
|
||||
msgctxt "help:cashbook.open_accountlines.start,checked:"
|
||||
msgid "Show account lines in Checked-state."
|
||||
msgstr "Zeigt Kontozeilen im 'Geprüft'-Status"
|
||||
|
||||
msgctxt "field:cashbook.open_accountlines.start,done:"
|
||||
msgid "Done"
|
||||
msgstr "Fertig"
|
||||
|
||||
msgctxt "help:cashbook.open_accountlines.start,done:"
|
||||
msgid "Show account lines in Done-state."
|
||||
msgstr "Zeigt Kontozeilen im 'Fertig'-Status"
|
||||
|
||||
msgctxt "field:cashbook.open_accountlines.start,date_from:"
|
||||
msgid "Start Date"
|
||||
msgstr "Beginndatum"
|
||||
|
||||
msgctxt "field:cashbook.open_accountlines.start,date_to:"
|
||||
msgid "End Date"
|
||||
msgstr "Endedatum"
|
||||
|
||||
|
||||
##############################
|
||||
# cashbook.open_accountlines #
|
||||
##############################
|
||||
msgctxt "model:cashbook.open_accountlines,name:"
|
||||
msgid "Open Cashbook"
|
||||
msgstr "Kassenbuch öffnen"
|
||||
|
||||
msgctxt "wizard_button:cashbook.open_accountlines,start,end:"
|
||||
msgid "Cancel"
|
||||
msgstr "Abbruch"
|
||||
|
||||
msgctxt "wizard_button:cashbook.open_accountlines,start,open_:"
|
||||
msgid "Open"
|
||||
msgstr "Öffnen"
|
||||
|
||||
|
||||
#########################
|
||||
# cashbook.line.context #
|
||||
#########################
|
||||
msgctxt "model:cashbook.line.context,name:"
|
||||
msgid "Line Context"
|
||||
msgstr "Zeilenkontext"
|
||||
|
||||
msgctxt "field:cashbook.line.context,account:"
|
||||
msgid "Account"
|
||||
msgstr "Konto"
|
||||
|
||||
msgctxt "field:cashbook.line.context,checked:"
|
||||
msgid "Checked"
|
||||
msgstr "Geprüft"
|
||||
|
||||
msgctxt "help:cashbook.line.context,checked:"
|
||||
msgid "Show account lines in Checked-state."
|
||||
msgstr "Zeigt Kontozeilen im 'Geprüft'-Status"
|
||||
|
||||
msgctxt "field:cashbook.line.context,done:"
|
||||
msgid "Done"
|
||||
msgstr "Fertig"
|
||||
|
||||
msgctxt "help:cashbook.line.context,done:"
|
||||
msgid "Show account lines in Done-state."
|
||||
msgstr "Zeigt Kontozeilen im 'Fertig'-Status"
|
||||
|
||||
msgctxt "field:cashbook.line.context,date_from:"
|
||||
msgid "Start Date"
|
||||
msgstr "Beginndatum"
|
||||
|
||||
msgctxt "field:cashbook.line.context,date_to:"
|
||||
msgid "End Date"
|
||||
msgstr "Endedatum"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue