[SSE] Limit for cell watches
This commit is contained in:
		
							parent
							
								
									c5669995c6
								
							
						
					
					
						commit
						0800af0484
					
				| 
						 | 
				
			
			@ -2347,7 +2347,7 @@ define([
 | 
			
		|||
                } else if (id == Asc.c_oAscConfirm.ConfirmAddCellWatches) {
 | 
			
		||||
                    Common.UI.warning({
 | 
			
		||||
                        title: this.notcriticalErrorTitle,
 | 
			
		||||
                        msg: Common.Utils.String.format(this.confirmAddCellWatches, data),
 | 
			
		||||
                        msg: (data>Asc.c_nAscMaxAddCellWatchesCount) ? Common.Utils.String.format(this.confirmAddCellWatchesMax, Asc.c_nAscMaxAddCellWatchesCount) : Common.Utils.String.format(this.confirmAddCellWatches, data),
 | 
			
		||||
                        buttons: ['yes', 'no'],
 | 
			
		||||
                        primary: 'yes',
 | 
			
		||||
                        callback: _.bind(function(btn) {
 | 
			
		||||
| 
						 | 
				
			
			@ -3611,7 +3611,8 @@ define([
 | 
			
		|||
            errorCannotUseCommandProtectedSheet: 'You cannot use this command on a protected sheet. To use this command, unprotect the sheet.<br>You might be requested to enter a password.',
 | 
			
		||||
            textRequestMacros: 'A macro makes a request to URL. Do you want to allow the request to the %1?',
 | 
			
		||||
            textRememberMacros: 'Remember my choice for all macros',
 | 
			
		||||
            confirmAddCellWatches: 'This action will add {0} cell watches.<br>Do you want to continue?'
 | 
			
		||||
            confirmAddCellWatches: 'This action will add {0} cell watches.<br>Do you want to continue?',
 | 
			
		||||
            confirmAddCellWatchesMax: 'This action will add only {0} cell watches by memory save reason. Do you want to continue?'
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
    })(), SSE.Controllers.Main || {}))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1106,6 +1106,7 @@
 | 
			
		|||
  "SSE.Controllers.Main.warnNoLicenseUsers": "You've reached the user limit for %1 editors. Contact %1 sales team for personal upgrade terms.",
 | 
			
		||||
  "SSE.Controllers.Main.warnProcessRightsChange": "You have been denied the right to edit the file.",
 | 
			
		||||
  "SSE.Controllers.Main.confirmAddCellWatches": "This action will add {0} cell watches.<br>Do you want to continue?",
 | 
			
		||||
  "SSE.Controllers.Main.confirmAddCellWatchesMax": "This action will add only {0} cell watches by memory save reason. Do you want to continue?",
 | 
			
		||||
  "SSE.Controllers.Print.strAllSheets": "All Sheets",
 | 
			
		||||
  "SSE.Controllers.Print.textFirstCol": "First column",
 | 
			
		||||
  "SSE.Controllers.Print.textFirstRow": "First row",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue