Evilnat

SEN Enabler v5.4.3 [English lang]

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