DocSystem translations

DocSystem translations
This commit is contained in:
norahmollo
2013-05-06 19:36:45 +00:00
parent c57254f409
commit e4d66390a4
5 changed files with 27 additions and 41 deletions

View File

@@ -16,7 +16,7 @@ Ext.onReady(function() {
storeDasInsOwnerType = new Ext.data.ArrayStore({
idIndex: 0,
fields: ['id', 'value'],
data: PARTNER_FLAG?[['USER', 'Usuário'], ['DEPARTMENT', 'Departmento'], ['GROUP', 'Grupo'], ['EVERYBODY', 'Todos']]:[['USER', 'User'], ['DEPARTMENT', 'Department'], ['GROUP', 'Group'], ['EVERYBODY', 'Everybody']]
data: ['USER', _('ID_USER')], ['DEPARTMENT', _('ID_DEPARTMENT')], ['GROUP', _('ID_GROUP')], ['EVERYBODY', _('ID_ALL')]]
});
storeDasInsOwnerUID = new Ext.data.Store({