improve i18n for sonia.user.js

This commit is contained in:
Sebastian Sdorra
2011-04-29 17:56:26 +02:00
parent 0d9115232b
commit da0215d06a
2 changed files with 9 additions and 2 deletions

View File

@@ -218,6 +218,15 @@ if (Sonia.config.ConfigForm){
// sonia.user.js
if (Sonia.user.DefaultPanel){
Ext.apply(Sonia.user.DefaultPanel, {
title: 'Benutzer',
html: 'Es wurde kein Benutzer selektiert.'
});
}
if (Sonia.user.Grid){
Ext.override(Sonia.user.Grid, {

View File

@@ -44,9 +44,7 @@ Sonia.user.setEditPanel = function(panel){
/**
* Panels
* missing i18n
*/
Sonia.user.DefaultPanel = {
region: 'south',
title: 'User Form',