Added Translation for 'Close' Button
这个提交包含在:
		
							父节点
							
								
									27aad9c374
								
							
						
					
					
						当前提交
						ff1a65d831
					
				
					共有  11 个文件被更改,包括 29 次插入 和 29 次删除
				
			
		|  | @ -336,7 +336,7 @@ $(function () { | ||||||
|                 nl2br: false, |                 nl2br: false, | ||||||
|                 message: 'You need to make a query before you search!', |                 message: 'You need to make a query before you search!', | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  | @ -457,7 +457,7 @@ $(function () { | ||||||
|                     nl2br: false, |                     nl2br: false, | ||||||
|                     message: html, |                     message: html, | ||||||
|                     buttons: [{ |                     buttons: [{ | ||||||
|                         label: 'Close', |                         label: lang_admin_close, | ||||||
|                         action: function(dialogItself) { |                         action: function(dialogItself) { | ||||||
|                             dialogItself.close(); |                             dialogItself.close(); | ||||||
|                         } |                         } | ||||||
|  | @ -516,7 +516,7 @@ $(function () { | ||||||
|                 nl2br: false, |                 nl2br: false, | ||||||
|                 message: 'You need to make a query before you search!', |                 message: 'You need to make a query before you search!', | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  | @ -2165,7 +2165,7 @@ $(document).ready(function(){ | ||||||
|                                $('[data-toggle="tooltip"]').tooltip(); |                                $('[data-toggle="tooltip"]').tooltip(); | ||||||
|                             }, |                             }, | ||||||
|                             buttons: [{ |                             buttons: [{ | ||||||
|                                 label: 'Close', |                                 label: lang_admin_close, | ||||||
|                                 action: function (dialogItself) { |                                 action: function (dialogItself) { | ||||||
|                                     dialogItself.close(); |                                     dialogItself.close(); | ||||||
|                                 } |                                 } | ||||||
|  | @ -2231,7 +2231,7 @@ $(document).ready(function(){ | ||||||
|                                $('[data-toggle="tooltip"]').tooltip(); |                                $('[data-toggle="tooltip"]').tooltip(); | ||||||
|                             }, |                             }, | ||||||
|                             buttons: [{ |                             buttons: [{ | ||||||
|                                 label: 'Close', |                                 label: lang_admin_close, | ||||||
|                                 action: function (dialogItself) { |                                 action: function (dialogItself) { | ||||||
|                                     dialogItself.close(); |                                     dialogItself.close(); | ||||||
|                                 } |                                 } | ||||||
|  | @ -2363,7 +2363,7 @@ function viewQsl(picture, callsign) { | ||||||
|                 size: BootstrapDialog.SIZE_WIDE, |                 size: BootstrapDialog.SIZE_WIDE, | ||||||
|                 message: $textAndPic, |                 message: $textAndPic, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogRef){ |                     action: function(dialogRef){ | ||||||
|                         dialogRef.close(); |                         dialogRef.close(); | ||||||
|                     } |                     } | ||||||
|  | @ -2425,7 +2425,7 @@ function viewEqsl(picture, callsign) { | ||||||
|                 size: BootstrapDialog.SIZE_WIDE, |                 size: BootstrapDialog.SIZE_WIDE, | ||||||
|                 message: $textAndPic, |                 message: $textAndPic, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogRef){ |                     action: function(dialogRef){ | ||||||
|                         dialogRef.close(); |                         dialogRef.close(); | ||||||
|                     } |                     } | ||||||
|  | @ -2490,7 +2490,7 @@ function viewEqsl(picture, callsign) { | ||||||
|                         }); |                         }); | ||||||
|                     }, |                     }, | ||||||
|                     buttons: [{ |                     buttons: [{ | ||||||
|                         label: 'Close', |                         label: lang_admin_close, | ||||||
|                         action: function (dialogItself) { |                         action: function (dialogItself) { | ||||||
|                             dialogItself.close(); |                             dialogItself.close(); | ||||||
|                         } |                         } | ||||||
|  | @ -2535,7 +2535,7 @@ function viewEqsl(picture, callsign) { | ||||||
| 				    }); | 				    }); | ||||||
| 			    }, | 			    }, | ||||||
| 			    buttons: [{ | 			    buttons: [{ | ||||||
| 			    label: 'Close', | 			    label: lang_admin_close, | ||||||
| 				    action: function (dialogItself) { | 				    action: function (dialogItself) { | ||||||
| 					    dialogItself.close(); | 					    dialogItself.close(); | ||||||
| 				    } | 				    } | ||||||
|  | @ -2657,7 +2657,7 @@ function viewEqsl(picture, callsign) { | ||||||
| 					nl2br: false, | 					nl2br: false, | ||||||
| 					message: html, | 					message: html, | ||||||
| 					buttons: [{ | 					buttons: [{ | ||||||
| 						label: 'Close', | 						label: lang_admin_close, | ||||||
| 						action: function (dialogItself) { | 						action: function (dialogItself) { | ||||||
| 							dialogItself.close(); | 							dialogItself.close(); | ||||||
| 						} | 						} | ||||||
|  | @ -2802,7 +2802,7 @@ function viewEqsl(picture, callsign) { | ||||||
|                        $('[data-toggle="tooltip"]').tooltip(); |                        $('[data-toggle="tooltip"]').tooltip(); | ||||||
|                     }, |                     }, | ||||||
|                     buttons: [{ |                     buttons: [{ | ||||||
|                         label: 'Close', |                         label: lang_admin_close, | ||||||
|                         action: function (dialogItself) { |                         action: function (dialogItself) { | ||||||
|                             dialogItself.close(); |                             dialogItself.close(); | ||||||
|                         } |                         } | ||||||
|  | @ -2879,7 +2879,7 @@ function viewEqsl(picture, callsign) { | ||||||
| 					nl2br: false, | 					nl2br: false, | ||||||
| 					message: html, | 					message: html, | ||||||
| 					buttons: [{ | 					buttons: [{ | ||||||
| 						label: 'Close', | 						label: lang_admin_close, | ||||||
| 						action: function (dialogItself) { | 						action: function (dialogItself) { | ||||||
| 							dialogItself.close(); | 							dialogItself.close(); | ||||||
| 						} | 						} | ||||||
|  |  | ||||||
|  | @ -321,7 +321,7 @@ function spawnQrbCalculator(locator1, locator2) { | ||||||
|                     } |                     } | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  | @ -346,7 +346,7 @@ function spawnActivatorsMap(call, count, grids) { | ||||||
| 					showActivatorsMap(call, count, grids); | 					showActivatorsMap(call, count, grids); | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  | @ -430,7 +430,7 @@ function spawnLookupModal(searchphrase, searchtype) { | ||||||
|                     } |                     } | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  | @ -534,7 +534,7 @@ function displayQsl(id) { | ||||||
| 
 | 
 | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  |  | ||||||
|  | @ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) { | ||||||
|                     } |                     } | ||||||
|                     }, |                     }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  | @ -150,7 +150,7 @@ function spawnGridsquareModal(loc_4char) { | ||||||
|                     } |                     } | ||||||
|                     }, |                     }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  | @ -127,7 +127,7 @@ function spawnGridsquareModal(loc_4char) { | ||||||
|                     } |                     } | ||||||
|                     }, |                     }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  | @ -128,7 +128,7 @@ function spawnGridsquareModal(loc_4char) { | ||||||
|                     } |                     } | ||||||
|                     }, |                     }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function(dialogItself) { |                     action: function(dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ function printat(stationid) { | ||||||
| 				onshown: function(dialog) { | 				onshown: function(dialog) { | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  |  | ||||||
|  | @ -534,7 +534,7 @@ $(document).ready(function () { | ||||||
| 						} | 						} | ||||||
| 					}, | 					}, | ||||||
| 					{ | 					{ | ||||||
| 						label: 'Close', | 						label: lang_admin_close, | ||||||
| 						cssClass: 'btn-sm', | 						cssClass: 'btn-sm', | ||||||
| 						id: 'closeButton', | 						id: 'closeButton', | ||||||
| 						action: function (dialogItself) { | 						action: function (dialogItself) { | ||||||
|  | @ -579,7 +579,7 @@ $(document).ready(function () { | ||||||
| 
 | 
 | ||||||
| 					}, | 					}, | ||||||
| 					buttons: [{ | 					buttons: [{ | ||||||
| 						label: 'Close', | 						label: lang_admin_close, | ||||||
| 						action: function (dialogItself) { | 						action: function (dialogItself) { | ||||||
| 							$('#qslSlideshow').prop("disabled", false); | 							$('#qslSlideshow').prop("disabled", false); | ||||||
| 							dialogItself.close(); | 							dialogItself.close(); | ||||||
|  | @ -661,7 +661,7 @@ $(document).ready(function () { | ||||||
| 					onshown: function(dialog) { | 					onshown: function(dialog) { | ||||||
| 					}, | 					}, | ||||||
| 					buttons: [{ | 					buttons: [{ | ||||||
| 						label: 'Close', | 						label: lang_admin_close, | ||||||
| 						action: function (dialogItself) { | 						action: function (dialogItself) { | ||||||
| 							$('#printLabel').prop("disabled", false); | 							$('#printLabel').prop("disabled", false); | ||||||
| 							dialogItself.close(); | 							dialogItself.close(); | ||||||
|  |  | ||||||
|  | @ -43,7 +43,7 @@ function createModeDialog() { | ||||||
| 				nl2br: false, | 				nl2br: false, | ||||||
| 				message: html, | 				message: html, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  |  | ||||||
|  | @ -331,7 +331,7 @@ function searchLog(callsign) { | ||||||
|                     $('[data-toggle="tooltip"]').tooltip(); |                     $('[data-toggle="tooltip"]').tooltip(); | ||||||
|                 }, |                 }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function (dialogItself) { |                     action: function (dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  | @ -361,7 +361,7 @@ function searchLogTimeDate(id) { | ||||||
|                     $('[data-toggle="tooltip"]').tooltip(); |                     $('[data-toggle="tooltip"]').tooltip(); | ||||||
|                 }, |                 }, | ||||||
|                 buttons: [{ |                 buttons: [{ | ||||||
|                     label: 'Close', |                     label: lang_admin_close, | ||||||
|                     action: function (dialogItself) { |                     action: function (dialogItself) { | ||||||
|                         dialogItself.close(); |                         dialogItself.close(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  | @ -35,7 +35,7 @@ function openQsoList(callsign) { | ||||||
| 					$('[data-toggle="tooltip"]').tooltip(); | 					$('[data-toggle="tooltip"]').tooltip(); | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  | @ -99,7 +99,7 @@ function showOqrs(id) { | ||||||
| 					$('[data-toggle="tooltip"]').tooltip(); | 					$('[data-toggle="tooltip"]').tooltip(); | ||||||
| 				}, | 				}, | ||||||
| 				buttons: [{ | 				buttons: [{ | ||||||
| 					label: 'Close', | 					label: lang_admin_close, | ||||||
| 					action: function (dialogItself) { | 					action: function (dialogItself) { | ||||||
| 						dialogItself.close(); | 						dialogItself.close(); | ||||||
| 					} | 					} | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用