Update .po files and .sql files for version 2.5.1-testing.1
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -16,7 +16,7 @@ Ext.onReady(function() {
|
|||||||
storeDasInsOwnerType = new Ext.data.ArrayStore({
|
storeDasInsOwnerType = new Ext.data.ArrayStore({
|
||||||
idIndex: 0,
|
idIndex: 0,
|
||||||
fields: ['id', 'value'],
|
fields: ['id', 'value'],
|
||||||
data: ['USER', _('ID_USER')], ['DEPARTMENT', _('ID_DEPARTMENT')], ['GROUP', _('ID_GROUP')], ['EVERYBODY', _('ID_ALL')]]
|
data: [['USER', _('ID_USER')], ['DEPARTMENT', _('ID_DEPARTMENT')], ['GROUP', _('ID_GROUP')], ['EVERYBODY', _('ID_ALL')]]
|
||||||
});
|
});
|
||||||
|
|
||||||
storeDasInsOwnerUID = new Ext.data.Store({
|
storeDasInsOwnerUID = new Ext.data.Store({
|
||||||
|
|||||||
Reference in New Issue
Block a user