Added new language strings

This commit is contained in:
RainLoop Team 2015-04-26 02:01:56 +04:00
parent a11dcbed4b
commit 19f06c11d2
48 changed files with 996 additions and 649 deletions

View file

@ -708,6 +708,19 @@
});
};
/**
* @param {?Function} fCallback
* @param {string} sFolderFullNameRaw
* @param {boolean} bCheckable
*/
RemoteUserAjax.prototype.folderSetCheckable = function (fCallback, sFolderFullNameRaw, bCheckable)
{
this.defaultRequest(fCallback, 'FolderCheckable', {
'Folder': sFolderFullNameRaw,
'Checkable': bCheckable ? '1' : '0'
});
};
/**
* @param {?Function} fCallback
* @param {string} sFolder