android: Marked strings which only contain URLs as untranslatable

This commit is contained in:
OpenSauce04 2024-11-28 14:35:07 +00:00
parent 1ff0dd780f
commit 0310eff54d

View File

@ -52,13 +52,13 @@
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="contributors">Contributors</string>
<string name="contributors_description">Contributors who made Azahar possible</string>
<string name="contributors_link">https://github.com/citra-emu/citra/graphs/contributors</string>
<string name="contributors_link" translatable="false">https://github.com/citra-emu/citra/graphs/contributors</string>
<string name="licenses_description">Projects used by Azahar for Android</string>
<string name="build">Build</string>
<string name="licenses">Licenses</string>
<string name="support_link">https://discord.gg/FAXfZV9</string>
<string name="website_link">https://citra-emu.org/</string>
<string name="github_link">https://github.com/citra-emu</string>
<string name="support_link" translatable="false">https://discord.gg/FAXfZV9</string>
<string name="website_link" translatable="false">https://citra-emu.org/</string>
<string name="github_link" translatable="false">https://github.com/citra-emu</string>
<!-- Setup strings -->
<string name="welcome">Welcome!</string>
@ -83,7 +83,7 @@
<string name="permission_denied">Permission denied</string>
<string name="add_games_warning">Skip selecting games folder?</string>
<string name="add_games_warning_description">Games won\'t be displayed in the Games list if a folder isn\'t selected.</string>
<string name="add_games_warning_help">https://web.archive.org/web/20240304210021/https://citra-emu.org/wiki/dumping-game-cartridges/</string>
<string name="add_games_warning_help" translatable="false">https://web.archive.org/web/20240304210021/https://citra-emu.org/wiki/dumping-game-cartridges/</string>
<string name="warning_help">Help</string>
<string name="warning_skip">Skip</string>
<string name="warning_cancel">Cancel</string>
@ -92,7 +92,7 @@
<string name="select">Select</string>
<string name="cannot_skip">You can\'t skip this step</string>
<string name="cannot_skip_directory_description">This step is required to allow Azahar to work. Please select a directory and then you can continue.</string>
<string name="cannot_skip_directory_help">https://web.archive.org/web/20240304193549/https://github.com/citra-emu/citra/wiki/Citra-Android-user-data-and-storage</string>
<string name="cannot_skip_directory_help" translatable="false">https://web.archive.org/web/20240304193549/https://github.com/citra-emu/citra/wiki/Citra-Android-user-data-and-storage</string>
<string name="set_up_theme_settings">Theme Settings</string>
<string name="setup_theme_settings_description">Configure your theme preferences for Lime3DS.</string>
<string name="setup_set_theme">Set Theme</string>