2019-06-29 02:35:14 +02:00
|
|
|
<resources>
|
2019-09-24 22:54:27 +02:00
|
|
|
<string name="app_name">Skyline</string>
|
2019-07-24 22:19:43 +02:00
|
|
|
<!-- Common -->
|
|
|
|
<string name="search">Search</string>
|
|
|
|
<!-- Toolbar Main -->
|
2019-07-03 01:19:45 +02:00
|
|
|
<string name="settings">Settings</string>
|
2019-07-24 22:19:43 +02:00
|
|
|
<string name="log">Logger</string>
|
2019-07-03 01:19:45 +02:00
|
|
|
<string name="refresh">Refresh</string>
|
|
|
|
<!-- Main -->
|
2019-07-24 22:19:43 +02:00
|
|
|
<string name="refreshed">The list of ROMs has been refreshed.</string>
|
2019-07-03 22:48:43 +02:00
|
|
|
<string name="aset_missing">ASET Header Missing</string>
|
2019-07-03 20:44:28 +02:00
|
|
|
<string name="icon">Icon</string>
|
2019-07-24 22:19:43 +02:00
|
|
|
<string name="no_rom">Cannot find any ROMs</string>
|
|
|
|
<string name="nro">NROs</string>
|
|
|
|
<!-- Toolbar Logger -->
|
|
|
|
<string name="clear">Clear</string>
|
2019-08-29 14:40:39 +02:00
|
|
|
<string name="share">Share</string>
|
2019-07-24 22:19:43 +02:00
|
|
|
<!-- Logger -->
|
|
|
|
<string name="file_missing">The log file was not found</string>
|
|
|
|
<string name="io_error">An I/O error has occurred</string>
|
2019-08-29 14:40:39 +02:00
|
|
|
<string name="share_error">An error has occurred while sharing</string>
|
2019-07-24 22:19:43 +02:00
|
|
|
<string name="cleared">The logs have been cleared</string>
|
2019-09-27 18:09:48 +02:00
|
|
|
<!-- Settings -->
|
|
|
|
<string name="search_location">Search Location</string>
|
|
|
|
<string name="logging">Logging</string>
|
|
|
|
<string name="log_level">Log Level</string>
|
Framebuffer and NativeActivity
What was added:
* Framebuffer
* NativeActivity
* NV Services
* IOCTL Handler
* NV Devices:
* * /dev/nvmap - 0xC0080101, 0xC0080103, 0xC0200104, 0xC0180105, 0xC00C0109, 0xC008010E
* * /dev/nvhost-as-gpu
* * /dev/nvhost-channel - 0x40044801, 0xC0104809, 0xC010480B, 0xC018480C, 0x4004480D, 0xC020481A, 0x40084714
* * /dev/nvhost-ctrl
* * /dev/nvhost-ctrl-gpu - 0x80044701, 0x80284702, 0xC0184706, 0xC0B04705, 0x80084714
* SVCs:
* * SetMemoryAttribute
* * CreateTransferMemory
* * ResetSignal
* * GetSystemTick
* Addition of Compact Logger
What was fixed:
* SVCs:
* * SetHeapSize
* * SetMemoryAttribute
* * QueryMemory
* A release build would not set CMAKE_BUILD_TYPE to "RELEASE"
* The logger code was simplified
2019-11-13 21:09:31 +01:00
|
|
|
<string name="log_compact">Compact Logs</string>
|
|
|
|
<string name="log_compact_desc_on">Logs will be displayed in a compact form factor</string>
|
|
|
|
<string name="log_compact_desc_off">The logs will be displayed in a verbose form factor</string>
|
2019-09-27 18:09:48 +02:00
|
|
|
<string name="system">System</string>
|
|
|
|
<string name="use_docked">Use Docked Mode</string>
|
|
|
|
<string name="handheld_enabled">The system will emulate being in handheld mode</string>
|
|
|
|
<string name="docked_enabled">The system will emulate being in docked mode</string>
|
2019-06-29 02:35:14 +02:00
|
|
|
</resources>
|