mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-08-03 22:15:03 +02:00
Add dutch translation
Needs the generation of .mo in the build
This commit is contained in:
parent
6f047d4c7f
commit
739b1da2ac
7 changed files with 103 additions and 20 deletions
|
|
@ -17,7 +17,7 @@ Zarafa.plugins.passwd.settings.SettingsPasswdCategory = Ext.extend(Zarafa.settin
|
|||
config = config || {};
|
||||
|
||||
Ext.applyIf(config, {
|
||||
title : _('Change Password'),
|
||||
title : dgettext("plugin_passwd", 'Change Password'),
|
||||
categoryIndex : 9997,
|
||||
xtype : 'zarafa.settingspasswdcategory',
|
||||
items : [{
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ Zarafa.plugins.passwd.settings.SettingsPasswdWidget = Ext.extend(Zarafa.settings
|
|||
Ext.applyIf(config, {
|
||||
height : 175,
|
||||
width : 400,
|
||||
title : _('Change Password'),
|
||||
title : dgettext("plugin_passwd", 'Change Password'),
|
||||
xtype : 'zarafa.settingspasswdwidget',
|
||||
layout : {
|
||||
// override from SettingsWidget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue