Source code of Windows XP (NT5)
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

  1. <%
  2. 'Localizable strings for iibkuphd.asp
  3. Const L_BACKUPCONFG_TEXT = "Backup Configuration"
  4. Const L_PREVBACKUPS_TEXT = "Previous Backups"
  5. Const L_BACKUPNAME_TEXT = "Name"
  6. Const L_BACKUPDATE_TEXT = "Date"
  7. Const L_NUM_TEXT = "#"
  8. Const L_SAMPLEBACKUP_TEXT = "MyBackup"
  9. Const L_GETNAME_TEXT = "Configuration Backup Name"
  10. Const L_NOSLASHES_TEXT = "Names may not contain the following characters: \\/!@#$%^&*()"
  11. Const L_CONFIRMDELETE_TEXT = "Are you sure you want to delete the selected item?"
  12. %>