Advertisement
Evilnat

Untitled

May 10th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 19.42 KB | None | 0 0
  1. public static string open_filter_ES = "Todos los archivos (*.*)|*.*|Archivos PUP (*.pup)|*.pup";
  2.         public static string file_ES = "Archivo";
  3.         public static string open_ES = "Abrir";
  4.         public static string exit_ES = "Salir";
  5.         public static string settings_ES = "Ajustes";
  6.         public static string language_ES = "Idioma";
  7.         public static string english_ES = "Inglés";
  8.         public static string spanish_ES = "Español";
  9.         public static string music_ES = "Música";
  10.         public static string music_enable_ES = "Activar";
  11.         public static string music_disable_ES = "Desactivar";
  12.         public static string about_ES = "Acerca";
  13.         public static string help_ES = "Ayuda";
  14.         public static string version_ES = "Versión";
  15.         public static string twitter_ES = "Twitter";
  16.         public static string donate_ES = "Donar";
  17.  
  18.         public static string file_group_ES = "Archivo";
  19.         public static string file_pup_ES = "Archivo PUP";
  20.         public static string dir_pup_ES = "Directorio de salida";
  21.         public static string options_group_ES = "Opciones";
  22.         public static string file_info_ES = "Información del Archivo";
  23.         public static string other_options_ES = "Otras Opciones";
  24.                
  25.         public static string idle_ES = "Libre";
  26.         public static string file_open_ES = "Por favor elige un archivo";
  27.         public static string file_opening_ES = "Abriendo archivo...";
  28.         public static string dir_opening_ES = "Seleccione carpeta...";
  29.         public static string ready_ES = "Preparado";
  30.  
  31.         public static string about_content_ES = "Desarrollado por Evilnat (PS3SOS)\nImágenes por JMartin (PS3SOS)";
  32.         public static string info_content_ES = "Esta herramienta desempaqueta, desencripta, encripta y empaqueta de nuevo los archivos de un archivo PUP, los formatos soportados son los siguientes:\n\n - self/sprx/isoself\n - pkg (solo del Core_OS, dev_flash y UPL)\n - rco\n - spp\n - dat\n - spkg\n\nElige tu opción en el menú principal y selecciona Comenzar";
  33.         public static string version10_BETA_ES = "    Versión 1.0\n    -------------\n\n    - Lanzamiento inicial";
  34.         public static string version11_ES = "    Versión 1.1\n    -------------\n\n    - Añadida opción para reempaquetar (solo dev_flash y PUP)\n    - Añadido descifrado de UPL.xml.pkg\n    - Añadido descifrado de ps3swu.self\n    - Código mejorado";
  35.         public static string version12_ES = "    Versión 1.2\n    -------------\n\n    - Añadida opción para reempaquetar el Core_OS\n    - Añadido descifrado del lv0\n    - Añadido reempaquetamiento de UPL.xml.pkg\n    - Añadido reencriptación de ps3swu.self\n    - Añadido sufijo de PUAD\n    - Añadidas opciones de inicio\n    - Añadida creación de boot.ini predeterminado\n    - Código mejorado\n    - Arreglados varios fallos";
  36.         public static string version13_ES = "    Versión 1.3\n    -------------\n\n    - Añadido soporte para ps3swu2.self\n    - Añadida opción múltiple entre dev_flash y Core_OS\n    - Añadidas todas las claves hasta el momento\n";
  37.         public static string version14_ES = "    Versión 1.4\n    -------------\n\n    - Añadido soporte para spkg\n    - Añadidas keys spkg\n    - Añadida opción para desempaquetar/desencriptar archivos spkg\n    - Añadida opción para desempaquetar solamente update_files.tar\n    - Reparados varios errores";
  38.         public static string version15_ES = "    Versión 1.5\n    -------------\n\n    - Añadido soporte para RCO en la opción repacker\n    - Añadida opción para cambiar la versión syscon del Core_OS\n    - Añadida opción para cambiar el tamaño de los archivos";
  39.  
  40.         public static string button1_ES = "Iniciar";
  41.         public static string button1_wait_ES = "Por favor espere";
  42.  
  43.         public static string unpacking_ES = "Desempaquetando archivo PUP...";
  44.         public static string decrypting_pkg_ES = "Desencriptando archivos PKG...";
  45.         public static string unpacking_tar_ES = "Extrayendo archivos de update_files.tar...";
  46.         public static string decrypting_bdplayer_self_ES = "Desencriptando SELFs de bdplayer...";
  47.         public static string decrypting_ps1emu_self_ES = "Desencriptando SELFs de ps1emu...";
  48.         public static string decrypting_ps2emu_self_ES = "Desencriptando SELFs de ps2emu...";
  49.         public static string decrypting_pspemu_self_ES = "Desencriptando SELFs de pspemu...";
  50.         public static string decrypting_sys_self_ES = "Desencriptando SELFs de sys...";
  51.         public static string decrypting_module_self_ES = "Desencriptando SELFs de module...";
  52.         public static string decrypting_index_ES = "Desencriptando index.dat...";
  53.         public static string decrypting_core_ES = "Desencriptando CORE_OS_PACKAGE.pkg...";
  54.         public static string unpacking_core_ES = "Desempaquetando CORE_OS_PACKAGE.pkg...";
  55.         public static string decrypting_self_core_ES = "Desencriptando SELFs del Core_OS...";
  56.         public static string conversor_rco_ES = "Procesando archivos RCO, esto llevará un par de minutos...";
  57.         public static string error_package_folders_ES = "Ocurrió un error al crear los archivos PKG, abortando...";
  58.  
  59.         public static string error_unpacking_ES = "Ha ocurrido un error al desempaquetar";
  60.         public static string error_decrypting_pkg_ES = "Ha ocurrido un error al desencriptar los archivos pkg, abortando...";
  61.         public static string error_bdplayer_self_ES = "Ocurrió un error al desencriptar los SELFs de bdplayer, abortando...";
  62.         public static string error_ps1emu_self_ES = "Ocurrió un error al desencriptar los SELFs de ps1emu, abortando...";
  63.         public static string error_ps2emu_self_ES = "Ocurrió un error al desencriptar los SELFs de ps2emu, abortando...";
  64.         public static string error_pspemu_self_ES = "Ocurrió un error al desencriptar los SELFs de pspemu, abortando...";
  65.         public static string error_sys_self_ES = "Ocurrió un error al desencriptar los SELFs de sys, abortando...";
  66.         public static string error_module_self_ES = "Ocurrió un error al desencriptar los SELFs de module, abortando...";
  67.         public static string error_index_ES = "Ocurrió un error al desencriptar index.dat, abortando...";
  68.         public static string error_decrypting_core_ES = "Ocurrió un error al desencriptar CORE_OS_PACKAGE.pkg, abortando...";
  69.         public static string error_unpacking_core_ES = "Ocurrió un error al desempaquetar CORE_OS_PACKAGE.pkg, abortando...";
  70.         public static string error_decrypting_self_core_ES = "Ocurrió un error al desencriptar los SELFs de Core_OS, abortando...";
  71.         public static string error_conversor_rco_ES = "Ocurrió un error al procesar los archivos RCO, abortando...";
  72.  
  73.         public static string error_no_PUP_ES = "No es un archivo PUP";
  74.         public static string complete_ES = "Tareas completadas";
  75.  
  76.         public static string tooltip_PUAD_gui_ES = "PUAD GUI aka PUP Unpacker and Decrypter";
  77.         public static string tooltip_open_file_ES = "Abrir archivo";
  78.         public static string tooltip_devflash_ES = "Desempaqueta la dev_flash";
  79.         public static string tooltip_devflash_self_ES = "Desencripta todos los archivos SELFs de la dev_flash";
  80.         public static string tooltip_devflash_dat_ES = "Desencripta index.dat de la dev_flash";
  81.         public static string tooltip_coreos_ES = "Desempaqueta el Core_OS";
  82.         public static string tooltip_coreos_self_ES = "Desencripta todos los archivos SELFs del Core_OS";
  83.         public static string tooltip_coreos_spp_ES = "Desencripta default.spp del Core_OS";
  84.         public static string tooltip_pup_ES = "Desempaqueta solo el PUP";
  85.         public static string tooltip_rco_ES = "Desencripta y desempaqueta los archivos RCO de la dev_flash";
  86.         public static string tooltip_upl_ES = "Desencripta UPL.xml.pkg";
  87.         public static string tooltip_swu_ES = "Desencripta ps3swu.self";
  88.         public static string tooltip_all_ES = "Hace todas las tareas";
  89.         public static string tooltip_updatefiles_ES = "Desempaqueta solamente update_files.tar";
  90.         public static string tooltip_spkg_ES = "Desempaqueta y desencripta los archivos spkg";
  91.         public static string tooltip_fw_3XX_ES = "Selecciona esta opción si tu CFW es 3.XX";
  92.         public static string tooltip_fw_4XX_ES = "Selecciona esta opción si tu CFW es 4.XX";
  93.  
  94.         public static string binary_cosunpkg_ES = "Error: No se ha encontrado cosunpkg_PUAD.exe";
  95.         public static string binary_cospkg_ES = "Error: No se ha encontrado cospkg_PUAD.exe";
  96.         public static string binary_fwpkg_ES = "Error: No se ha encontrado fwpkg_PUAD.exe";
  97.         public static string binary_pupunpack_ES = "Error: No se ha encontrado pupunpack_PUAD.exe";
  98.         public static string binary_undat_ES = "Error: No se ha encontrado undat_PUAD.exe";
  99.         public static string binary_unpkg_ES = "Error: No se ha encontrado unpkg_PUAD.exe";
  100.         public static string binary_unself_ES = "Error: No se ha encontrado unself_PUAD.exe";
  101.         public static string binary_spp_ES = "Error: No se ha encontrado spp_PUAD.exe";
  102.         public static string binary_unspp_ES = "Error: No se ha encontrado unspp_PUAD.exe";
  103.         public static string binary_rebuilder_ES = "Error: No se ha encontrado self_rebuilder_PUAD.exe";
  104.         public static string binary_ps3keys_ES = "Error: No se han encontrado las keys en la carpeta ps3keys";
  105.         public static string binary_rcomage_ES = "Error: No se han encontrado los ejecutables de Rcomage";
  106.         public static string binary_dat_ES = "Error: No se ha encontrado dat_PUAD.exe";
  107.         public static string binary_fix_tar_ES = "Error: No se ha encontrado fix_tar_PUAD.exe";
  108.         public static string binary_pkg_ES = "Error: No se ha encontrado pkg_PUAD.exe";
  109.         public static string binary_puppack_ES = "Error: No se ha encontrado puppack_PUAD.exe";
  110.         public static string binary_tar_ES = "Error: No se ha encontrado tar.exe";
  111.         public static string binary_spkg_ES = "Error: No se ha encontrado spkg_PUAD.exe";
  112.         public static string binary_unspkg_ES = "Error: No se ha encontrado unspkg_PUAD.exe";
  113.         public static string binary_new_pkg_ES = "Error: No se ha encontrado new_pkg_PUAD.exe";
  114.         public static string binary_new_unpkg_ES = "Error: No se ha encontrado new_unpkg_PUAD.exe";
  115.  
  116.         public static string select_task_ES = "Por favor seleccione la/s tarea/s deseada/s";
  117.  
  118.         public static string error_self_files_pac_ES = "Ocurrió un error al desencriptar los archivos self, abortando...";
  119.         public static string error_isoself_files_pac_ES = "Ocurrió un error al desencriptar los archivos isoself, abortando...";
  120.         public static string error_sprx_files_pac_ES = "Ocurrió un error al desencriptar los archivos sprx, abortando...";
  121.  
  122.         public static string error_resigning_self_files_pac_ES = "Ocurrió un error al refirmar los archivos self, abortando...";
  123.         public static string error_resigning_isoself_files_pac_ES = "Ocurrió un error al refirmar los archivos isoself, abortando...";
  124.         public static string error_resigning_sprx_files_pac_ES = "Ocurrió un error al refirmar los archivos sprx, abortando...";
  125.  
  126.         public static string decrypting_self_files_pac_ES = "Desencriptando archivos self...";
  127.         public static string decrypting_isoself_files_pac_ES = "Desencriptando archivos isoself...";
  128.         public static string decrypting_sprx_files_pac_ES = "Desencriptando archivos sprx...";
  129.  
  130.         public static string resigning_self_files_pac_ES = "Refirmando archivos self...";
  131.         public static string resigning_isoself_files_pac_ES = "Refirmando archivos isoself...";
  132.         public static string resigning_sprx_files_pac_ES = "Refirmando archivos sprx...";
  133.  
  134.         public static string actual_image_version_ES = "Image Version actual del PUP";
  135.  
  136.         public static string waiting_for_repack_ES = "Esperando para reempaquetar";
  137.         public static string completed_waiting_for_repack_ES = "Tarea/s completadas, esperando para reempaquetar";
  138.  
  139.         public static string repacking_ES = "Reempaquetando...";
  140.         public static string error_repacking_ES = "Ocurrió un error al empaquetar el PUP, abortando...";
  141.  
  142.         public static string fixing_tar_files_ES = "Fixeando archivos TAR...";
  143.         public static string error_fixing_tar_files_ES = "Ocurrió un error al fixear los archivos TAR, abortando...";
  144.  
  145.         public static string creating_tars_ES = "Creando nuevos archivos dev_flash...";
  146.  
  147.         public static string image_version_put_ES = "Por favor introduzca Image Version";
  148.         public static string fw_put_ES = "Por favor el firmware base para crear el CFW/MFW";
  149.  
  150.         public static string creating_pkg_files_ES = "Creando archivos PKG...";
  151.         public static string error_creating_pkg_files_ES = "Ocurrió un error al crear los archivos PKG, abortando...";
  152.  
  153.         public static string error_creating_index_dat_ES = "Ocurrió un error al crear el archivo index.dat, abortando...";
  154.         public static string creating_index_dat_ES = "Creando index.dat...";
  155.  
  156.         public static string error_unpacking_tar_ES = "Ocurrió un error al desempaquetar los archivos de udpate_files.tar, abortando...";
  157.  
  158.         public static string creating_update_files_ES = "Creando update_files.tar...";
  159.         public static string error_creating_update_files_ES = "Ocurrió un error al crear update_files.tar, abortando...";
  160.  
  161.         public static string fix_update_files_ES = "Fixeando update_files.tar...";
  162.         public static string error_fix_update_files_ES = "Ocurrió un error al fixear update_files.tar, abortando...";
  163.  
  164.         public static string decrypting_upl_ES = "Desencriptando UPL.xml.pkg...";
  165.         public static string error_decrypting_upl_ES = "Ocurrió un error al desencriptar UPL.xml.pkg, abortando...";
  166.  
  167.         public static string decrypting_ps3swu_ES = "Desencriptando ps3swu.self...";
  168.         public static string decrypting_ps3swu2_ES = "Desencriptando ps3swu2.self...";
  169.         public static string error_decrypting_ps3swu_ES = "Ocurrió un error al desencriptar ps3swu.self, abortando......";
  170.         public static string error_decrypting_ps3swu2_ES = "Ocurrió un error al desencriptar ps3swu2.self, abortando......";
  171.  
  172.         public static string error_decrypting_self_files_pac_ES = "Ocurrió un error al desencriptar los archivos self, abortando...";
  173.         public static string error_decrypting_isoself_files_pac_ES = "Ocurrió un error al desencriptar los archivos isoself, abortando...";
  174.         public static string error_decrypting_sprx_files_pac_ES = "Ocurrió un error al desencriptar los archivos sprx, abortando...";
  175.  
  176.         public static string decrypting_spp_ES = "Desencriptando default.spp...";
  177.         public static string error_decrypting_spp_ES = "Ocurrió un error al desencriptar default.spp, abortando...";
  178.  
  179.         public static string resigning_swu_ES = "Refirmando ps3swu.self...";
  180.         public static string resigning_swu2_ES = "Refirmando ps3swu2.self...";
  181.         public static string error_resigning_swu_ES = "Ocurrió un error al refirmar ps3swu.self, abortando...";
  182.         public static string error_resigning_swu2_ES = "Ocurrió un error al refirmar ps3swu2.self, abortando...";
  183.  
  184.         public static string creating_upl_ES = "Creando UPL.xml.pkg...";
  185.         public static string error_creating_upl_ES = "Ocurrió un error al crear UPL.xml.pkg, abortando...";
  186.  
  187.         public static string decrypting_core_pac_ES = "Desempaquetando CORE_OS_PACKAGE.pkg...";
  188.         public static string error_decrypting_core_pac_ES = "Ocurrió un error al desempaquetar CORE_OS_PACKAGE.pkg, abortando...";
  189.  
  190.         public static string resigning_spp_core_pac_ES = "Refirmando default.spp...";
  191.         public static string error_resigning_spp_core_pac_ES = "Ocurrió un error al refirmar default.spp, abortando...";
  192.  
  193.         public static string warning_coreos_ES = "¡¡No juegues con el Core_OS si no sabes lo que estás haciendo!!\n\n\tNo me hago responsable de cualquier daño";
  194.         public static string warning_rco_ES = "Esto tomará un poco de tiempo para completarlo satisfactoriamente";
  195.  
  196.         public static string boot_opt_lang_ES = "Idioma";
  197.         public static string boot_opt_music_ES = "Música";
  198.         public static string boot_opt_file_info_ES = "Info. del archivo";
  199.         public static string boot_opt_check_ES = "Comprobador";
  200.         public static string boot_opt_warning_ES = "Mensajes de aviso";
  201.         public static string boot_suffix_ES = "Sufijo PUAD";
  202.  
  203.         public static string box_1_spanish_ES = "Español";
  204.         public static string box_1_english_ES = "Inglés";
  205.         public static string box_enabled_ES = "Activado";
  206.         public static string box_disabled_ES = "Desactivado";
  207.  
  208.         public static string bootini_options_ES = "Opciones de inicio";
  209.         public static string create_default_ini_ES = "Crear boot.ini predeterminado";
  210.         public static string boot_ini_created_ES = "Archivo creado satisfactoriamente";
  211.         public static string boot_ini_created_error_ES = "Ocurrió un error al crear el archivo boot.ini predeterminado";
  212.  
  213.         public static string boot_button1_ES = "Guardar";
  214.         public static string boot_button2_ES = "Cancelar";
  215.  
  216.         public static string boot_save_ES = "Ajustes guardados satisfactoriamente\n\nEs necesario reiniciar para aplicar los cambios";
  217.  
  218.         public static string creating_new_core_ES = "Creando nuevo Core_OS...";
  219.         public static string error_creating_new_core_ES = "Ocurrió un error al crear CORE_OS_PACKAGE.pkg, abortando...";
  220.  
  221.         public static string error_creating_new_tar_ES = "Ocurrió un error al crear los archivos content, abortando...";
  222.  
  223.         public static string firmware_label_ES = "Firmware";
  224.  
  225.         public static string unpacking_spkg_ES = "Desempaquetando spkg_hdr.tar...";
  226.         public static string error_unpacking_spkg_ES = "Ocurrió un error al desempaquetar spkg_hdr.tar, abortando...";
  227.  
  228.         public static string decrypting_spkg_ES = "Desencriptando archivos spkg...";
  229.         public static string error_decrypting_spkg_ES = "Ocurrió un error al desencriptar los archivos spkg, abortando...";
  230.  
  231.         public static string spkg_not_exist_ES = "    Este firmware no contiene el archivo spkg_hdr.tar\n\n      PUAD GUI seguirá con las tareas seleccionadas";
  232.         public static string disable_spkg_ES = "El FW base elegido no necesita los archivos spkg, esta opción será cancelada\n\nPUAD GUI seguirá con las tareas seleccionadas";
  233.  
  234.         public static string rebuilding_spkg_ES = "Empaquetando spkg_hdr.tar...";
  235.         public static string error_rebuilding_spkg_ES = "Ocurrió un error al crear el archivo spkg_hdr.tar, abortando...";
  236.  
  237.         public static string fix_spkg_ES = "Fixeando spkg_hdr.tar...";
  238.         public static string error_fix_spkg_ES = "Ocurrió un error al fixear spkg_hdr.tar, abortando...";
  239.  
  240.         public static string spkg_must_enabled_ES = "Creación de spkg activada para 4.XX";
  241.         public static string choose_syscon_ES = "Por favor elige una versión del syscon de Core_OS";
  242.  
  243.         public static string creating_rco_ES = "Creando archivos RCO, esto puede llevar varios minutos";
  244.  
  245.         public static string box_size_ES = "Tamaño de Archivo";
  246.         public static string box_byte_ES = "Byte";
  247.         public static string box_kilobyte_ES = "Kilobyte";
  248.         public static string box_megabyte_ES = "Megabyte";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement