2019-06-28 20:35:14 -04:00
|
|
|
<resources>
|
2019-09-25 02:24:27 +05:30
|
|
|
<string name="app_name">Skyline</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<!-- Common -->
|
|
|
|
<string name="search">Search</string>
|
2020-04-13 01:59:19 +05:30
|
|
|
<string name="error">An error has occurred</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<!-- Toolbar Main -->
|
2019-07-03 04:49:45 +05:30
|
|
|
<string name="settings">Settings</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<string name="log">Logger</string>
|
2019-07-03 04:49:45 +05:30
|
|
|
<string name="refresh">Refresh</string>
|
|
|
|
<!-- Main -->
|
2020-04-03 17:17:32 +05:30
|
|
|
<string name="metadata_missing">Metadata Missing</string>
|
2019-07-04 00:14:28 +05:30
|
|
|
<string name="icon">Icon</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<string name="no_rom">Cannot find any ROMs</string>
|
2019-12-11 19:46:35 +05:30
|
|
|
<string name="pin">Pin</string>
|
|
|
|
<string name="play">Play</string>
|
2020-04-13 01:59:19 +05:30
|
|
|
<string name="searching_roms">Searching for ROMs</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<!-- Toolbar Logger -->
|
|
|
|
<string name="clear">Clear</string>
|
2019-08-29 18:10:39 +05:30
|
|
|
<string name="share">Share</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<!-- Logger -->
|
|
|
|
<string name="file_missing">The log file was not found</string>
|
|
|
|
<string name="io_error">An I/O error has occurred</string>
|
2020-04-13 01:59:19 +05:30
|
|
|
<string name="upload_logs">The logs are being uploaded</string>
|
2019-07-25 01:49:43 +05:30
|
|
|
<string name="cleared">The logs have been cleared</string>
|
2019-09-27 21:39:48 +05:30
|
|
|
<!-- Settings -->
|
2019-12-11 02:21:02 +05:30
|
|
|
<string name="emulator">Emulator</string>
|
2019-09-27 21:39:48 +05:30
|
|
|
<string name="search_location">Search Location</string>
|
2020-04-20 01:40:28 +05:30
|
|
|
<string name="layout_type">Game Display Layout</string>
|
2020-04-18 02:02:17 +05:30
|
|
|
<string name="select_action">Always Show Game Information</string>
|
|
|
|
<string name="select_action_desc_on">Game information will be shown on clicking a game</string>
|
|
|
|
<string name="select_action_desc_off">Game information will only be shown on long-clicking a game</string>
|
2019-09-27 21:39:48 +05:30
|
|
|
<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-14 01:39:31 +05:30
|
|
|
<string name="log_compact">Compact Logs</string>
|
|
|
|
<string name="log_compact_desc_on">Logs will be displayed in a compact form factor</string>
|
2020-04-18 05:46:09 +05:30
|
|
|
<string name="log_compact_desc_off">Logs will be displayed in a verbose form factor</string>
|
2019-09-27 21:39:48 +05:30
|
|
|
<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-12-11 02:21:02 +05:30
|
|
|
<string name="theme">Theme</string>
|
2020-03-31 01:09:21 +05:30
|
|
|
<!-- Licenses -->
|
|
|
|
<string name="licenses">Licenses</string>
|
2020-04-12 21:42:46 +05:30
|
|
|
<string name="skyline_license_description">The license of Skyline (LGPLv3 or later)</string>
|
2020-03-31 01:09:21 +05:30
|
|
|
<string name="fmtlib">{fmt}</string>
|
|
|
|
<string name="fmtlib_description">We use libfmt for formatting strings (Custom License)</string>
|
|
|
|
<string name="oboe">oboe</string>
|
|
|
|
<string name="oboe_description">We use oboe for audio output during emulation (Apache License 2.0)</string>
|
|
|
|
<string name="vkhpp">Vulkan-Hpp</string>
|
|
|
|
<string name="vkhpp_description">We use Vulkan-Hpp for using Vulkan with a C++ API (Apache License 2.0)</string>
|
|
|
|
<string name="txml2">TinyXML2</string>
|
|
|
|
<string name="txml2_description">We use TinyXML2 for parsing the preference XML to retrieve settings from C++ (zLib License)</string>
|
|
|
|
<string name="jssim">java-string-similarity</string>
|
|
|
|
<string name="jssim_description">We use java-string-similarity to power our search functionality (Apache License 2.0)</string>
|
|
|
|
<string name="andx">AndroidX</string>
|
|
|
|
<string name="andx_description">We use AndroidX to have a consistent user-experience across Android versions (Apache License 2.0)</string>
|
|
|
|
<string name="amat">Android Material Components</string>
|
|
|
|
<string name="amat_description">We use Android Material Components to have a consistent material design UI (Apache License 2.0)</string>
|
|
|
|
<string name="ktstd">Kotlin Standard Library</string>
|
|
|
|
<string name="ktstd_description">We use Kotlin Standard Library for accessing convenience functions in Kotlin (Apache License 2.0)</string>
|
2020-04-12 21:42:46 +05:30
|
|
|
<string name="mtico">Material Design Icons</string>
|
|
|
|
<string name="mtico_description">We use Material Design Icons to have consistent iconography throughout the application</string>
|
2020-04-18 05:46:09 +05:30
|
|
|
<string name="perf_stats">Show Performance Statistics</string>
|
|
|
|
<string name="perf_stats_desc_off">Performance Statistics will not be shown</string>
|
|
|
|
<string name="perf_stats_desc_on">Performance Statistics will be shown in the top-left corner</string>
|
2019-06-28 20:35:14 -04:00
|
|
|
</resources>
|