strings.xml 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
  3. <!-- General application strings -->
  4. <string name="app_name" translatable="false">yuzu</string>
  5. <string name="app_disclaimer">This software will run games for the Nintendo Switch game console. No game titles or keys are included.&lt;br /&gt;&lt;br /&gt;Before you begin, please locate your <![CDATA[<b> prod.keys </b>]]> file on your device storage.&lt;br /&gt;&lt;br /&gt;<![CDATA[<a href="https://yuzu-emu.org/help/quickstart">Learn more</a>]]></string>
  6. <string name="emulation_notification_channel_name">Emulation is Active</string>
  7. <string name="emulation_notification_channel_id" translatable="false">emulationIsActive</string>
  8. <string name="emulation_notification_channel_description">Shows a persistent notification when emulation is running.</string>
  9. <string name="emulation_notification_running">yuzu is running</string>
  10. <string name="notice_notification_channel_name">Notices and errors</string>
  11. <string name="notice_notification_channel_id" translatable="false">noticesAndErrors</string>
  12. <string name="notice_notification_channel_description">Shows notifications when something goes wrong.</string>
  13. <string name="notification_permission_not_granted">Notification permission not granted!</string>
  14. <!-- Setup strings -->
  15. <string name="welcome">Welcome!</string>
  16. <string name="welcome_description">Learn how to setup &lt;b>yuzu&lt;/b> and jump into emulation.</string>
  17. <string name="get_started">Get started</string>
  18. <string name="keys">Keys</string>
  19. <string name="keys_description">Select your &lt;b>prod.keys&lt;/b> file with the button below.</string>
  20. <string name="select_keys">Select Keys</string>
  21. <string name="games">Games</string>
  22. <string name="games_description">Select your &lt;b>Games&lt;/b> folder with the button below.</string>
  23. <string name="done">Done</string>
  24. <string name="done_description">You\'re all set.\nEnjoy your games!</string>
  25. <string name="text_continue">Continue</string>
  26. <string name="next">Next</string>
  27. <string name="back">Back</string>
  28. <string name="add_games">Add Games</string>
  29. <string name="add_games_description">Select your games folder</string>
  30. <!-- Home strings -->
  31. <string name="home_games">Games</string>
  32. <string name="home_search">Search</string>
  33. <string name="home_settings">Settings</string>
  34. <string name="empty_gamelist">No files were found or no game directory has been selected yet.</string>
  35. <string name="search_and_filter_games">Search and filter games</string>
  36. <string name="select_games_folder">Select games folder</string>
  37. <string name="select_games_folder_description">Allows yuzu to populate the games list</string>
  38. <string name="add_games_warning">Skip selecting games folder?</string>
  39. <string name="add_games_warning_description">Games won\'t be displayed in the Games list if a folder isn\'t selected.</string>
  40. <string name="add_games_warning_help">https://yuzu-emu.org/help/quickstart/#dumping-games</string>
  41. <string name="home_search_games">Search games</string>
  42. <string name="games_dir_selected">Games directory selected</string>
  43. <string name="install_prod_keys">Install prod.keys</string>
  44. <string name="install_prod_keys_description">Required to decrypt retail games</string>
  45. <string name="install_prod_keys_warning">Skip adding keys?</string>
  46. <string name="install_prod_keys_warning_description">Valid keys are required to emulate retail games. Only homebrew apps will function if you continue.</string>
  47. <string name="install_prod_keys_warning_help">https://yuzu-emu.org/help/quickstart/#guide-introduction</string>
  48. <string name="notifications">Notifications</string>
  49. <string name="notifications_description">Grant the notification permission with the button below.</string>
  50. <string name="give_permission">Grant permission</string>
  51. <string name="notification_warning">Skip granting the notification permission?</string>
  52. <string name="notification_warning_description">yuzu won\'t be able to notify you of important information.</string>
  53. <string name="permission_denied">Permission denied</string>
  54. <string name="permission_denied_description">You denied this permission too many times and now you have to manually grant it in system settings.</string>
  55. <string name="about">About</string>
  56. <string name="about_description">Build version, credits, and more</string>
  57. <string name="warning_help">Help</string>
  58. <string name="warning_skip">Skip</string>
  59. <string name="warning_cancel">Cancel</string>
  60. <string name="install_amiibo_keys">Install Amiibo keys</string>
  61. <string name="install_amiibo_keys_description">Required to use Amiibo in game</string>
  62. <string name="invalid_keys_file">Invalid keys file selected</string>
  63. <string name="install_keys_success">Keys successfully installed</string>
  64. <string name="reading_keys_failure">Error reading encryption keys</string>
  65. <string name="install_prod_keys_failure_extension_description">Verify your keys file has a .keys extension and try again.</string>
  66. <string name="install_amiibo_keys_failure_extension_description">Verify your keys file has a .bin extension and try again.</string>
  67. <string name="invalid_keys_error">Invalid encryption keys</string>
  68. <string name="dumping_keys_quickstart_link">https://yuzu-emu.org/help/quickstart/#dumping-decryption-keys</string>
  69. <string name="install_keys_failure_description">The selected file is incorrect or corrupt. Please redump your keys.</string>
  70. <string name="install_gpu_driver">Install GPU driver</string>
  71. <string name="install_gpu_driver_description">Install alternative drivers for potentially better performance or accuracy</string>
  72. <string name="advanced_settings">Advanced settings</string>
  73. <string name="settings_description">Configure emulator settings</string>
  74. <string name="search_recently_played">Recently played</string>
  75. <string name="search_recently_added">Recently added</string>
  76. <string name="search_retail">Retail</string>
  77. <string name="search_homebrew">Homebrew</string>
  78. <string name="open_user_folder">Open yuzu folder</string>
  79. <string name="open_user_folder_description">Manage yuzu\'s internal files</string>
  80. <string name="theme_and_color_description">Modify the look of the app</string>
  81. <string name="no_file_manager">No file manager found</string>
  82. <string name="notification_no_directory_link">Could not open yuzu directory</string>
  83. <string name="notification_no_directory_link_description">Please locate the user folder with the file manager\'s side panel manually.</string>
  84. <string name="manage_save_data">Manage save data</string>
  85. <string name="manage_save_data_description">Save data found. Please select an option below.</string>
  86. <string name="import_export_saves_description">Import or export save files</string>
  87. <string name="import_export_saves_no_profile">No save data found. Please launch a game and retry.</string>
  88. <string name="save_file_imported_success">Imported successfully</string>
  89. <string name="save_file_invalid_zip_structure">Invalid save directory structure</string>
  90. <string name="save_file_invalid_zip_structure_description">The first subfolder name must be the title ID of the game.</string>
  91. <string name="import_saves">Import</string>
  92. <string name="export_saves">Export</string>
  93. <string name="install_firmware">Install firmware</string>
  94. <string name="install_firmware_description">Firmware must be in a ZIP archive and is needed to boot some games</string>
  95. <string name="firmware_installing">Installing firmware</string>
  96. <string name="firmware_installed_success">Firmware installed successfully</string>
  97. <string name="firmware_installed_failure">Firmware installation failed</string>
  98. <string name="firmware_installed_failure_description">Verify that the ZIP contains valid firmware and try again.</string>
  99. <string name="share_log">Share debug logs</string>
  100. <string name="share_log_description">Share yuzu\'s log file to debug issues</string>
  101. <string name="share_log_missing">No log file found</string>
  102. <string name="install_game_content">Install game content</string>
  103. <string name="install_game_content_description">Install game updates or DLC</string>
  104. <string name="install_game_content_failure">Error installing file to NAND</string>
  105. <string name="install_game_content_failure_description">Game content installation failed. Please ensure content is valid and that the prod.keys file is installed.</string>
  106. <string name="install_game_content_failure_base">Installation of base games isn\'t permitted in order to avoid possible conflicts. Please select an update or DLC instead.</string>
  107. <string name="install_game_content_failure_file_extension">The selected file type is not supported. Only NSP and XCI content is supported for this action. Please verify the game content is valid.</string>
  108. <string name="install_game_content_success">Game content installed successfully</string>
  109. <string name="install_game_content_success_overwrite">Game content was overwritten successfully</string>
  110. <string name="install_game_content_help_link">https://yuzu-emu.org/help/quickstart/#dumping-installed-updates</string>
  111. <!-- About screen strings -->
  112. <string name="gaia_is_not_real">Gaia isn\'t real</string>
  113. <string name="copied_to_clipboard">Copied to clipboard</string>
  114. <string name="about_app_description">An open-source Switch emulator</string>
  115. <string name="contributors">Contributors</string>
  116. <string name="contributors_description">Made with \u2764 from the yuzu team</string>
  117. <string name="contributors_link">https://github.com/yuzu-emu/yuzu/graphs/contributors</string>
  118. <string name="licenses_description">Projects that make yuzu for Android possible</string>
  119. <string name="build">Build</string>
  120. <string name="support_link">https://discord.gg/u77vRWY</string>
  121. <string name="website_link">https://yuzu-emu.org/</string>
  122. <string name="github_link">https://github.com/yuzu-emu</string>
  123. <!-- Early access upgrade strings -->
  124. <string name="early_access">Early Access</string>
  125. <string name="get_early_access">Get Early Access</string>
  126. <string name="play_store_link">https://play.google.com/store/apps/details?id=org.yuzu.yuzu_emu.ea</string>
  127. <string name="get_early_access_description">Cutting-edge features, early access to updates, and more</string>
  128. <string name="early_access_benefits">Early Access Benefits</string>
  129. <string name="cutting_edge_features">Cutting-edge features</string>
  130. <string name="early_access_updates">Early access to updates</string>
  131. <string name="no_manual_installation">No manual installation</string>
  132. <string name="prioritized_support">Prioritized support</string>
  133. <string name="helping_game_preservation">Helping game preservation</string>
  134. <string name="our_eternal_gratitude">Our eternal gratitude</string>
  135. <string name="are_you_interested">Are you interested?</string>
  136. <!-- General settings strings -->
  137. <string name="frame_limit_enable">Limit speed</string>
  138. <string name="frame_limit_enable_description">Limits emulation speed to a specified percentage of normal speed.</string>
  139. <string name="frame_limit_slider">Limit speed percent</string>
  140. <string name="frame_limit_slider_description">Specifies the percentage to limit emulation speed. 100% is the normal speed. Values higher or lower will increase or decrease the speed limit.</string>
  141. <string name="cpu_accuracy">CPU accuracy</string>
  142. <!-- System settings strings -->
  143. <string name="use_docked_mode">Docked Mode</string>
  144. <string name="use_docked_mode_description">Increases resolution, decreasing performance. Handheld Mode is used when disabled, lowering resolution and increasing performance.</string>
  145. <string name="emulated_region">Emulated region</string>
  146. <string name="emulated_language">Emulated language</string>
  147. <string name="select_rtc_date">Select RTC date</string>
  148. <string name="select_rtc_time">Select RTC time</string>
  149. <string name="use_custom_rtc">Custom RTC</string>
  150. <string name="use_custom_rtc_description">Allows you to set a custom real-time clock separate from your current system time.</string>
  151. <string name="set_custom_rtc">Set custom RTC</string>
  152. <!-- Graphics settings strings -->
  153. <string name="renderer_accuracy">Accuracy level</string>
  154. <string name="renderer_resolution">Resolution (Handheld/Docked)</string>
  155. <string name="renderer_vsync">VSync mode</string>
  156. <string name="renderer_screen_layout">Orientation</string>
  157. <string name="renderer_aspect_ratio">Aspect ratio</string>
  158. <string name="renderer_scaling_filter">Window adapting filter</string>
  159. <string name="renderer_anti_aliasing">Anti-aliasing method</string>
  160. <string name="renderer_force_max_clock">Force maximum clocks (Adreno only)</string>
  161. <string name="renderer_force_max_clock_description">Forces the GPU to run at the maximum possible clocks (thermal constraints will still be applied).</string>
  162. <string name="renderer_asynchronous_shaders">Use asynchronous shaders</string>
  163. <string name="renderer_asynchronous_shaders_description">Compiles shaders asynchronously, reducing stutter but may introduce glitches.</string>
  164. <string name="renderer_reactive_flushing">Use reactive flushing</string>
  165. <string name="renderer_reactive_flushing_description">Improves rendering accuracy in some games at the cost of performance.</string>
  166. <string name="use_disk_shader_cache">Disk shader cache</string>
  167. <string name="use_disk_shader_cache_description">Reduces stuttering by locally storing and loading generated shaders.</string>
  168. <!-- Debug settings strings -->
  169. <string name="cpu">CPU</string>
  170. <string name="cpu_debug_mode">CPU Debugging</string>
  171. <string name="cpu_debug_mode_description">Puts the CPU in a slow debugging mode.</string>
  172. <string name="gpu">GPU</string>
  173. <string name="renderer_api">API</string>
  174. <string name="renderer_debug">Graphics debugging</string>
  175. <string name="renderer_debug_description">Sets the graphics API to a slow debugging mode.</string>
  176. <string name="fastmem">Fastmem</string>
  177. <!-- Audio settings strings -->
  178. <string name="audio_output_engine">Output engine</string>
  179. <string name="audio_volume">Volume</string>
  180. <string name="audio_volume_description">Specifies the volume of audio output.</string>
  181. <!-- Miscellaneous -->
  182. <string name="slider_default">Default</string>
  183. <string name="ini_saved">Saved settings</string>
  184. <string name="gameid_saved">Saved settings for %1$s</string>
  185. <string name="error_saving">Error saving %1$s.ini: %2$s</string>
  186. <string name="loading">Loading…</string>
  187. <string name="reset_setting_confirmation">Do you want to reset this setting back to its default value?</string>
  188. <string name="reset_to_default">Reset to default</string>
  189. <string name="reset_all_settings">Reset all settings?</string>
  190. <string name="reset_all_settings_description">All advanced settings will be reset to their default configuration. This can not be undone.</string>
  191. <string name="settings_reset">Settings reset</string>
  192. <string name="close">Close</string>
  193. <string name="learn_more">Learn more</string>
  194. <string name="auto">Auto</string>
  195. <string name="submit">Submit</string>
  196. <string name="string_null">Null</string>
  197. <!-- GPU driver installation -->
  198. <string name="select_gpu_driver">Select GPU driver</string>
  199. <string name="select_gpu_driver_title">Would you like to replace your current GPU driver?</string>
  200. <string name="select_gpu_driver_install">Install</string>
  201. <string name="select_gpu_driver_default">Default</string>
  202. <string name="select_gpu_driver_install_success">Installed %s</string>
  203. <string name="select_gpu_driver_use_default">Using default GPU driver</string>
  204. <string name="select_gpu_driver_error">Invalid driver selected, using system default!</string>
  205. <string name="system_gpu_driver">System GPU driver</string>
  206. <string name="installing_driver">Installing driver…</string>
  207. <!-- Preferences Screen -->
  208. <string name="preferences_settings">Settings</string>
  209. <string name="preferences_general">General</string>
  210. <string name="preferences_system">System</string>
  211. <string name="preferences_graphics">Graphics</string>
  212. <string name="preferences_audio">Audio</string>
  213. <string name="preferences_theme">Theme and color</string>
  214. <string name="preferences_debug">Debug</string>
  215. <!-- ROM loading errors -->
  216. <string name="loader_error_encrypted">Your ROM is encrypted</string>
  217. <string name="loader_error_encrypted_roms_description"><![CDATA[Please follow the guides to redump your <a href="https://yuzu-emu.org/help/quickstart/#dumping-cartridge-games">game cartidges</a> or <a href="https://yuzu-emu.org/help/quickstart/#dumping-installed-titles-eshop">installed titles</a>.]]></string>
  218. <string name="loader_error_encrypted_keys_description"><![CDATA[Please ensure your <a href="https://yuzu-emu.org/help/quickstart/#dumping-prodkeys-and-titlekeys">prod.keys</a> file is installed so that games can be decrypted.]]></string>
  219. <string name="loader_error_video_core">An error occurred initializing the video core</string>
  220. <string name="loader_error_video_core_description">This is usually caused by an incompatible GPU driver. Installing a custom GPU driver may resolve this problem.</string>
  221. <string name="loader_error_invalid_format">Unable to load ROM</string>
  222. <string name="loader_error_file_not_found">ROM file does not exist</string>
  223. <!-- Emulation Menu -->
  224. <string name="emulation_exit">Exit emulation</string>
  225. <string name="emulation_done">Done</string>
  226. <string name="emulation_fps_counter">FPS counter</string>
  227. <string name="emulation_toggle_controls">Toggle controls</string>
  228. <string name="emulation_rel_stick_center">Relative stick center</string>
  229. <string name="emulation_dpad_slide">D-pad slide</string>
  230. <string name="emulation_haptics">Touch haptics</string>
  231. <string name="emulation_show_overlay">Show overlay</string>
  232. <string name="emulation_toggle_all">Toggle all</string>
  233. <string name="emulation_control_adjust">Adjust overlay</string>
  234. <string name="emulation_control_scale">Scale</string>
  235. <string name="emulation_control_opacity">Opacity</string>
  236. <string name="emulation_touch_overlay_reset">Reset overlay</string>
  237. <string name="emulation_touch_overlay_edit">Edit overlay</string>
  238. <string name="emulation_pause">Pause emulation</string>
  239. <string name="emulation_unpause">Unpause emulation</string>
  240. <string name="emulation_input_overlay">Overlay options</string>
  241. <string name="emulation_game_loading">Game loading…</string>
  242. <string name="load_settings">Loading settings…</string>
  243. <!-- Software keyboard -->
  244. <string name="software_keyboard">Software keyboard</string>
  245. <!-- Errors and warnings -->
  246. <string name="abort_button">Abort</string>
  247. <string name="continue_button">Continue</string>
  248. <string name="system_archive_not_found">System Archive Not Found</string>
  249. <string name="system_archive_not_found_message">%s is missing. Please dump your system archives.\nContinuing emulation may result in crashes and bugs.</string>
  250. <string name="system_archive_general">A system archive</string>
  251. <string name="save_load_error">Save/Load Error</string>
  252. <string name="fatal_error">Fatal Error</string>
  253. <string name="fatal_error_message">A fatal error occurred. Check the log for details.\nContinuing emulation may result in crashes and bugs.</string>
  254. <string name="performance_warning">Turning off this setting will significantly reduce emulation performance! For the best experience, it is recommended that you leave this setting enabled.</string>
  255. <!-- Region Names -->
  256. <string name="region_japan">Japan</string>
  257. <string name="region_usa">USA</string>
  258. <string name="region_europe">Europe</string>
  259. <string name="region_australia">Australia</string>
  260. <string name="region_china">China</string>
  261. <string name="region_korea">Korea</string>
  262. <string name="region_taiwan">Taiwan</string>
  263. <!-- Language Names -->
  264. <string name="language_japanese">Japanese (日本語)</string>
  265. <string name="language_english">English</string>
  266. <string name="language_french">French (Français)</string>
  267. <string name="langauge_german">German (Deutsch)</string>
  268. <string name="language_italian">Italian (Italiano)</string>
  269. <string name="language_spanish">Spanish (Español)</string>
  270. <string name="language_chinese">Chinese (简体中文)</string>
  271. <string name="language_korean">Korean (한국어)</string>
  272. <string name="language_dutch">Dutch (Nederlands)</string>
  273. <string name="language_portuguese">Portuguese (Português)</string>
  274. <string name="language_russian">Russian (Русский)</string>
  275. <string name="language_taiwanese">Taiwanese (台湾)</string>
  276. <string name="language_british_english">British English</string>
  277. <string name="language_canadian_french">Canadian French (Français canadien)</string>
  278. <string name="language_latin_american_spanish">Latin American Spanish (Español latinoamericano)</string>
  279. <string name="language_simplified_chinese">Simplified Chinese (简体中文)</string>
  280. <string name="language_traditional_chinese">Traditional Chinese (正體中文)</string>
  281. <string name="language_brazilian_portuguese">Brazilian Portuguese (Português do Brasil)</string>
  282. <!-- Renderer APIs -->
  283. <string name="renderer_vulkan">Vulkan</string>
  284. <string name="renderer_none">None</string>
  285. <!-- Renderer Accuracy -->
  286. <string name="renderer_accuracy_normal">Normal</string>
  287. <string name="renderer_accuracy_high">High</string>
  288. <string name="renderer_accuracy_extreme">Extreme (Slow)</string>
  289. <!-- Resolutions -->
  290. <string name="resolution_half">0.5X (360p/540p)</string>
  291. <string name="resolution_three_quarter">0.75X (540p/810p)</string>
  292. <string name="resolution_one">1X (720p/1080p)</string>
  293. <string name="resolution_two">2X (1440p/2160p) (Slow)</string>
  294. <string name="resolution_three">3X (2160p/3240p) (Slow)</string>
  295. <string name="resolution_four">4X (2880p/4320p) (Slow)</string>
  296. <!-- Renderer VSync -->
  297. <string name="renderer_vsync_immediate">Immediate (Off)</string>
  298. <string name="renderer_vsync_mailbox">Mailbox</string>
  299. <string name="renderer_vsync_fifo">FIFO (On)</string>
  300. <string name="renderer_vsync_fifo_relaxed">FIFO Relaxed</string>
  301. <!-- Scaling Filters -->
  302. <string name="scaling_filter_nearest_neighbor">Nearest Neighbor</string>
  303. <string name="scaling_filter_bilinear">Bilinear</string>
  304. <string name="scaling_filter_bicubic">Bicubic</string>
  305. <string name="scaling_filter_gaussian">Gaussian</string>
  306. <string name="scaling_filter_scale_force">ScaleForce</string>
  307. <string name="scaling_filter_fsr">AMD FidelityFX™ Super Resolution</string>
  308. <!-- Anti-Aliasing -->
  309. <string name="anti_aliasing_none">None</string>
  310. <string name="anti_aliasing_fxaa">FXAA</string>
  311. <string name="anti_aliasing_smaa">SMAA</string>
  312. <!-- Screen Layouts -->
  313. <string name="screen_layout_landscape">Landscape</string>
  314. <string name="screen_layout_portrait">Portrait</string>
  315. <string name="screen_layout_auto">Auto</string>
  316. <!-- Aspect Ratios -->
  317. <string name="ratio_default">Default (16:9)</string>
  318. <string name="ratio_force_four_three">Force 4:3</string>
  319. <string name="ratio_force_twenty_one_nine">Force 21:9</string>
  320. <string name="ratio_force_sixteen_ten">Force 16:10</string>
  321. <string name="ratio_stretch">Stretch to window</string>
  322. <!-- CPU Accuracy -->
  323. <string name="cpu_accuracy_accurate">Accurate</string>
  324. <string name="cpu_accuracy_unsafe">Unsafe</string>
  325. <string name="cpu_accuracy_paranoid">Paranoid (Slow)</string>
  326. <!-- Gamepad Buttons -->
  327. <string name="gamepad_d_pad">D-pad</string>
  328. <string name="gamepad_left_stick">Left stick</string>
  329. <string name="gamepad_right_stick">Right stick</string>
  330. <string name="gamepad_home">Home</string>
  331. <string name="gamepad_screenshot">Screenshot</string>
  332. <!-- Disk shader cache -->
  333. <string name="preparing_shaders">Preparing shaders</string>
  334. <string name="building_shaders">Building shaders</string>
  335. <!-- Theme options -->
  336. <string name="change_app_theme">Change app theme</string>
  337. <string name="theme_default">Default</string>
  338. <string name="theme_material_you">Material You</string>
  339. <!-- Theme Modes -->
  340. <string name="change_theme_mode">Change theme mode</string>
  341. <string name="theme_mode_follow_system">Follow System</string>
  342. <string name="theme_mode_light">Light</string>
  343. <string name="theme_mode_dark">Dark</string>
  344. <!-- Audio output engines -->
  345. <string name="cubeb">cubeb</string>
  346. <!-- Black backgrounds theme -->
  347. <string name="use_black_backgrounds">Black backgrounds</string>
  348. <string name="use_black_backgrounds_description">When using the dark theme, apply black backgrounds.</string>
  349. <!-- Picture-In-Picture -->
  350. <string name="picture_in_picture">Picture in Picture</string>
  351. <string name="picture_in_picture_description">Minimize window when placed in the background</string>
  352. <string name="pause">Pause</string>
  353. <string name="play">Play</string>
  354. <string name="mute">Mute</string>
  355. <string name="sound">Sound</string>
  356. <!-- Licenses screen strings -->
  357. <string name="licenses">Licenses</string>
  358. <string name="license_fidelityfx_fsr" translatable="false">FidelityFX-FSR</string>
  359. <string name="license_fidelityfx_fsr_description">High-quality upscaling from AMD</string>
  360. <string name="license_fidelityfx_fsr_link" translatable="false">https://github.com/GPUOpen-Effects/FidelityFX-FSR</string>
  361. <string name="license_fidelityfx_fsr_copyright" translatable="false">Copyright © 2021 Advanced Micro Devices, Inc.</string>
  362. <string name="license_fidelityfx_fsr_text" translatable="false">
  363. Permission is hereby granted, free of charge, to any person obtaining a copy
  364. of this software and associated documentation files (the \"Software"), to deal
  365. in the Software without restriction, including without limitation the rights
  366. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  367. copies of the Software, and to permit persons to whom the Software is
  368. furnished to do so, subject to the following conditions:\n\n
  369. The above copyright notice and this permission notice shall be included in
  370. all copies or substantial portions of the Software.\n\n
  371. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  372. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  373. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  374. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  375. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  376. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  377. THE SOFTWARE.
  378. </string>
  379. <string name="license_cubeb" translatable="false">cubeb</string>
  380. <string name="license_cubeb_description" translatable="false">Cross platform audio library</string>
  381. <string name="license_cubeb_link" translatable="false">https://github.com/mozilla/cubeb</string>
  382. <string name="license_cubeb_copyright" translatable="false">Copyright © 2011 Mozilla Foundation</string>
  383. <string name="license_cubeb_text" translatable="false">
  384. Permission to use, copy, modify, and distribute this software for any
  385. purpose with or without fee is hereby granted, provided that the above
  386. copyright notice and this permission notice appear in all copies.\n\n
  387. THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  388. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  389. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  390. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  391. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  392. ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  393. OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  394. </string>
  395. <string name="license_dynarmic" translatable="false">Dynarmic</string>
  396. <string name="license_dynarmic_description" translatable="false">An ARM dynamic recompiler</string>
  397. <string name="license_dynarmic_link" translatable="false">https://github.com/merryhime/dynarmic</string>
  398. <string name="license_dynarmic_copyright" translatable="false">Copyright © 2017 merryhime</string>
  399. <string name="license_dynarmic_text" translatable="false">
  400. Permission to use, copy, modify, and/or distribute this software for
  401. any purpose with or without fee is hereby granted.\n\n
  402. THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  403. WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  404. MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  405. ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  406. WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
  407. AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  408. OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  409. </string>
  410. <string name="license_ffmpeg" translatable="false">FFmpeg</string>
  411. <string name="license_ffmpeg_description" translatable="false">FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.</string>
  412. <string name="license_ffmpeg_link" translatable="false">https://github.com/FFmpeg/FFmpeg</string>
  413. <string name="license_ffmpeg_copyright" translatable="false">Copyright © 1991, 1999 Free Software Foundation, Inc.</string>
  414. <string name="license_ffmpeg_text" translatable="false">
  415. GNU LESSER GENERAL PUBLIC LICENSE\n
  416. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n
  417. 0. This License Agreement applies to any software library or other
  418. program which contains a notice placed by the copyright holder or
  419. other authorized party saying it may be distributed under the terms of
  420. this Lesser General Public License (also called \"this License\").
  421. Each licensee is addressed as \"you\".\n\n
  422. A \"library\" means a collection of software functions and/or data
  423. prepared so as to be conveniently linked with application programs
  424. (which use some of those functions and data) to form executables.\n\n
  425. The \"Library\", below, refers to any such software library or work
  426. which has been distributed under these terms. A \"work based on the
  427. Library\" means either the Library or any derivative work under
  428. copyright law: that is to say, a work containing the Library or a
  429. portion of it, either verbatim or with modifications and/or translated
  430. straightforwardly into another language. (Hereinafter, translation is
  431. included without limitation in the term \"modification\".)\n\n
  432. \"Source code\" for a work means the preferred form of the work for
  433. making modifications to it. For a library, complete source code means
  434. all the source code for all modules it contains, plus any associated
  435. interface definition files, plus the scripts used to control compilation
  436. and installation of the library.\n\n
  437. Activities other than copying, distribution and modification are not
  438. covered by this License; they are outside its scope. The act of
  439. running a program using the Library is not restricted, and output from
  440. such a program is covered only if its contents constitute a work based
  441. on the Library (independent of the use of the Library in a tool for
  442. writing it). Whether that is true depends on what the Library does
  443. and what the program that uses the Library does.\n\n
  444. 1. You may copy and distribute verbatim copies of the Library\'s
  445. complete source code as you receive it, in any medium, provided that
  446. you conspicuously and appropriately publish on each copy an
  447. appropriate copyright notice and disclaimer of warranty; keep intact
  448. all the notices that refer to this License and to the absence of any
  449. warranty; and distribute a copy of this License along with the
  450. Library.\n\n
  451. You may charge a fee for the physical act of transferring a copy,
  452. and you may at your option offer warranty protection in exchange for a
  453. fee.\n\n
  454. 2. You may modify your copy or copies of the Library or any portion
  455. of it, thus forming a work based on the Library, and copy and
  456. distribute such modifications or work under the terms of Section 1
  457. above, provided that you also meet all of these conditions:\n\n
  458. a) The modified work must itself be a software library.\n\n
  459. b) You must cause the files modified to carry prominent notices
  460. stating that you changed the files and the date of any change.\n\n
  461. c) You must cause the whole of the work to be licensed at no
  462. charge to all third parties under the terms of this License.\n\n
  463. d) If a facility in the modified Library refers to a function or a
  464. table of data to be supplied by an application program that uses
  465. the facility, other than as an argument passed when the facility
  466. is invoked, then you must make a good faith effort to ensure that,
  467. in the event an application does not supply such function or
  468. table, the facility still operates, and performs whatever part of
  469. its purpose remains meaningful.\n\n
  470. (For example, a function in a library to compute square roots has
  471. a purpose that is entirely well-defined independent of the
  472. application. Therefore, Subsection 2d requires that any
  473. application-supplied function or table used by this function must
  474. be optional: if the application does not supply it, the square
  475. root function must still compute square roots.)\n\n
  476. These requirements apply to the modified work as a whole. If
  477. identifiable sections of that work are not derived from the Library,
  478. and can be reasonably considered independent and separate works in
  479. themselves, then this License, and its terms, do not apply to those
  480. sections when you distribute them as separate works. But when you
  481. distribute the same sections as part of a whole which is a work based
  482. on the Library, the distribution of the whole must be on the terms of
  483. this License, whose permissions for other licensees extend to the
  484. entire whole, and thus to each and every part regardless of who wrote
  485. it.\n\n
  486. Thus, it is not the intent of this section to claim rights or contest
  487. your rights to work written entirely by you; rather, the intent is to
  488. exercise the right to control the distribution of derivative or
  489. collective works based on the Library.\n\n
  490. In addition, mere aggregation of another work not based on the Library
  491. with the Library (or with a work based on the Library) on a volume of
  492. a storage or distribution medium does not bring the other work under
  493. the scope of this License.\n\n
  494. 3. You may opt to apply the terms of the ordinary GNU General Public
  495. License instead of this License to a given copy of the Library. To do
  496. this, you must alter all the notices that refer to this License, so
  497. that they refer to the ordinary GNU General Public License, version 2,
  498. instead of to this License. (If a newer version than version 2 of the
  499. ordinary GNU General Public License has appeared, then you can specify
  500. that version instead if you wish.) Do not make any other change in
  501. these notices.\n\n
  502. Once this change is made in a given copy, it is irreversible for
  503. that copy, so the ordinary GNU General Public License applies to all
  504. subsequent copies and derivative works made from that copy.\n\n
  505. This option is useful when you wish to copy part of the code of
  506. the Library into a program that is not a library.\n\n
  507. 4. You may copy and distribute the Library (or a portion or
  508. derivative of it, under Section 2) in object code or executable form
  509. under the terms of Sections 1 and 2 above provided that you accompany
  510. it with the complete corresponding machine-readable source code, which
  511. must be distributed under the terms of Sections 1 and 2 above on a
  512. medium customarily used for software interchange.\n\n
  513. If distribution of object code is made by offering access to copy
  514. from a designated place, then offering equivalent access to copy the
  515. source code from the same place satisfies the requirement to
  516. distribute the source code, even though third parties are not
  517. compelled to copy the source along with the object code.\n\n
  518. 5. A program that contains no derivative of any portion of the
  519. Library, but is designed to work with the Library by being compiled or
  520. linked with it, is called a \"work that uses the Library\". Such a
  521. work, in isolation, is not a derivative work of the Library, and
  522. therefore falls outside the scope of this License.\n\n
  523. However, linking a \"work that uses the Library\" with the Library
  524. creates an executable that is a derivative of the Library (because it
  525. contains portions of the Library), rather than a \"work that uses the
  526. library\". The executable is therefore covered by this License.
  527. Section 6 states terms for distribution of such executables.\n\n
  528. When a \"work that uses the Library\" uses material from a header file
  529. that is part of the Library, the object code for the work may be a
  530. derivative work of the Library even though the source code is not.
  531. Whether this is true is especially significant if the work can be
  532. linked without the Library, or if the work is itself a library. The
  533. threshold for this to be true is not precisely defined by law.\n\n
  534. If such an object file uses only numerical parameters, data
  535. structure layouts and accessors, and small macros and small inline
  536. functions (ten lines or less in length), then the use of the object
  537. file is unrestricted, regardless of whether it is legally a derivative
  538. work. (Executables containing this object code plus portions of the
  539. Library will still fall under Section 6.)\n\n
  540. Otherwise, if the work is a derivative of the Library, you may
  541. distribute the object code for the work under the terms of Section 6.
  542. Any executables containing that work also fall under Section 6,
  543. whether or not they are linked directly with the Library itself.\n\n
  544. 6. As an exception to the Sections above, you may also combine or
  545. link a \"work that uses the Library\" with the Library to produce a
  546. work containing portions of the Library, and distribute that work
  547. under terms of your choice, provided that the terms permit
  548. modification of the work for the customer\'s own use and reverse
  549. engineering for debugging such modifications.\n\n
  550. You must give prominent notice with each copy of the work that the
  551. Library is used in it and that the Library and its use are covered by
  552. this License. You must supply a copy of this License. If the work
  553. during execution displays copyright notices, you must include the
  554. copyright notice for the Library among them, as well as a reference
  555. directing the user to the copy of this License. Also, you must do one
  556. of these things:\n\n
  557. a) Accompany the work with the complete corresponding
  558. machine-readable source code for the Library including whatever
  559. changes were used in the work (which must be distributed under
  560. Sections 1 and 2 above); and, if the work is an executable linked
  561. with the Library, with the complete machine-readable \"work that
  562. uses the Library\", as object code and/or source code, so that the
  563. user can modify the Library and then relink to produce a modified
  564. executable containing the modified Library. (It is understood
  565. that the user who changes the contents of definitions files in the
  566. Library will not necessarily be able to recompile the application
  567. to use the modified definitions.)\n\n
  568. b) Use a suitable shared library mechanism for linking with the
  569. Library. A suitable mechanism is one that (1) uses at run time a
  570. copy of the library already present on the user\'s computer system,
  571. rather than copying library functions into the executable, and (2)
  572. will operate properly with a modified version of the library, if
  573. the user installs one, as long as the modified version is
  574. interface-compatible with the version that the work was made with.\n\n
  575. c) Accompany the work with a written offer, valid for at
  576. least three years, to give the same user the materials
  577. specified in Subsection 6a, above, for a charge no more
  578. than the cost of performing this distribution.\n\n
  579. d) If distribution of the work is made by offering access to copy
  580. from a designated place, offer equivalent access to copy the above
  581. specified materials from the same place.\n\n
  582. e) Verify that the user has already received a copy of these
  583. materials or that you have already sent this user a copy.\n\n
  584. For an executable, the required form of the \"work that uses the
  585. Library\" must include any data and utility programs needed for
  586. reproducing the executable from it. However, as a special exception,
  587. the materials to be distributed need not include anything that is
  588. normally distributed (in either source or binary form) with the major
  589. components (compiler, kernel, and so on) of the operating system on
  590. which the executable runs, unless that component itself accompanies
  591. the executable.\n\n
  592. It may happen that this requirement contradicts the license
  593. restrictions of other proprietary libraries that do not normally
  594. accompany the operating system. Such a contradiction means you cannot
  595. use both them and the Library together in an executable that you
  596. distribute.\n\n
  597. 7. You may place library facilities that are a work based on the
  598. Library side-by-side in a single library together with other library
  599. facilities not covered by this License, and distribute such a combined
  600. library, provided that the separate distribution of the work based on
  601. the Library and of the other library facilities is otherwise
  602. permitted, and provided that you do these two things:\n\n
  603. a) Accompany the combined library with a copy of the same work
  604. based on the Library, uncombined with any other library
  605. facilities. This must be distributed under the terms of the
  606. Sections above.\n\n
  607. b) Give prominent notice with the combined library of the fact
  608. that part of it is a work based on the Library, and explaining
  609. where to find the accompanying uncombined form of the same work.\n\n
  610. 8. You may not copy, modify, sublicense, link with, or distribute
  611. the Library except as expressly provided under this License. Any
  612. attempt otherwise to copy, modify, sublicense, link with, or
  613. distribute the Library is void, and will automatically terminate your
  614. rights under this License. However, parties who have received copies,
  615. or rights, from you under this License will not have their licenses
  616. terminated so long as such parties remain in full compliance.\n\n
  617. 9. You are not required to accept this License, since you have not
  618. signed it. However, nothing else grants you permission to modify or
  619. distribute the Library or its derivative works. These actions are
  620. prohibited by law if you do not accept this License. Therefore, by
  621. modifying or distributing the Library (or any work based on the
  622. Library), you indicate your acceptance of this License to do so, and
  623. all its terms and conditions for copying, distributing or modifying
  624. the Library or works based on it.\n\n
  625. 10. Each time you redistribute the Library (or any work based on the
  626. Library), the recipient automatically receives a license from the
  627. original licensor to copy, distribute, link with or modify the Library
  628. subject to these terms and conditions. You may not impose any further
  629. restrictions on the recipients\' exercise of the rights granted herein.
  630. You are not responsible for enforcing compliance by third parties with
  631. this License.\n\n
  632. 11. If, as a consequence of a court judgment or allegation of patent
  633. infringement or for any other reason (not limited to patent issues),
  634. conditions are imposed on you (whether by court order, agreement or
  635. otherwise) that contradict the conditions of this License, they do not
  636. excuse you from the conditions of this License. If you cannot
  637. distribute so as to satisfy simultaneously your obligations under this
  638. License and any other pertinent obligations, then as a consequence you
  639. may not distribute the Library at all. For example, if a patent
  640. license would not permit royalty-free redistribution of the Library by
  641. all those who receive copies directly or indirectly through you, then
  642. the only way you could satisfy both it and this License would be to
  643. refrain entirely from distribution of the Library.\n\n
  644. If any portion of this section is held invalid or unenforceable under any
  645. particular circumstance, the balance of the section is intended to apply,
  646. and the section as a whole is intended to apply in other circumstances.\n\n
  647. It is not the purpose of this section to induce you to infringe any
  648. patents or other property right claims or to contest validity of any
  649. such claims; this section has the sole purpose of protecting the
  650. integrity of the free software distribution system which is
  651. implemented by public license practices. Many people have made
  652. generous contributions to the wide range of software distributed
  653. through that system in reliance on consistent application of that
  654. system; it is up to the author/donor to decide if he or she is willing
  655. to distribute software through any other system and a licensee cannot
  656. impose that choice.\n\n
  657. This section is intended to make thoroughly clear what is believed to
  658. be a consequence of the rest of this License.\n\n
  659. 12. If the distribution and/or use of the Library is restricted in
  660. certain countries either by patents or by copyrighted interfaces, the
  661. original copyright holder who places the Library under this License may add
  662. an explicit geographical distribution limitation excluding those countries,
  663. so that distribution is permitted only in or among countries not thus
  664. excluded. In such case, this License incorporates the limitation as if
  665. written in the body of this License.\n\n
  666. 13. The Free Software Foundation may publish revised and/or new
  667. versions of the Lesser General Public License from time to time.
  668. Such new versions will be similar in spirit to the present version,
  669. but may differ in detail to address new problems or concerns.\n\n
  670. Each version is given a distinguishing version number. If the Library
  671. specifies a version number of this License which applies to it and
  672. "any later version\", you have the option of following the terms and
  673. conditions either of that version or of any later version published by
  674. the Free Software Foundation. If the Library does not specify a
  675. license version number, you may choose any version ever published by
  676. the Free Software Foundation.\n\n
  677. 14. If you wish to incorporate parts of the Library into other free
  678. programs whose distribution conditions are incompatible with these,
  679. write to the author to ask for permission. For software which is
  680. copyrighted by the Free Software Foundation, write to the Free
  681. Software Foundation; we sometimes make exceptions for this. Our
  682. decision will be guided by the two goals of preserving the free status
  683. of all derivatives of our free software and of promoting the sharing
  684. and reuse of software generally.\n\n
  685. NO WARRANTY\n\n
  686. 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
  687. WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
  688. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
  689. OTHER PARTIES PROVIDE THE LIBRARY \"AS IS\" WITHOUT WARRANTY OF ANY
  690. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  691. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  692. PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  693. LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
  694. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n
  695. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
  696. WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
  697. AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
  698. FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
  699. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
  700. LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
  701. RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  702. FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
  703. SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  704. DAMAGES.
  705. </string>
  706. <string name="license_opus" translatable="false">Opus</string>
  707. <string name="license_opus_description" translatable="false">Modern audio compression for the internet</string>
  708. <string name="license_opus_link" translatable="false">https://github.com/xiph/opus</string>
  709. <string name="license_opus_copyright" translatable="false">Copyright 2001–2011 Xiph.Org, Skype Limited, Octasic, Jean-Marc Valin, Timothy B. Terriberry, CSIRO, Gregory Maxwell, Mark Borgerding, Erik de Castro Lopo</string>
  710. <string name="license_opus_text" translatable="false">
  711. Redistribution and use in source and binary forms, with or without
  712. modification, are permitted provided that the following conditions
  713. are met:\n\n
  714. - Redistributions of source code must retain the above copyright
  715. notice, this list of conditions and the following disclaimer.\n\n
  716. - Redistributions in binary form must reproduce the above copyright
  717. notice, this list of conditions and the following disclaimer in the
  718. documentation and/or other materials provided with the distribution.\n\n
  719. - Neither the name of Internet Society, IETF or IETF Trust, nor the
  720. names of specific contributors, may be used to endorse or promote
  721. products derived from this software without specific prior written
  722. permission.\n\n
  723. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  724. ``AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  725. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  726. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
  727. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  728. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  729. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  730. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  731. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  732. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  733. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n
  734. Opus is subject to the royalty-free patent licenses which are
  735. specified at:\n\n
  736. Xiph.Org Foundation:
  737. https://datatracker.ietf.org/ipr/1524/ \n\n
  738. Microsoft Corporation:
  739. https://datatracker.ietf.org/ipr/1914/ \n\n
  740. Broadcom Corporation:
  741. https://datatracker.ietf.org/ipr/1526/
  742. </string>
  743. <string name="license_sirit" translatable="false">Sirit</string>
  744. <string name="license_sirit_description" translatable="false">A runtime SPIR-V assembler</string>
  745. <string name="license_sirit_link" translatable="false">https://github.com/ReinUsesLisp/sirit</string>
  746. <string name="license_sirit_copyright" translatable="false">Copyright © 2019, sirit All rights reserved.</string>
  747. <string name="license_sirit_text" translatable="false">
  748. Redistribution and use in source and binary forms, with or without
  749. modification, are permitted provided that the following conditions are met:\n
  750. * Redistributions of source code must retain the above copyright
  751. notice, this list of conditions and the following disclaimer.\n
  752. * Redistributions in binary form must reproduce the above copyright
  753. notice, this list of conditions and the following disclaimer in the
  754. documentation and/or other materials provided with the distribution.\n
  755. * Neither the name of the organization nor the
  756. names of its contributors may be used to endorse or promote products
  757. derived from this software without specific prior written permission.\n\n
  758. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND
  759. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  760. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  761. DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY
  762. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  763. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  764. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  765. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  766. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  767. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  768. </string>
  769. <string name="license_adreno_tools" translatable="false">Adreno Tools</string>
  770. <string name="license_adreno_tools_description" translatable="false">A library for applying rootless Adreno GPU driver modifications/replacements</string>
  771. <string name="license_adreno_tools_link" translatable="false">https://github.com/bylaws/libadrenotools</string>
  772. <string name="license_adreno_tools_copyright" translatable="false">Copyright © 2021, Billy Laws</string>
  773. <string name="license_adreno_tools_text" translatable="false">
  774. BSD 2-Clause License\n\n
  775. Redistribution and use in source and binary forms, with or without
  776. modification, are permitted provided that the following conditions are met:\n\n
  777. 1. Redistributions of source code must retain the above copyright notice, this
  778. list of conditions and the following disclaimer.\n\n
  779. 2. Redistributions in binary form must reproduce the above copyright notice,
  780. this list of conditions and the following disclaimer in the documentation
  781. and/or other materials provided with the distribution.\n\n
  782. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"
  783. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  784. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  785. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  786. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  787. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  788. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  789. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  790. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  791. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  792. </string>
  793. </resources>