;examples:i18n: add no, se
This commit is contained in:
parent
c8706d376c
commit
da32e4f9a9
@ -6,5 +6,5 @@ account assets:cash ; type:C
|
||||
account liabilities ; type:L
|
||||
account equity ; type:E
|
||||
account equity:conversion ; type:V
|
||||
account revenues ; type:R
|
||||
account income ; type:R
|
||||
account expenses ; type:X
|
||||
|
||||
10
examples/i18n/no.journal
Normal file
10
examples/i18n/no.journal
Normal file
@ -0,0 +1,10 @@
|
||||
; Kontotyper på toppnivå. Underkontoer vil arve disse.
|
||||
; (maskinoversatt)
|
||||
account Eiendeler ; type:A
|
||||
account Eiendeler:Bank ; type:C
|
||||
account Eiendeler:Kasse ; type:C
|
||||
account Gjeld ; type:L
|
||||
account Egenkapital ; type:E
|
||||
account Egenkapital:Valutadifferanser ; type:V
|
||||
account Inntekter ; type:R
|
||||
account Kostnader ; type:X
|
||||
10
examples/i18n/se.journal
Normal file
10
examples/i18n/se.journal
Normal file
@ -0,0 +1,10 @@
|
||||
; Kontotyper på toppnivå. Underkonton kommer att ärva dessa.
|
||||
; (maskinöversatt)
|
||||
account tillgångar ; type:A
|
||||
account tillgångar:bank ; type:C
|
||||
account tillgångar:kassa ; type:C
|
||||
account skulder ; type:L
|
||||
account eget kapital ; type:E
|
||||
account eget kapital:omräkning ; type:V
|
||||
account intäkter ; type:R
|
||||
account kostnader ; type:X
|
||||
Loading…
Reference in New Issue
Block a user