Advertisement
Evilnat

SEN Enabler v5.2.2 [For translation only]

Oct 5th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 9.64 KB | None | 0 0
  1. // English
  2. // -------
  3.  
  4. char *LV1_DISABLED_EN = "LV1 peek/poke disabled, unable to patch MAC";
  5. char *NO_MAC_TXT_EN = "Unable to find MAC.txt file";
  6. char *MAC_PATCHED_EN = "MAC patched successfully, will reboot LV2 now";
  7.  
  8. char *LV2_DISABLED_EN = "[LV2 PEEK/POKE DISABLED]";
  9. char *LV2_DISABLED_ERROR_TARGET_EN = "LV2 peek/poke disabled, unable to patch TargetID";
  10. char *LV2_DISABLED_ERROR_CON_PSID_EN = "LV2 peek/poke disabled, couldn't patch ConsoleID and PSID";
  11. char *LV2_DISABLED_ERROR_HIDE_EN = "LV2 peek/poke disabled, couldn't hide some data";
  12. char *INFO_HIDDEN_EN = "Data hidden successfully";
  13. char *option_disabled_en = "This option is not enabled yet";
  14. char *NOT_SUPPORTED_EN = "Not supported";
  15. char *SEN_NOT_NECESSARY_EN = "Enable/disable SEN access is not necessary";
  16. char *SEN_NOT_FUNCTIONAL_EN = "This option is not functional for this FW yet";
  17. char *TEMP_EN = "Temperature";
  18. char *LANG_ERROR_EN = "Unable to change language";
  19.  
  20. char *THANKS_1_EN = "Thanks to agusbc  (Dumps & tester) [PS3SOS]";
  21. char *THANKS_2_EN = "Thanks to Edu_sueca  (Dumps & tester) [PS3SOS]";
  22. char *THANKS_3_EN = "Thanks to sirmac  (Dumps & tester) [PS3SOS]";
  23. char *THANKS_4_EN = "Thanks to ashmodeo  (Dumps & tester) [PS3SOS]";
  24. char *THANKS_5_EN = "Thanks to Zarcha  (Dumps & tester) [PS3SOS]";
  25. char *THANKS_6_EN = "Thanks to coronator83  (Dumps & tester) [PS3SOS]";
  26. char *THANKS_7_EN = "Thanks to winch03200  (French language) [PS-ADDICT]";
  27. char *THANKS_8_EN = "Thanks to Estwald  (Tiny3D help) [EOL]";
  28. char *THANKS_9_EN = "Thanks to Yngwiedis (Tester) [PSX-SCENE]";
  29. char *THANKS_10_EN = "Thanks to dino05 (Italian language) [PSX-SCENE]";
  30. char *THANKS_11_EN = "Thanks to djtom (Polish language) [PSX-SCENE]";
  31. char *THANKS_ALL_EN = "And all the people who helped me and i can't remember";
  32.  
  33. char *SELECT_MODE_EN = "Data hidden, please select mode";
  34. char *CFW_FULL_MODE_EN = "- CFW Mode [Full CFW]";
  35. char *CFW_PACKAGES_MODE_EN = "- CFW Mode [Packages only]";
  36. char *CFW_APP_MODE_EN = "- CFW Mode [app_home only]";
  37. char *OFW_MODE_EN = "- OFW Mode [All disabled]";
  38. char *ACTUAL_MODE_EN = "- Actual mode";
  39. char *ERROR_CFW_MODE_EN = "Unable to change mode";
  40. char *THANKS_EN = "Thanks to all PS3SOS users for their help";
  41. char *DESCRIPTION_EN = "This homebrew enables/disables SEN access and other optional options";
  42. char *WARNING_EN = "WARNING: Don't interrupt this program until any operation is complete";
  43.  
  44. char *SEN_ACCESS_EN = "SEN/PSN access";
  45. char *PLEASE_RESTART_EN = "Please restart instead of exiting";
  46.  
  47. char *SPANISH_EN = "- Spanish";
  48. char *ENGLISH_EN = "- English";
  49. char *FRENCH_EN = "- French";
  50. char *ITALIAN_EN = "- Italian";
  51. char *POLISH_EN = "- Polish";
  52.  
  53. char *EXITING_EN = "Exiting to XMB...";
  54. char *WAIT_EN = "Please wait...";
  55.  
  56. char *ENABLED_EN = "Enabled";
  57. char *DISABLED_EN = "Disabled";
  58.  
  59. char *SELECT_LANGUAGE_EN = "Select language";
  60.  
  61. char *ASK_ENABLE_SEN_EN = "Do you want to enable SEN access?";
  62. char *ASK_DISABLE_SEN_EN = "Do you want to disable SEN access?";
  63. char *ENABLING_SEN_EN = "Enabling PSN/SEN access, please wait...";
  64. char *DISABLING_SEN_EN = "Disabling PSN/SEN access, please wait...";
  65. char *SEN_ENABLED_EN = "PSN/SEN access enabled successfully";
  66. char *SEN_DISABLED_EN = "PSN/SEN access disabled successfully";
  67.  
  68. char *ASK_RESTART_EN = "Do you want to reboot?";
  69. char *WARNING_XMB_EN = "WARNING: If you don't reboot your PS3 system will be unstable";
  70.  
  71. char *FLASH_MOUNTED_EN = "/dev_SEN mounted successfully";
  72. char *FLASH_UNMOUNTED_EN = "/dev_SEN unmounted successfully";
  73. char *FLASH_MOUNT_ERROR_EN = "Unable to mount /dev_SEN";
  74. char *FLASH_UNMOUNT_ERROR_EN = "Unable to unmount /dev_SEN";
  75.  
  76. char *NO_FILE_EN = "Patcher files not found";//\n\nMake sure it is at the root of the USB and try again";
  77. char *NO_USB_EN = "USB device not found";
  78. char *DATA_PATCHED_EN = "Data patched successfully";
  79. char *DATA_NOT_PATCHED_EN = "Unable to patch data";
  80.  
  81. char *DELETED_HISTORY_FILES_EN = "History files deleted successfully";
  82. char *DELETED_HISTORY_FILES_ERROR_EN = "Unable to delete history files";
  83.  
  84. char *MAC_CHANGED_EN = "MAC changed successfully";
  85. char *MAC_CHANGED_ERROR_EN = "Unable to change MAC";
  86.  
  87. char *SELECT_TARGET_EN = "Select TargetID";
  88.  
  89. char *TARGETID_SPOOFED_EN = "TargetID changed successfully";
  90. char *TARGETID_SPOOFED_ERROR_EN = "Unable to change TargetID";
  91.  
  92. char *CONSOLEID_SPOOFED_EN = "ConsoleID spoofed successfully";
  93. char *CONSOLEID_SPOOFED_ERROR_EN = "Unable to spoof ConsoleID";
  94.  
  95. char *PSID_SPOOFED_EN = "PSID spoofed successfully";
  96. char *PSID_SPOOFED_ERROR_EN = "Unable to spoof PSID";
  97.  
  98. char *BACKUP_FOLDER_ERROR_EN = "Unable to create backup folder for restore files";
  99.  
  100. char *BACKUP_INDEX_EN = "Failed to make backup of index.dat file";
  101. char *BACKUP_VSH_EN = "Failed to make backup of vsh.self file";
  102. char *BACKUP_VERSION_EN = "Failed to make backup of version.txt file";
  103.  
  104. char *BACKUP_INDEX_SWP_EN = "Failed to make backup of index.dat.swp file";
  105. char *BACKUP_VSH_SWP_EN = "Failed to make backup of vsh.self.swp file";
  106. char *BACKUP_VERSION_SWP_EN = "Failed to make backup of version.txt.swp file";
  107.  
  108. char *BACKUP_VSH_CEXSP_EN = "Failed to make backup of vsh.self.cexsp file";
  109.  
  110. char *PATCH_CERT_ERROR_EN = "An error occured while fixing certificates";
  111. char *PATCH_INDEX_ERROR_EN = "An error occured while fixing index.dat";
  112. char *PATCH_VSH_ERROR_EN = "An error occured while fixing vsh.self";
  113. char *PATCH_VERSION_ERROR_EN = "An error occured while fixing version.txt";
  114.  
  115. char *PATCH_INDEX_SWP_ERROR_EN = "An error occured while fixing index.dat.swp";
  116. char *PATCH_VSH_SWP_ERROR_EN = "An error occured while fixing vsh.self.swp";
  117. char *PATCH_VERSION_SWP_ERROR_EN = "An error occured while fixing version.txt.swp";
  118.  
  119. char *PATCH_VSH_CEXSP_ERROR_EN = "An error occured while fixing vsh.self.cexsp";
  120.  
  121. char *RESTORED_FILES_EN = "Files restored successfully";
  122. char *RESTORED_FILES_ERROR_EN = "Unable to restore files";
  123. char *SYSTEM_REBOOT_EN = "System will reboot now";
  124.  
  125. char *WANT_RESTORE_EN = "Do you want to restore files?";
  126. char *RECOMMENDED_EN = "RECOMMENDED";
  127.  
  128. char *TARGET_81_EN = "- 0x81 [Ref.Tool] [TOOL]";
  129. char *TARGET_82_EN = "- 0x82 [Debug] [DEX]";
  130. char *TARGET_83_EN = "- 0x83 [Retail Japan] [CEX]";
  131. char *TARGET_84_EN = "- 0x84 [Retail USA] [CEX]";
  132. char *TARGET_85_EN = "- 0x85 [Retail Europe] [CEX]";
  133. char *TARGET_86_EN = "- 0x86 [Retail Korea] [CEX]";
  134. char *TARGET_87_EN = "- 0x87 [Retail U. King.] [CEX]";
  135. char *TARGET_88_EN = "- 0x88 [Retail Mexico] [CEX]";
  136. char *TARGET_89_EN = "- 0x89 [Retail Australia] [CEX]";
  137. char *TARGET_8A_EN = "- 0x8A [Retail South Asia] [CEX]";
  138. char *TARGET_8B_EN = "- 0x8B [Retail Taiwan] [CEX]";
  139. char *TARGET_8C_EN = "- 0x8C [Retail Russia] [CEX]";
  140. char *TARGET_8D_EN = "- 0x8D [Retail China] [CEX]";
  141. char *TARGET_A0_EN = "- 0xA0 [System Debugger] [ARC]";
  142.  
  143. char *TARGET_REF_EN =  "[Ref.Tool] [TOOL]";
  144. char *TARGET_DEB_EN =  "[Debug] [DEX]";
  145. char *TARGET_JAP_EN =  "[Retail Japan] [CEX]";
  146. char *TARGET_USA_EN =  "[Retail USA] [CEX]";
  147. char *TARGET_EUR_EN =  "[Retail Europe] [CEX]";
  148. char *TARGET_KOR_EN =  "[Retail Korea] [CEX]";
  149. char *TARGET_UK_EN  =  "[Retail U. King.] [CEX]";
  150. char *TARGET_MEX_EN =  "[Retail Mexico] [CEX]";
  151. char *TARGET_AUS_EN =  "[Retail Australia] [CEX]";
  152. char *TARGET_ASIA_EN = "[Retail South Asia] [CEX]";
  153. char *TARGET_TAI_EN =  "[Retail Taiwan] [CEX]";
  154. char *TARGET_RUS_EN =  "[Retail Russia] [CEX]";
  155. char *TARGET_CHI_EN =  "[Retail China] [CEX]";
  156. char *TARGET_DEBUGGER_EN = "- 0xA0 [System Debugger] [ARC]";
  157.  
  158. char *MENU_SHOW_HELP_EN          = "- Show help";
  159. char *MENU_SEE_DATA_EN           = "- See PS3 data";
  160. char *MENU_HIDE_INFO_EN          = "- Hide info";
  161. char *MENU_DELETE_TEMP_FILES_EN  = "- Delete history files";
  162. char *MENU_CHANGE_TARGET_ID_EN   = "- Change TargetID";
  163. char *MENU_SHUTDOWN_PS3_EN       = "- Shutdown PS3";
  164. char *MENU_MUOUNT_FLASH_EN       = "- Enable/Disable flash writing";
  165. char *MENU_MOUNT_FLASH_EN        = "- Enable flash writing";
  166. char *MENU_UMOUNT_FLASH_EN       = "- Disable flash writing";
  167. char *MENU_DENABLE_SEN_EN        = "- Enable/Disable SEN access";
  168. char *MENU_ENABLE_SEN_EN         = "- Enable SEN access";
  169. char *MENU_DISABLE_SEN_EN        = "- Disable SEN access";
  170. char *MENU_CHANGE_LANGUAGE_EN    = "- Change language";
  171. char *MENU_EXIT_EN               = "- Exit";
  172. char *MENU_PATCH_DATA_USB_EN     = "- Patch data from USB/HDD";
  173. char *MENU_REBOOT_PS3_EN         = "- Restart PS3";
  174. char *MENU_CHANGE_MAC_EN         = "- Change MAC";
  175.  
  176. char *CHECKER_FIRMWARE_EN        = "Firmware";
  177. char *CHECKER_MACHINE_EN         = "Machine";
  178. char *CHECKER_RESOLUTION_EN      = "Resolution";
  179. char *CHECKER_FLASH_EN           = "Flash write";
  180. char *CHECKER_MAC_EN             = "MAC";
  181. //char *CHECKER_MAC_SPOOFED_EN     = "Spoofed MAC";
  182. char *CHECKER_IDPS_EN            = "IDPS";
  183. char *CHECKER_TARGETID_EN        = "TargetID";
  184. char *CHECKER_MOTHERBOARD_EN     = "Motherboard";
  185. char *CHECKER_CONSOLEID_EN       = "ConsoleID";
  186. char *CHECKER_PSID_EN            = "PSID";
  187.  
  188. char *CHECKER_UNKNOWN_EN         = "[UNKNOWN]";
  189.  
  190. char *MENU_OK_EN = "OK";
  191. char *MENU_YES_EN = "Yes";
  192. char *MENU_NO_EN = "No";
  193.  
  194. char *INFO_MENU_SHOW_HELP_EN = "Shows this screen";
  195. char *INFO_MENU_SEE_DATA_EN = "Shows info of PS3 system";
  196. char *INFO_MENU_HIDE_INFO_EN = "Hides info of PS3 system";
  197. char *INFO_MENU_DELETE_TEMP_FILES_EN = "Deletes temp files";
  198. char *INFO_MENU_CHANGE_TARGET_ID_EN = "Change TargetID";
  199. char *INFO_MENU_SHUTDOWN_PS3_EN = "Shutdown PS3 systems";
  200. char *INFO_MENU_MUOUNT_FLASH_EN = "Mount/unmount /dev_SEN";
  201. char *INFO_MENU_DENABLE_SEN_EN = "Enables/disables SEN access";
  202. char *INFO_MENU_CHANGE_LANGUAGE_EN = "Changes language";
  203. char *INFO_MENU_EXIT_EN = "Quit the program and exits to XMB";
  204. char *INFO_MENU_PATCH_DATA_USB_EN = "Patch ConsoleID and/or PSID";
  205. char *INFO_MENU_REBOOT_PS3_EN = "Reboots PS3 system";
  206. char *INFO_MENU_CHANGE_MAC_EN = "Changes actual MAC";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement