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