Implemented issue #1623 - Translation for form widget in Dutch.
This commit is contained in:
parent
17e107aa0a
commit
70565938ba
1 changed files with 9 additions and 0 deletions
|
@ -124,6 +124,15 @@ $(function() {
|
||||||
'Attachments': 'Pièces jointes',
|
'Attachments': 'Pièces jointes',
|
||||||
'Your Message...': 'Votre message...',
|
'Your Message...': 'Votre message...',
|
||||||
},
|
},
|
||||||
|
'nl': {
|
||||||
|
'Name': 'Naam',
|
||||||
|
'Your Name': 'Uw naam',
|
||||||
|
'Email': 'Email adres',
|
||||||
|
'Your Email': 'Uw Email adres',
|
||||||
|
'Message': 'Bericht',
|
||||||
|
'Attachments': 'Bijlage',
|
||||||
|
'Your Message...': 'Uw bericht.......',
|
||||||
|
},
|
||||||
'zh-cn': {
|
'zh-cn': {
|
||||||
'Name': '联系人',
|
'Name': '联系人',
|
||||||
'Your Name': '您的尊姓大名',
|
'Your Name': '您的尊姓大名',
|
||||||
|
|
Loading…
Reference in a new issue