2020-05-28 21:27:25 +02:00
<resources xmlns:tools= "http://schemas.android.com/tools" >
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>
2020-04-12 22:29:19 +02:00
<string name= "error" > An error has occurred</string>
2019-07-24 22:19:43 +02:00
<!-- Toolbar Main -->
2019-07-03 01:19:45 +02:00
<string name= "settings" > Settings</string>
2021-06-21 18:00:15 +02:00
<string name= "share_logs" > Share Logs</string>
2019-07-03 01:19:45 +02:00
<string name= "refresh" > Refresh</string>
2021-06-21 18:00:15 +02:00
<!-- Toolbar - Share Logs -->
<string name= "log_share_prompt" > Share log file</string>
<string name= "logs_not_found" > No logs were created during the last run</string>
2019-07-03 01:19:45 +02:00
<!-- Main -->
2021-02-08 18:41:49 +01:00
<string name= "all" > All</string>
2020-04-03 13:47:32 +02:00
<string name= "metadata_missing" > Metadata 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>
2019-12-11 15:16:35 +01:00
<string name= "pin" > Pin</string>
<string name= "play" > Play</string>
2020-04-12 22:29:19 +02:00
<string name= "searching_roms" > Searching for ROMs</string>
2020-09-14 15:53:40 +02:00
<string name= "invalid_file" > Invalid file</string>
<string name= "missing_title_key" > Missing title key</string>
<string name= "incomplete_prod_keys" > Incomplete production keys</string>
2021-06-20 00:14:43 +02:00
<!-- Settings - Emulator -->
2019-12-10 21:51:02 +01:00
<string name= "emulator" > Emulator</string>
2019-09-27 18:09:48 +02:00
<string name= "search_location" > Search Location</string>
2020-05-28 21:27:25 +02:00
<string name= "theme" > Theme</string>
2020-04-19 22:10:28 +02:00
<string name= "layout_type" > Game Display Layout</string>
2020-04-17 22:32:17 +02:00
<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>
2020-05-28 21:27:25 +02:00
<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-09-27 18:09:48 +02:00
<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>
2020-04-18 02:16:09 +02:00
<string name= "log_compact_desc_off" > Logs will be displayed in a verbose form factor</string>
2021-06-20 00:14:43 +02:00
<!-- Settings - System -->
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>
2020-07-19 22:35:50 +02:00
<string name= "username" > Username</string>
<string name= "username_default" > @string/app_name</string>
2021-06-20 00:14:43 +02:00
<!-- Settings - Keys -->
2020-09-14 15:53:40 +02:00
<string name= "keys" > Keys</string>
<string name= "prod_keys" > Production Keys</string>
<string name= "title_keys" > Title Keys</string>
<string name= "import_keys_success" > Successfully imported keys</string>
<string name= "import_keys_failed" > Failed to import keys</string>
2021-06-20 00:14:43 +02:00
<!-- Settings - Display -->
<string name= "display" > Display</string>
<string name= "force_triple_buffering" > Force Triple Buffering</string>
2021-06-21 18:00:15 +02:00
<string name= "triple_buffering_enabled" > Utilize at least three swapchain buffers (Higher FPS but more input lag)</string>
<string name= "triple_buffering_disabled" > Utilize at least two swapchain buffers (Lower FPS but less input lag)</string>
2021-06-20 00:14:43 +02:00
<string name= "disable_frame_throttling" > Disable Frame Throttling</string>
<string name= "disable_frame_throttling_enabled" > Game is allowed to submit frames as fast as possible (Only for benchmarking)</string>
<string name= "disable_frame_throttling_disabled" > Only allow the game to submit frames at the display refresh rate</string>
<string name= "max_refresh_rate" > Use Maximum Display Refresh Rate</string>
<string name= "max_refresh_rate_enabled" > Sets the display refresh rate as high as possible (Will break most games)</string>
<string name= "max_refresh_rate_disabled" > Sets the display refresh rate to 60Hz</string>
2020-05-28 21:27:25 +02:00
<!-- Input -->
<string name= "input" > Input</string>
2020-10-03 11:58:34 +02:00
<string name= "osc" > On-Screen Controls</string>
<string name= "osc_enable" > Enable On-Screen Controls</string>
2020-05-28 21:27:25 +02:00
<string name= "osc_not_shown" > On-Screen Controls won\'t be shown</string>
<string name= "osc_shown" > On-Screen Controls will be shown</string>
2020-10-03 11:58:34 +02:00
<string name= "osc_edit" > Edit On-Screen Controls layout</string>
2020-10-03 19:20:36 +02:00
<string name= "joystick" > Joystick</string>
<string name= "confirm" > Confirm</string>
<string name= "cancel" > Cancel</string>
2020-11-21 12:01:42 +01:00
<string name= "osc_recenter_sticks" > Recenter Sticks On Touch</string>
2020-05-28 21:27:25 +02:00
<string name= "controller" > Controller</string>
<string name= "config_controller" > Configure Controller</string>
<string name= "controller_type" > Controller Type</string>
<string name= "none" > None</string>
<string name= "handheld_procon" > Handheld + Pro Controller</string>
<string name= "procon" > Pro Controller</string>
<string name= "ljoycon" > Left JoyCon</string>
<string name= "rjoycon" > Right JoyCon</string>
<string name= "general" > General</string>
<string name= "partner_joycon" > Partner Joy-Con</string>
<string name= "rumble_device" > Rumble Device</string>
<string name= "supported" > Supported</string>
<string name= "not_supported" > Not Supported</string>
<string name= "press_any_button" > Press any button on a controller</string>
<string name= "confirm_button_again" > Confirm choice by pressing a button again</string>
2020-09-05 01:06:07 +02:00
<string name= "builtin" > Built-in</string>
<string name= "builtin_vibrator" > Built-in Vibrator</string>
2020-05-28 21:27:25 +02:00
<string name= "reset" > Reset</string>
<string name= "buttons" > Buttons</string>
<string name= "use_button_axis" > Use any button or axis on a controller</string>
<string name= "release_confirm" > Release to confirm selection</string>
<string name= "hold_confirm" > Hold to confirm selection</string>
<string name= "sticks" > Sticks</string>
<string name= "stick_button" > Stick Button</string>
<string name= "next" > Next</string>
<string name= "x_plus" > Stick X+ Axis (Right)</string>
<string name= "y_plus" > Stick Y+ Axis (Up)</string>
<string name= "x_minus" > Stick X- Axis (Left)</string>
<string name= "y_minus" > Stick Y- Axis (Down)</string>
<string name= "a_button" > A</string>
<string name= "b_button" > B</string>
<string name= "x_button" > X</string>
<string name= "y_button" > Y</string>
<string name= "left_shoulder" > Left Shoulder</string>
<string name= "right_shoulder" > Right Shoulder</string>
<string name= "left_trigger" > Left Trigger</string>
<string name= "right_trigger" > Right Trigger</string>
<string name= "plus_button" > Plus</string>
<string name= "minus_button" > Minus</string>
<string name= "emu_menu_button" > Emulator Menu</string>
<string name= "stick_preview" > Stick Preview</string>
<string name= "done" > Done</string>
<string name= "use_non_stick" > Use any unmapped button to finish</string>
<string name= "button" > Button</string>
<string name= "up" > Up</string>
<string name= "down" > Down</string>
<string name= "left" > Left</string>
<string name= "right" > Right</string>
<string name= "dpad" > D-pad</string>
2020-10-03 19:20:36 +02:00
<string name= "left_stick" > Left Stick</string>
<string name= "right_stick" > Right Stick</string>
2020-05-28 21:27:25 +02:00
<string name= "face_buttons" > Face Buttons</string>
<string name= "shoulder_trigger" > <![CDATA[Shoulder & Trigger Buttons]]> </string>
<string name= "shoulder_rail" > Shoulder Buttons on Joy-Con Rail</string>
<string name= "misc_buttons" > Miscellaneous Buttons</string>
2020-03-30 21:39:21 +02:00
<!-- Licenses -->
<string name= "licenses" > Licenses</string>
2020-04-19 23:04:05 +02:00
<string name= "skyline_license_description" > The license of Skyline (MPL 2.0)</string>
2020-03-30 21:39:21 +02:00
<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 18:12:46 +02:00
<string name= "mtico" > Material Design Icons</string>
2020-04-19 23:04:05 +02:00
<string name= "mtico_description" > We use Material Design Icons to have consistent iconography throughout the application (Apache License 2.0)</string>
2020-07-04 22:52:07 +02:00
<string name= "open_sans" > Open Sans</string>
<string name= "open_sans_description" > We use Open Sans as our FOSS shared font replacement for Latin, Korean and Chinese (Apache License 2.0)</string>
<string name= "roboto" > Roboto</string>
<string name= "roboto_description" > We use Roboto as our FOSS shared font replacement for Nintendo\'s extended character set (Apache License 2.0)</string>
<string name= "source_sans_pro" > Source Sans Pro</string>
<string name= "source_sans_pro_description" > We use Source Sans Pro as our FOSS shared font replacement for Extended Chinese (SIL Open Font License 1.1)</string>
2020-05-28 21:27:25 +02:00
<!-- Misc -->
<!-- suppress AndroidLintUnusedResources -->
<string name= "expand_button_title" tools:override= "true" > Expand</string>
2019-06-29 02:35:14 +02:00
</resources>