mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Internationalize all strings in admin_modules.hmtl and corrected comments.
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
height: 400,
|
||||
width: 500,
|
||||
position: "center",
|
||||
title: "Confirm Module Activation",
|
||||
title: <?= t("Confirm Module Activation")->for_js() ?>,
|
||||
buttons: {
|
||||
"Continue": function() {
|
||||
<?= t("Continue")->for_js() ?>: function() {
|
||||
$("form", this).submit();
|
||||
},
|
||||
Cancel: function() {
|
||||
<?= t("Cancel")->for_js() ?>: function() {
|
||||
$(this).dialog("destroy").remove();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user