15 lines
492 B
Plaintext
15 lines
492 B
Plaintext
<%
|
|
'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?"
|
|
|
|
%>
|