Advertisement
Evilnat

Untitled

May 10th, 2013
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 18.52 KB | None | 0 0
  1.         public static string open_filter_EN = "All files (*.*)|*.*|PUP Files (*.pup)|*.pup";
  2.         public static string file_EN = "File";
  3.         public static string open_EN = "Open";
  4.         public static string exit_EN = "Exit";
  5.         public static string settings_EN = "Settings";
  6.         public static string language_EN = "Language";
  7.         public static string english_EN = "English";
  8.         public static string spanish_EN = "Spanish";
  9.         public static string music_EN = "Music";
  10.         public static string music_enable_EN = "Enable";
  11.         public static string music_disable_EN = "Disable";
  12.         public static string about_EN = "About";
  13.         public static string help_EN = "Help";
  14.         public static string version_EN = "Version";
  15.         public static string twitter_EN = "Twitter";
  16.         public static string donate_EN = "Donate";
  17.  
  18.         public static string file_group_EN = "File";
  19.         public static string file_pup_EN = "PUP File";
  20.         public static string dir_pup_EN = "Output directory";
  21.         public static string options_group_EN = "Options";
  22.         public static string file_info_EN = "File Info";
  23.         public static string other_options_EN = "Other Options";
  24.                
  25.         public static string idle_EN = "Idle";
  26.         public static string file_open_EN = "Please select a file";
  27.         public static string file_opening_EN = "Opening file...";
  28.         public static string dir_opening_EN = "Select folder...";
  29.         public static string ready_EN = "Ready";
  30.  
  31.         public static string about_content_EN = "Developed by Evilnat (PS3SOS)\nImages by JMartin (PS3SOS)";
  32.         public static string info_content_EN = "This tool decrypts, unpacks, encrypts and repacks again files of PUP file automatically, supported format are the following:\n\n - self/sprx/isoself\n - pkg (only for Core_OS, dev_flash and UPL)\n - rco\n - spp\n - dat\n - spkg\n\nSelect your option in main menu and click Start";
  33.         public static string version10_BETA_EN = "    Version 1.0\n    -------------\n\n    - Initial release";
  34.         public static string version11_EN = "    Version 1.1\n    -------------\n\n    - Added repacker option (only for dev_flash and PUP)\n    - Added UPL.xml.pkg decryption\n    - Added ps3swu.self decryption\n    - Improved code";
  35.         public static string version12_EN = "    Version 1.2\n    -------------\n\n    - Added option for repack Core_OS\n    - Added lv0 decryption\n    - Added UPL.xml.pkg repack\n    - Added ps3swu.self encryption\n    - Added suffix of PUAD\n    - Added boot options\n    - Added creation of default boot.ini\n    - Improved code\n    - Fixed some bugs";
  36.         public static string version13_EN = "    Version 1.3\n    -------------\n\n    - Added ps3swu2.self support\n    - Added multiple options between dev_flash and Core_OS\n    - Added all keys at the moment\n";
  37.         public static string version14_EN = "    Version 1.4\n    -------------\n\n    - Added spkg support\n    - Added spkg keys\n    - Added unpack/decrypt option for spkg files\n    - Added unpack option for update_files.tar only\n    - Fixed some issues";
  38.         public static string version15_EN = "    Version 1.5\n    -------------\n\n    - Added RCO support for repacker option\n    - Added option to change Core_OS syscon version\n    - Added option to change files size";
  39.        
  40.         public static string button1_EN = "Start";
  41.         public static string button1_wait_EN = "Please wait";
  42.  
  43.         public static string unpacking_EN = "Unpacking PUP file...";
  44.         public static string decrypting_pkg_EN = "Decrypting PKG files...";
  45.         public static string unpacking_tar_EN = "Unpacking files of update_files.tar...";
  46.         public static string decrypting_bdplayer_self_EN = "Decrypting SELFs of bdplayer...";
  47.         public static string decrypting_ps1emu_self_EN = "Decrypting SELFs of ps1emu...";
  48.         public static string decrypting_ps2emu_self_EN = "Decrypting SELFs of ps2emu...";
  49.         public static string decrypting_pspemu_self_EN = "Decrypting SELFs of pspemu...";
  50.         public static string decrypting_sys_self_EN = "Decrypting SELFs of sys...";
  51.         public static string decrypting_module_self_EN = "Decrypting SELFs of module...";
  52.         public static string decrypting_index_EN = "Decrypting index.dat...";
  53.         public static string decrypting_core_EN = "Decrypting CORE_OS_PACKAGE.pkg...";
  54.         public static string unpacking_core_EN = "Unpacking CORE_OS_PACKAGE.pkg...";
  55.         public static string decrypting_self_core_EN = "Decrypting SELFs of Core_OS...";
  56.         public static string conversor_rco_EN = "Processing RCO files, this will take several minutes...";
  57.  
  58.         public static string error_unpacking_EN = "An error has occurred while unpacking";
  59.         public static string error_decrypting_pkg_EN = "An error occurred while decrypting pkg files, aborting...";
  60.         public static string error_bdplayer_self_EN = "An error has occurred while decrypting SELFs of bdplayer, aborting...";
  61.         public static string error_ps1emu_self_EN = "An error has occurred while decrypting SELFs of ps1emu, aborting...";
  62.         public static string error_ps2emu_self_EN = "An error has occurred while decrypting SELFs of ps2emu, aborting...";
  63.         public static string error_pspemu_self_EN = "An error has occurred while decrypting SELFs of pspemu, aborting...";
  64.         public static string error_sys_self_EN = "An error has occurred while decrypting SELFs of sys, aborting...";
  65.         public static string error_module_self_EN = "An error has occurred while decrypting SELFs of module, aborting...";
  66.         public static string error_index_EN = "An error has occurred while decrypting index.dat, aborting...";
  67.         public static string error_decrypting_core_EN = "An error has occurred while decrypting CORE_OS_PACKAGE.pkg, aborting...";
  68.         public static string error_unpacking_core_EN = "An error has occurred while unpacking CORE_OS_PACKAGE.pkg, aborting...";
  69.         public static string error_decrypting_self_core_EN = "An error has occurred while decrypting SELFs of Core_OS, aborting...";
  70.         public static string error_conversor_rco_EN = "An error has occurred while processing RCO files, aborting...";
  71.         public static string error_package_folders_EN = "An error has occurred while creating PKG files, aborting...";
  72.  
  73.         public static string error_no_PUP_EN = "This is not a PUP file";
  74.         public static string complete_EN = "Tasks completed";
  75.  
  76.         public static string tooltip_PUAD_gui_EN = "PUAD GUI aka PUP Unpacker and Decrypter";
  77.         public static string tooltip_open_file_EN = "Open file";
  78.         public static string tooltip_devflash_EN = "Unpacks dev_flash";
  79.         public static string tooltip_devflash_self_EN = "Decrypts all SELFs files of dev_flash";
  80.         public static string tooltip_devflash_dat_EN = "Decrypts index.dat of dev_flash";
  81.         public static string tooltip_coreos_EN = "Unpacks Core_OS";
  82.         public static string tooltip_coreos_self_EN = "Decrypts all SELFs files of Core_OS";
  83.         public static string tooltip_coreos_spp_EN = "Decrypts default.spp of Core_OS";
  84.         public static string tooltip_pup_EN = "Unpacks PUP only";
  85.         public static string tooltip_rco_EN = "Decrypts and unpacks RCO files of dev_flash";
  86.         public static string tooltip_upl_EN = "Decrypts UPL.xml.pkg";
  87.         public static string tooltip_swu_EN = "Decrypts ps3swu.self";
  88.         public static string tooltip_all_EN = "Do all tasks";
  89.         public static string tooltip_updatefiles_EN = "Unpacks update_files.tar only";
  90.         public static string tooltip_spkg_EN = "Unpacks and decrypts spkg files";
  91.         public static string tooltip_fw_3XX_EN = "Select this option if your CFW is 3.XX";
  92.         public static string tooltip_fw_4XX_EN = "Select this option if your CFW is 4.XX";
  93.  
  94.         public static string binary_cosunpkg_EN = "Error: Unable to find cosunpkg_PUAD.exe";
  95.         public static string binary_cospkg_EN = "Error: Unable to find cospkg_PUAD.exe";
  96.         public static string binary_fwpkg_EN = "Error: Unable to find fwpkg_PUAD.exe";
  97.         public static string binary_pupunpack_EN = "Error: Unable to find pupunpack_PUAD.exe";
  98.         public static string binary_undat_EN = "Error: Unable to find undat_PUAD.exe";
  99.         public static string binary_unpkg_EN = "Error: Unable to find unpkg_PUAD.exe";
  100.         public static string binary_unself_EN = "Error: Unable to find unself_PUAD.exe";
  101.         public static string binary_spp_EN = "Error: Unable to find spp_PUAD.exe";
  102.         public static string binary_unspp_EN = "Error: Unable to find unspp_PUAD.exe";
  103.         public static string binary_rebuilder_EN = "Error: Unable to find self_rebuilder_PUAD.exe";
  104.         public static string binary_ps3keys_EN = "Error: Unable to find keys in ps3keys folder";
  105.         public static string binary_rcomage_EN = "Error: Unable to find Rcomage executables";
  106.         public static string binary_dat_EN = "Error: Unable to find dat_PUAD.exe";
  107.         public static string binary_fix_tar_EN = "Error: Unable to find fix_tar_PUAD.exe";
  108.         public static string binary_pkg_EN = "Error: Unable to find pkg_PUAD.exe";
  109.         public static string binary_puppack_EN = "Error: Unable to find puppack_PUAD.exe";
  110.         public static string binary_tar_EN = "Error: Unable to find tar.exe";
  111.         public static string binary_spkg_EN = "Error: Unable to find spkg_PUAD.exe";
  112.         public static string binary_unspkg_EN = "Error: Unable to find unspkg_PUAD.exe";
  113.         public static string binary_new_pkg_EN = "Error: Unable to find new_pkg_PUAD.exe";
  114.         public static string binary_new_unpkg_EN = "Error: Unable to find new_unpkg_PUAD.exe";
  115.  
  116.         public static string select_task_EN = "Please select task/s";
  117.  
  118.         public static string error_self_files_pac_EN = "An error has occurred while decrypting self files, aborting...";
  119.         public static string error_isoself_files_pac_EN = "An error has occurred while decrypting isoself files, aborting...";
  120.         public static string error_sprx_files_pac_EN = "An error has occurred while decrypting sprx files, aborting...";
  121.  
  122.         public static string error_resigning_self_files_pac_EN = "An error has occurred while re-signing self files, aborting...";
  123.         public static string error_resigning_isoself_files_pac_EN = "An error has occurred while re-signing isoself files, aborting...";
  124.         public static string error_resigning_sprx_files_pac_EN = "An error has occurred while re-signing sprx files, aborting...";
  125.  
  126.         public static string decrypting_self_files_pac_EN = "Decrypting self files...";
  127.         public static string decrypting_isoself_files_pac_EN = "Decrypting isoself files...";
  128.         public static string decrypting_sprx_files_pac_EN = "Decrypting sprx files...";
  129.  
  130.         public static string resigning_self_files_pac_EN = "Re-signing self files...";
  131.         public static string resigning_isoself_files_pac_EN = "Re-signing isoself files...";
  132.         public static string resigning_sprx_files_pac_EN = "Re-signing sprx files...";
  133.  
  134.         public static string actual_image_version_EN = "Actual PUP's Image Version";
  135.  
  136.         public static string waiting_for_repack_EN = "Waiting for repack";
  137.         public static string completed_waiting_for_repack_EN = "Task/s completed, waiting for repack";
  138.  
  139.         public static string repacking_EN = "Repacking...";
  140.         public static string error_repacking_EN = "An error has occurred while repacking PUP, aborting...";
  141.  
  142.         public static string fixing_tar_files_EN = "Fixing TAR files...";
  143.         public static string error_fixing_tar_files_EN = "Error while fixing tar files, aborting...";
  144.  
  145.         public static string creating_tars_EN = "Creating new dev_flash files...";
  146.  
  147.         public static string image_version_put_EN = "Please enter Image Version";
  148.         public static string fw_put_EN = "Please choose FW base to create CFW/MFW";
  149.  
  150.         public static string creating_pkg_files_EN = "Creating PKG files...";
  151.         public static string error_creating_pkg_files_EN = "An error has occurred while creating PKG files, aborting...";
  152.  
  153.         public static string error_creating_index_dat_EN = "An error has occurred while creating index.dat file, aborting...";
  154.         public static string creating_index_dat_EN = "Creating index.dat...";
  155.  
  156.         public static string error_unpacking_tar_EN = "An error has occurred while unpacking udpate_files.tar, aborting...";
  157.  
  158.         public static string creating_update_files_EN = "Creating update_files.tar...";
  159.         public static string error_creating_update_files_EN = "An error has occurred while creating update_files.tar, aborting...";
  160.  
  161.         public static string fix_update_files_EN = "Fixing update_files.tar...";
  162.         public static string error_fix_update_files_EN = "An error has occurred while fixing update_files.tar, aborting...";
  163.  
  164.         public static string decrypting_upl_EN = "Decrypting UPL.xml.pkg...";
  165.         public static string error_decrypting_upl_EN = "An error has occurred while decrypting UPL.xml.pkg, aborting...";
  166.  
  167.         public static string decrypting_ps3swu_EN = "Decrypting ps3swu.self...";
  168.         public static string decrypting_ps3swu2_EN = "Decrypting ps3swu2.self...";
  169.         public static string error_decrypting_ps3swu_EN = "An error has occurred while decrypting ps3swu.self, aborting...";
  170.         public static string error_decrypting_ps3swu2_EN = "An error has occurred while decrypting ps3swu2.self, aborting...";
  171.  
  172.         public static string error_decrypting_self_files_pac_EN = "An error has occurred while decrypting self files, aborting...";
  173.         public static string error_decrypting_isoself_files_pac_EN = "An error has occurred while decrypting isoself files, aborting...";
  174.         public static string error_decrypting_sprx_files_pac_EN = "An error has occurred while decrypting sprx files, aborting...";
  175.  
  176.         public static string decrypting_spp_EN = "Decrypting default.spp...";
  177.         public static string error_decrypting_spp_EN = "An error has occurred while decrypting default.spp, aborting...";
  178.  
  179.         public static string resigning_swu_EN = "Re-signing ps3swu.self...";
  180.         public static string resigning_swu2_EN = "Re-signing ps3swu2.self...";
  181.         public static string error_resigning_swu_EN = "An error has occurred while re-signing ps3swu.self, aborting...";
  182.         public static string error_resigning_swu2_EN = "An error has occurred while re-signing ps3swu2.self, aborting...";
  183.  
  184.         public static string creating_upl_EN = "Creating UPL.xml.pkg...";
  185.         public static string error_creating_upl_EN = "An error has occurred while creating UPL.xml.pkg, aborting...";
  186.  
  187.         public static string decrypting_core_pac_EN = "Unpacking CORE_OS_PACKAGE.pkg...";
  188.         public static string error_decrypting_core_pac_EN = "An error has occurred while unpacking CORE_OS_PACKAGE.pkg, aborting...";
  189.  
  190.         public static string resigning_spp_core_pac_EN = "Re-signing default.spp...";
  191.         public static string error_resigning_spp_core_pac_EN = "An error has occurred while re-signing default.spp, aborting...";
  192.  
  193.         public static string warning_coreos_EN = "Don't play with Core_OS if you don't know what you are doing!!\n\n\tI'm not responsible of any damages!!";
  194.         public static string warning_rco_EN = "This will take a few minutes to complete successfully";
  195.  
  196.         public static string boot_opt_lang_EN = "Language";
  197.         public static string boot_opt_music_EN = "Music";
  198.         public static string boot_opt_file_info_EN = "File Info";
  199.         public static string boot_opt_check_EN = "Checker";
  200.         public static string boot_opt_warning_EN = "Warning Popups";
  201.         public static string boot_suffix_EN = "PUAD Suffix";
  202.        
  203.         public static string box_1_spanish_EN = "Spanish";
  204.         public static string box_1_english_EN = "English";
  205.         public static string box_enabled_EN = "Enabled";
  206.         public static string box_disabled_EN = "Disabled";
  207.  
  208.         public static string bootini_options_EN = "Boot options";
  209.         public static string create_default_ini_EN = "Create default boot.ini";
  210.         public static string boot_ini_created_EN = "File created successfully";
  211.         public static string boot_ini_created_error_EN = "An error has occurred while creating default boot.ini";
  212.  
  213.         public static string boot_button1_EN = "Save";
  214.         public static string boot_button2_EN = "Cancel";
  215.  
  216.         public static string boot_save_EN = "Settings saved successfully\n\nRestart is needed to apply changes";
  217.  
  218.         public static string creating_new_core_EN = "Creating new Core_OS...";
  219.         public static string error_creating_new_core_EN = "An error has occurred while creating CORE_OS_PACKAGE.pkg, aborting...";
  220.  
  221.         public static string error_creating_new_tar_EN = "An error has occurred while creating content files, aborting...";
  222.  
  223.         public static string firmware_label_EN = "Firmware";
  224.  
  225.         public static string unpacking_spkg_EN = "Unpacking spkg_hdr.tar...";
  226.         public static string error_unpacking_spkg_EN = "An error has occurred while unpacking spkg_hdr.tar, aborting...";
  227.  
  228.         public static string decrypting_spkg_EN = "Decrypting spkg files...";
  229.         public static string error_decrypting_spkg_EN = "An error has occurred while decrypting spkg files, aborting...";
  230.  
  231.         public static string spkg_not_exist_EN = "    This firmware doesn't have spkg_hdr.tar file\n\n     PUAD GUI will continue with selected tasks";
  232.         public static string disable_spkg_EN = "The chosen FW base doesn't need spkg files, this option will be avoided\n\nPUAD GUI will continue with selected tasks";
  233.  
  234.         public static string rebuilding_spkg_EN = "Rebuilding spkg_hdr.tar...";
  235.         public static string error_rebuilding_spkg_EN = "An error has occurred while rebuilding spkg_hdr.tar, aborting...";
  236.         public static string fix_spkg_EN = "Fixing spkg_hdr.tar...";
  237.         public static string error_fix_spkg_EN = "An error has occurred while fixing spkg_hdr.tar, aborting...";
  238.  
  239.         public static string spkg_must_enabled_EN = "Enabled spkg built for 4.XX";
  240.         public static string choose_syscon_EN = "Please select Core_OS syscon version";
  241.  
  242.         public static string creating_rco_EN = "Creating RCO files, this will take several minutes";
  243.  
  244.         public static string box_size_EN = "File Sizes";
  245.         public static string box_byte_EN = "Byte";
  246.         public static string box_kilobyte_EN = "Kilobyte";
  247.         public static string box_megabyte_EN = "Megabyte";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement