more locale strings

This commit is contained in:
j 2013-05-20 19:14:57 +00:00
parent 8a99176aba
commit 9089329cc2
4 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@ pandora.validateNewEmail = function(value, callback) {
operator: '=='
}, function(result) {
callback({
message: Ox._('E-mail address already exists'),
message: Ox._('E-Mail Address already exists'),
valid: !result.data.users.length
});
}) : callback({

View File

@ -127,7 +127,7 @@ pandora.ui.siteDialog = function(section) {
.bindEvent({
change: function(data) {
that.options({
title: Ox.getObjectById(tabs, data.selected).title
title: Ox._(Ox.getObjectById(tabs, data.selected).title)
});
pandora.UI.set({page: data.selected});
}
@ -151,7 +151,7 @@ pandora.ui.siteDialog = function(section) {
minHeight: 256,
minWidth: 688, // 16 + 256 + 16 + 384 + 16
removeOnClose: true,
title: Ox.getObjectById(tabs, section).title,
title: Ox._(Ox.getObjectById(tabs, section).title),
width: dialogWidth
})
.bindEvent({

View File

@ -95,7 +95,7 @@ pandora.ui.siteDialog = function(section) {
.bindEvent({
change: function(data) {
that.options({
title: Ox.getObjectById(tabs, data.selected).title
title: Ox._(Ox.getObjectById(tabs, data.selected).title)
});
pandora.UI.set({page: data.selected});
}
@ -119,7 +119,7 @@ pandora.ui.siteDialog = function(section) {
minHeight: 256,
minWidth: 688, // 16 + 256 + 16 + 384 + 16
removeOnClose: true,
title: Ox.getObjectById(tabs, section).title,
title: Ox._(Ox.getObjectById(tabs, section).title),
width: dialogWidth
})
.bindEvent({

View File

@ -64,7 +64,7 @@ pandora.ui.usersDialog = function() {
items: [
{id: 'all', title: Ox._('Find: All')},
{id: 'username', title: Ox._('Find: Username')},
{id: 'email', title: Ox._('Find: E-Mail-Address')}
{id: 'email', title: Ox._('Find: E-Mail Address')}
],
overlap: 'right',
type: 'image'
@ -789,7 +789,7 @@ pandora.ui.usersDialog = function() {
id: 'insert',
items: [
{id: 'username', title: Ox._('Username')},
{id: 'email', title: Ox._('E-Mail address')},
{id: 'email', title: Ox._('E-Mail Address')},
],
title: Ox._('Insert...'),
width: formWidth - 16