mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
492 B
14 lines
492 B
<%
|
|
'Localizable strings for iibkuphd.asp
|
|
|
|
Const L_BACKUPCONFG_TEXT = "Backup Configuration"
|
|
Const L_PREVBACKUPS_TEXT = "Previous Backups"
|
|
Const L_BACKUPNAME_TEXT = "Name"
|
|
Const L_BACKUPDATE_TEXT = "Date"
|
|
Const L_NUM_TEXT = "#"
|
|
Const L_SAMPLEBACKUP_TEXT = "MyBackup"
|
|
Const L_GETNAME_TEXT = "Configuration Backup Name"
|
|
Const L_NOSLASHES_TEXT = "Names may not contain the following characters: \\/!@#$%^&*()"
|
|
Const L_CONFIRMDELETE_TEXT = "Are you sure you want to delete the selected item?"
|
|
|
|
%>
|