home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / GestionFichiers / GenieTimeline / GenieTimelineSetupFree.exe / TEMP / EN / WebServer / www / BackupOverView.rs.php next >
PHP Script  |  2010-06-15  |  2KB  |  71 lines

  1. <?php
  2.  
  3. ####################################
  4.  
  5. # timeline.inc
  6.  
  7. # $Date$ - $RCSfile$
  8.  
  9. ####################################
  10.  
  11.  
  12. define ('Backup_Drive', "Backup Location");
  13.  
  14. define ('Security', "Security");
  15.  
  16. define ('Compression', "Compression");
  17.  
  18. define ('Data_Selections', "Smart Selections");
  19.  
  20. define ('DesktopFrom', "Desktop");
  21.  
  22. define ('PluginName_FROM', "%guiName% ");
  23.  
  24. define ('AND_1', "and");
  25.  
  26. define ('Internet_Bookmarks_Favorites', "Internet Bookmarks & Favorites");
  27.  
  28. define ('view_file_types', "(view file types)");
  29.  
  30. define ('EMAIL', "Email");
  31.  
  32. define ('MISC', "Miscellaneous");
  33.  
  34. define ('EBOOK', "Ebooks and PDF");
  35.  
  36.  
  37. define ('WinContact', " and Windows Contacts");
  38.  
  39. define ('Windows_Address_Book', " Outlook Express emails and Windows Address Book");
  40.  
  41. define ('FileFolder_locations_added', "Included Files and Folders");
  42.  
  43. define ('ITEM_Excluded_3', "Excluded Files and Folders");
  44.  
  45. define ('Excluding_subfolders', "Excluding subfolders");
  46.  
  47. define ('EXCLUDING', "Excluding");
  48.  
  49. define ('INCLUDING', "Including only");
  50.  
  51. define ('view_details', "(view details)");
  52.  
  53. define ('DataSel_Text', "The following items will be backed up from all local drives.");
  54.  
  55. define ('ITEM_EXC', "The following files and folders will be excluded from the backup.");
  56.  
  57. define ('ITEM_INC', "The following files and folders will be included in the backup.");
  58.  
  59. define ('Disaster_Recovery', "Disaster Recovery");
  60.  
  61. define ('No_security', "No security");
  62.  
  63. define ('Security_Text', "256-bit AES military-grade encryption");
  64.  
  65. define ('Backup_not_compressed', "Not compressed");
  66.  
  67. define ('Backup_is_compressed', "Compressed");
  68. ?>
  69.  
  70.  
  71.