config: allow setting of holidays for each user
This commit is contained in:
parent
b5994996de
commit
3c65390284
7 changed files with 110 additions and 0 deletions
16
locale/de.po
16
locale/de.po
|
@ -79,6 +79,22 @@ msgid "User in companies"
|
|||
msgstr "Benutzer im Unternehmen"
|
||||
|
||||
|
||||
##########################
|
||||
# cashbook.configuration #
|
||||
##########################
|
||||
msgctxt "view:cashbook.configuration:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "geplante Buchungen"
|
||||
|
||||
msgctxt "field:cashbook.configuration,holidays:"
|
||||
msgid "Holidays"
|
||||
msgstr "Feiertage"
|
||||
|
||||
msgctxt "help:cashbook.configuration,holidays:"
|
||||
msgid "Semicolon separate list of dates: yyyy-mm-dd = single date, mm-dd = annual repetition, easter = Easter Sunday, ascension = Ascension Day, offset with +/-n e.g.: easter+1 = Easter Monday"
|
||||
msgstr "Semikolon getrennte Liste von Datumswerten: yyyy-mm-dd = Einzeldatum, mm-dd = jährliche Wiederholung, easter = Ostersonntag, ascension = Christi Himmelfahrt, Offset mit +/-n z.B: easter+1 = Ostermontag"
|
||||
|
||||
|
||||
####################
|
||||
# cashbook.planner #
|
||||
####################
|
||||
|
|
12
locale/en.po
12
locale/en.po
|
@ -58,6 +58,18 @@ msgctxt "model:ir.rule.group,name:rg_nextrun_companies"
|
|||
msgid "User in companies"
|
||||
msgstr "User in companies"
|
||||
|
||||
msgctxt "view:cashbook.configuration:"
|
||||
msgid "Scheduled Bookings"
|
||||
msgstr "Scheduled Bookings"
|
||||
|
||||
msgctxt "field:cashbook.configuration,holidays:"
|
||||
msgid "Holidays"
|
||||
msgstr "Holidays"
|
||||
|
||||
msgctxt "help:cashbook.configuration,holidays:"
|
||||
msgid "Semicolon separate list of dates: yyyy-mm-dd = single date, mm-dd = annual repetition, easter = Easter Sunday, ascension = Ascension Day, offset with +/-n e.g.: easter+1 = Easter Monday"
|
||||
msgstr "Semicolon separate list of dates: yyyy-mm-dd = single date, mm-dd = annual repetition, easter = Easter Sunday, ascension = Ascension Day, offset with +/-n e.g.: easter+1 = Easter Monday"
|
||||
|
||||
msgctxt "model:cashbook.planner,name:"
|
||||
msgid "Scheduled Booking"
|
||||
msgstr "Scheduled Booking"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue