i18n the EU VAT TaxDriver screen. Fixes bug #12028.
This commit is contained in:
parent
48bbec5c6f
commit
2b15982caa
3 changed files with 19 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
- fixed #12020: Event Recurrend end date field is always active
|
||||
- fixed #11991: calendar view event formatting
|
||||
- fixed #11990: calendar event view
|
||||
- fixed #12028: i18n Account_Shop
|
||||
|
||||
7.10.7
|
||||
- rfe #10521: Use monospaced font in template edit textarea
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -183,6 +183,24 @@ after some time.|,
|
|||
context => q|Error message on adding vat number|,
|
||||
},
|
||||
|
||||
'Enter VAT numbers' => {
|
||||
message => q|Enter VAT numbers|,
|
||||
lastUpdated => 0,
|
||||
context => q|Title for the per-user vat number management screen|,
|
||||
},
|
||||
|
||||
'Approved for use' => {
|
||||
message => q|Approved for use|,
|
||||
lastUpdated => 0,
|
||||
context => q|Status flag for the VAT number.|,
|
||||
},
|
||||
|
||||
'Add another VAT number' => {
|
||||
message => q|Add another VAT number|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue