I still have the files at hand, this is the complete list of custom text strings stored inside explore_plugin_full.rco for 4.89 HEN
The other day i didnt paid much attention to them, but it seems all them are for the package manager, right ?... then we can tell the only custom edits inside explore_plugin_full.rco are "visual improvements" of the package manager
Is just all this texts are translated for a lot of the other 20 XMB supported languages, im adding another sample of the custom texts in spanish
So... this translations would be lost if you decide to preserv the official explore_plugin_full.rco
Code:
<Text name="msg_tool_package_file"><![CDATA[★ Package Manager]]></Text>
<Text name="msg_tool_package_file_info">Manage your PlayStation[emoji769]Network Content and Homebrew packages.</Text>
<Text name="msg_tool_rebug_file"><![CDATA[★ Rebug Essentials]]></Text>
<Text name="msg_tool_rebug_file_info">INSTALL essential tools to fully enjoy the REBUG experience.</Text>
<Text name="msg_tool_psn_file"><![CDATA[★ PlayStation[emoji769]Network Content]]></Text>
<Text name="msg_tool_psn_file_info">Manage your downloaded PlayStation[emoji769]Network Content.</Text>
<Text name="msg_tool_install_file_info">INSTALL package files from Storage Devices and your PS3[emoji769].</Text>
<Text name="msg_tool_delete_file"><![CDATA[★ Delete Package Files]]></Text>
<Text name="msg_tool_delete_file_info">DELETE package files from Storage Devices and your PS3[emoji769].</Text>
<Text name="msg_tool_hdd0_file">PS3[emoji769] System Storage</Text>
<Text name="msg_tool_hdd0_install_info">INSTALL from [dev_hdd0/packages] directory on your PS3[emoji769].</Text>
<Text name="msg_tool_hdd0_delete_info">DELETE from [dev_hdd0/packages] directory on your PS3[emoji769].</Text>
<Text name="msg_tool_usb_file">Package Directory</Text>
<Text name="msg_tool_usb_install_info">INSTALL from [packages] directory on your Storage Device.</Text>
<Text name="msg_tool_usb_delete_info">DELETE from [packages] directory on your Storage Device.</Text>
<Text name="msg_tool_og_file">Standard</Text>
<Text name="msg_tool_og_install_info">INSTALL from the [root] of your Storage Device.</Text>
<Text name="msg_tool_og_delete_info">DELETE from the [root] of your Storage Device.</Text>
<Text name="msg_tool_no_package">No package files found.</Text>
<Text name="msg_tool_no_psn_content">No PlayStation[emoji769]Network Content found.</Text>
Code:
<Text name="msg_tool_package_file"><![CDATA[★ Administrar archivos PKG]]></Text>
<Text name="msg_tool_package_file_info">Administrar el contenido descargado de PlayStation[emoji769]Network y archivos PKG.</Text>
<Text name="msg_tool_rebug_file"><![CDATA[★ Rebug Essentials]]></Text>
<Text name="msg_tool_rebug_file_info">INSTALL essential tools to fully enjoy the REBUG experience.</Text>
<Text name="msg_tool_psn_file"><![CDATA[★ Contenido de PlayStation[emoji769]Network]]></Text>
<Text name="msg_tool_psn_file_info">Administrar el contenido descargado de PlayStation[emoji769]Network.</Text>
<Text name="msg_tool_install_file_info">INSTALAR archivos PKG desde tu PS3[emoji769] y dispositivos de almacenamiento.</Text>
<Text name="msg_tool_delete_file"><![CDATA[★ Borrar archivos PKG]]></Text>
<Text name="msg_tool_delete_file_info">BORRAR archivos PKG en tu PS3[emoji769] y dispositivos de almacenamiento.</Text>
<Text name="msg_tool_hdd0_file">Almacenamiento del sistema PS3[emoji769]</Text>
<Text name="msg_tool_hdd0_install_info">INSTALAR desde el directorio [dev_hdd0/packages] de tu PS3[emoji769].</Text>
<Text name="msg_tool_hdd0_delete_info">BORRAR archivos PKG en el directorio [dev_hdd0/packages] de tu sistema PS3[emoji769].</Text>
<Text name="msg_tool_usb_file">Directorio de archivos PKG</Text>
<Text name="msg_tool_usb_install_info">INSTALAR desde el directorio [packages] de tu dispositivo de almacenamiento.</Text>
<Text name="msg_tool_usb_delete_info">BORRAR archivos PKG en el directorio [packages] de tu dispositivo de almacenamiento.</Text>
<Text name="msg_tool_og_file">Directorio estándar</Text>
<Text name="msg_tool_og_install_info">INSTALAR desde la [raíz] de tu dispositivo de almacenamiento.</Text>
<Text name="msg_tool_og_delete_info">BORRAR archivos PKG en la [raíz] de tu dispositivo de almacenamiento.</Text>
<Text name="msg_tool_no_package">No se han encontrado archivos PKG.</Text>
<Text name="msg_tool_no_psn_content">No se ha encontrado contenido de PlayStation[emoji769]Network.</Text>