You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_locales/en/messages.json
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -823,6 +823,30 @@
823
823
"TabGuard_optAllow": {
824
824
"message": "Load normally"
825
825
},
826
+
"DefaultContainerName": {
827
+
"message": "Default"
828
+
},
829
+
"enable_container_tabs_label": {
830
+
"message": "Enable support for container tabs"
831
+
},
832
+
"select_container_label": {
833
+
"message": "Choose a container:"
834
+
},
835
+
"copy_container_label": {
836
+
"message": "Copy permissions from container:"
837
+
},
838
+
"clear_container_label": {
839
+
"message": "Clear permissions for this container"
840
+
},
841
+
"forbid_replace_default_policy": {
842
+
"message": "Cannot replace the default policy."
843
+
},
844
+
"container_copy_warning": {
845
+
"message": "Copying permissions from \"$1\".\nAll site permissions for this container will be removed.\nThis action cannot be reverted.\nDo you want to continue?"
846
+
},
847
+
"container_clear_warning": {
848
+
"message": "All site permissions for this container will be removed.\nThis action cannot be reverted.\nDo you want to continue?"
<inputtype="checkbox" class="enforcement_required" id="opt-containers"><labelfor="opt-containers" id="lbl-containers">Enable support for container tabs</label>
if(confirm(`Copying permissions from "${copyContainerName}".\n`+"All site permissions for this container will be removed.\nThis action cannot be reverted.\nDo you want to continue?")){
0 commit comments