Talk:Sysconf plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
(i didnt wanted to copy all this, but well... this completes an overview of all related otheros pages)
Line 1: Line 1:


=OtherOS related pages in XMB settings column=
=OtherOS related pages in XMB settings column=
This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete
This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images)


{{Boxcode|content=<syntaxhighlight lang="xml">
{{Boxcode|content=<syntaxhighlight lang="xml">
<Page name="page_console_boot_os"
<Page name="page_console_boot_os"
<Plane name="plane_console_boot_os"
<Plane name="plane_console_boot_os_BG0"
<Plane name="plane_console_boot_os_BG1"
<MList name="plane_console_boot_os_LowerMenu"
<MItem name="item_console_boot_os_0" text="text:msg_ps3"
<MItem name="item_console_boot_os_1" text="text:msg_ex_os"
</MList>
</Plane>
</Page>
<Page name="page_console_install_otheros"
<Page name="page_console_install_otheros"
<Page name="page_install_otheros_search_media"
<Plane name="plane_install_otheros_search_media"
<Text name="text_install_otheros_search_media" text="text:msg_searching"
</Plane>
</Page>
<Page name="page_install_otheros_start_download"
<Page name="page_install_otheros_start_download"
<Plane name="plane_install_otheros_start_download"
<Button name="button_install_otheros_start_download" image="image:tex_button" shadow="image:tex_button_shadow" image2="image:tex_button_focus" unknownRef29="text:msg_start"
<Text name="text_install_otheros_start_download" text="text:msg_installdata_found"
<IList name="ilist_install_otheros_start_download"
<IItem name="iitem_install_otheros_start_download_title" textDefault="text:msg_title" textError="text:msg_info_none"
<IItem name="iitem_install_otheros_start_download_location" textDefault="text:msg_location" textError="text:msg_info_none"
</IList>
</Plane>
</Page>
<Page name="page_install_otheros_check_installdata"
<Page name="page_install_otheros_check_installdata"
<Plane name="plane_install_otheros_check_installdata"
<Text name="text_install_otheros_check_installdata" text="text:msg_installdata_checking"
<Text name="text_install_otheros_installing" text="text:msg_installing"
<Progress name="progress_install_otheros_installing"
<Text name="text_install_otheros_installing_count" text="text:msg_info_none"
</Plane>
</Page>
<Page name="page_install_otheros_installing"
<Page name="page_install_otheros_installing"
<Plane name="plane_install_otheros_installing"
<Text name="text_install_otheros_installing" text="text:msg_installing"
<Progress name="progress_install_otheros_installing"
<Text name="text_install_otheros_installing_count" text="text:msg_info_none"
</Plane>
</Page>
<Page name="page_install_otheros_installed"
<Page name="page_install_otheros_installed"
</syntaxhighlight>}}
<Plane name="plane_install_otheros_installed"
 
<Text name="text_install_otheros_installed" text="text:msg_installed_restart"
{{Boxcode|content=<syntaxhighlight lang="xml">
</Plane>
</Page>
<Page name="page_console_format_hdd_area_details"
<Page name="page_console_format_hdd_area_details"
<Plane name="plane_console_format_hdd_area_details"
<Plane name="plane_console_format_hdd_area_details"
<MList name="mlist_console_format_hdd_area_details"
<MList name="mlist_console_format_hdd_area_details"
<MItem name="item_console_format_hdd_area_details_all_ps3"
<MItem name="item_console_format_hdd_area_details_all_ps3" text="text:msg_partition_ps3"
<MItem name="item_console_format_hdd_area_details_another_10g"
<MItem name="item_console_format_hdd_area_details_another_10g" text="text:msg_partition_ex_os_part"
<MItem name="item_console_format_hdd_area_details_ps3_10g"
<MItem name="item_console_format_hdd_area_details_ps3_10g" text="text:msg_partition_ps3_part"
</MList>
</MList>
<Text name="text_console_format_hdd_area_details"
<Text name="text_console_format_hdd_area_details" text="text:msg_partition_select"
</Plane>
</Plane>
</Page>
</Page>
</syntaxhighlight>}}
And from the .xml for english language
{{Boxcode|content=<syntaxhighlight lang="xml">
<Text name="msg_ps3">PS3™</Text>
<Text name="msg_ex_os">Other OS</Text>
<Text name="msg_searching">Scanning... Please wait.</Text>
<Text name="msg_start">Start</Text>
<Text name="msg_installdata_found">The following installer items were found:</Text>
<Text name="msg_title">Title</Text>
<Text name="msg_info_none">-</Text>
<Text name="msg_location">Location</Text>
<Text name="msg_installdata_checking">Checking for the installer... Please wait.</Text>
<Text name="msg_installing">Installing... Do not turn off the system.</Text>
<Text name="msg_installed_restart"><![CDATA[Install completed. To start another system, go to [Settings] > [System Settings] > [Default System] and set to [Other OS]. Then restart the system.]]></Text>
<Text name="msg_partition_select">Select a partition setting for the system storage.</Text>
<Text name="msg_partition_ps3">Use All for the PS3™ System</Text>
<Text name="msg_partition_ps3_part">Allot %1 to the PS3™ System</Text>
<Text name="msg_partition_ex_os_part">Allot %1 to the Other OS</Text>
</syntaxhighlight>}}
</syntaxhighlight>}}

Revision as of 07:04, 17 July 2014

OtherOS related pages in XMB settings column

This lines has been copyed from the .xml at the root of syconf_plugin.rco, the examples here only contains the start of the lines, are not together, and are not complete (only listed the references to texts and images)

Code Sample

And from the .xml for english language

Code Sample