-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating branch with all current strings from the client
- Loading branch information
Showing
126 changed files
with
8,121 additions
and
4,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="dialog_exit_yes">Yes</string> | ||
<string name="dialog_exit_no">No</string> | ||
<string name="dialog_exit_message">Are you sure you want to exit the game?</string> | ||
|
||
<string name="dialog_visit_osu_website">Do you want to visit the official osu! website?</string> | ||
<string name="dialog_visit_osudroid_profile_page">Do you want to visit your profile page?</string> | ||
<string name="dialog_visit_osudroid_website">Do you want to visit the official osu!droid website?</string> | ||
|
||
<!-- All new strings should present below for better managing locals... --> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="markdown_title">Markdown Title</string> | ||
<string name="changelog_title">Changelog</string> | ||
|
||
<string name="message_info_multitouch">Multitouch may not be supported by your device</string> | ||
<string name="message_low_storage_space">Storage space is low. Free Storage: %s GB. This may cause replay/score submission bugs.</string> | ||
|
||
<string name="message_error">Error: %s</string> | ||
<string name="message_error_open">Cannot open %s</string> | ||
<string name="message_error_createdir">Cannot create %s</string> | ||
<string name="message_error_sdcard">External storage is not mounted</string> | ||
<string name="message_error_sdcardread">External storage is read only</string> | ||
|
||
<!-- Crash --> | ||
<string name="crash">Sorry, the game encountered an unexpected error and needs to close.</string> | ||
<string name="app_run_code_error">Fatal error encountered</string> | ||
|
||
<!-- Errors --> | ||
<string name="network_not_connected">Network connection failed, please check network settings</string> | ||
<string name="xml_parser_failed">Data parsing failed</string> | ||
<string name="io_exception_error">File Stream Exception</string> | ||
<string name="http_status_code_error">Network exception, error code: %d</string> | ||
<string name="http_exception_error">Network exception, request timeout</string> | ||
<string name="socket_exception_error">Network exception, read data timeout</string> | ||
|
||
|
||
<!-- Accessibility --> | ||
<string name="accessibility_detector_title">Disable Accessibility Services</string> | ||
<string name="accessibility_detector_message">The following accessibility services must be disabled in order to play:</string> | ||
<string name="accessibility_detector_settings">Go to accessibility settings</string> | ||
<string name="accessibility_detector_exit">Exit game</string> | ||
|
||
<!-- Online --> | ||
<string name="online_loadrecord">Loading record details...</string> | ||
<string name="multiplayer_not_online">You must be logged in to the server to play multiplayer!</string> | ||
|
||
<!-- Color Picker --> | ||
<string name="press_color_to_apply">Press on Color to apply</string> | ||
|
||
<!-- Beatmap downloader --> | ||
<string name="beatmap_downloader_cancel">Cancel</string> | ||
<string name="beatmap_downloader_connecting">Connecting to server...</string> | ||
<string name="beatmap_downloader_downloading">Downloading beatmap %s...</string> | ||
<string name="beatmap_downloader_importing">Importing beatmap %s...</string> | ||
|
||
<!-- Ranked status --> | ||
<string name="ranked_status_ranked"><font color="#41FF64">Ranked</font></string> | ||
<string name="ranked_status_approved"><font color="#41FF64">Approved</font></string> | ||
<string name="ranked_status_qualified"><font color="#64F2FF">Qualified</font></string> | ||
<string name="ranked_status_loved"><font color="#FA64FF">Loved</font></string> | ||
<string name="ranked_status_pending"><font color="#FFAC64">Pending</font></string> | ||
<string name="ranked_status_wip"><font color="#FFAC64">Work in Progress</font></string> | ||
<string name="ranked_status_graveyard"><font color="#FFFFFF">Graveyard</font></string> | ||
|
||
<!-- Library --> | ||
<string name="library_cleared">Cache cleared</string> | ||
<string name="library_importing">Importing beatmap...</string> | ||
<string name="library_importing_several">Found %s archived beatmaps. Importing...</string> | ||
<string name="library_skin_importing_several">Found %s archived skins. Importing...</string> | ||
<string name="library_imported">\"%s\" has been imported!</string> | ||
<string name="message_loaded_skin">Successfully applied new skin!</string> | ||
<string name="message_error_dir_not_found">Directory is not found</string> | ||
<string name="file_integrity_tampered">File integrity check failed. Aborting gameplay.</string> | ||
|
||
<!-- Parser --> | ||
<string name="beatmap_parser_cannot_open_file" formatted="false">Failed loading %s: Could not open beatmap file</string> | ||
|
||
<!-- Block area manager fragment --> | ||
<string name="block_area_editor_fragment_add">Add area</string> | ||
<string name="block_area_editor_fragment_reset">Reset</string> | ||
<string name="block_area_editor_fragment_done">Done</string> | ||
|
||
<!-- Updater --> | ||
<string name="update_dialog_message">There is a new update available</string> | ||
<string name="update_dialog_button_update">Update Now</string> | ||
<string name="update_info_checking">Checking for new updates...</string> | ||
<string name="update_info_check_failed">Failed to check for updates. The server or your internet connection may not be available.</string> | ||
<string name="update_info_downloading">Downloading updates... %d%%</string> | ||
<string name="update_info_download_canceled">Download cancelled.</string> | ||
<string name="update_info_download_failed">Download failed, check your internet connection.</string> | ||
<string name="update_info_updated">Update successfully installed!</string> | ||
<string name="update_info_latest">No new updates available</string> | ||
|
||
<!-- All new strings should present below for better managing locals... --> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<!-- Song Select --> | ||
<string name="menu_score" formatted="false">Score: %s (%dx)</string> | ||
<string name="menu_performance" formatted="false">Performance: %spp (%dx)</string> | ||
<string name="menu_creator">Creator: %s</string> | ||
|
||
<string name="menu_mod_back">Back</string> | ||
<string name="menu_mod_multiplier" formatted="false">Score %.2fx</string> | ||
<string name="menu_mod_reset">Reset all mods</string> | ||
|
||
<string name="menu_properties_title">Song properties</string> | ||
<string name="menu_properties_offset">Song offset:</string> | ||
<string name="menu_properties_tofavs">Add to favorites</string> | ||
<string name="menu_properties_delete">Delete beatmap</string> | ||
|
||
<string name="menu_deletescore_delete">Delete</string> | ||
<string name="menu_deletescore_delete_success">Delete score success!</string> | ||
|
||
<string name="menu_search_filter">Search for...</string> | ||
<string name="menu_search_sort_title">Title</string> | ||
<string name="menu_search_sort_date">Date</string> | ||
<string name="menu_search_sort_creator">Creator</string> | ||
<string name="menu_search_sort_artist">Artist</string> | ||
<string name="menu_search_sort_bpm">Bpm</string> | ||
<string name="menu_search_sort_droid_stars">osu!droid Stars</string> | ||
<string name="menu_search_sort_standard_stars">osu!standard Stars</string> | ||
<string name="menu_search_sort_length">Length</string> | ||
<string name="binfoStr1" formatted="false">Length: %s BPM: %s Combo: %d</string> | ||
<string name="binfoStr2" formatted="false">Circles: %d Sliders: %d Spinners: %d (MapId: %d)</string> | ||
<!-- End Song Select --> | ||
|
||
<!-- Filter Menu --> | ||
<string name="favorite_default">Default</string> | ||
<string name="favorite_new_folder">Create new folder</string> | ||
<string name="favorite_ensure">Are you sure?</string> | ||
<string name="favorite_manage">Manage Beatmap folder</string> | ||
|
||
|
||
<!-- Score Export/Import --> | ||
<string name="frg_score_menu_title">Score</string> | ||
<string name="frg_score_menu_export_score">Export Score</string> | ||
<string name="frg_score_menu_export_failed">Failed to export replay!</string> | ||
<string name="frg_score_menu_export_succeed" formatted="true">Replay is saved to %s</string> | ||
|
||
<!-- Mod Menu Customizations --> | ||
<!-- Visuals --> | ||
<string name="opt_show_scoreboard_title">Show Scoreboard</string> | ||
<!-- Speed --> | ||
<string name="opt_changespeed_title">Speed Modify</string> | ||
<string name="opt_enablenc_whenspeedchange_title">Enable pitch shift in speed modify</string> | ||
<!-- Difficulty--> | ||
<string name="opt_forcear_title">Force AR</string> | ||
<string name="opt_forceod_title">Force OD</string> | ||
<string name="opt_forcehp_title">Force HP</string> | ||
<string name="opt_forcecs_title">Force CS</string> | ||
<!-- FL Follow delay --> | ||
<string name="opt_flashlight_follow_delay_title">FL Follow delay</string> | ||
|
||
<!-- Notify --> | ||
<string name="force_diffstat_mod_unpickable">Some mods have been disabled as all forced difficulty statistics are enabled.</string> | ||
|
||
|
||
<!-- All new strings should present below for better managing locals... --> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<!-- Details --> | ||
<string name="mp_room_category_details">Details</string> | ||
|
||
<string name="mp_room_name_title">Room name</string> | ||
<string name="mp_room_name_summary">Change the room\'s name.</string> | ||
|
||
<string name="mp_room_password_title">Room password</string> | ||
<string name="mp_room_password_summary">Change the room\'s password. If empty, the room will be public.</string> | ||
|
||
<!-- Variables --> | ||
<string name="mp_room_category_variables">Variables</string> | ||
|
||
<string name="mp_room_free_mods_title">Enable free mods</string> | ||
<string name="mp_room_free_mods_summary">Allow players to choose mods except speed-changing mods.</string> | ||
|
||
<string name="mp_room_allowForceDifficultyStatistics_title">Allow force difficulty statistics in free mod</string> | ||
<string name="mp_room_allowForceDifficultyStatistics_summary">Allow players to use forced difficulty statistics in free mod.</string> | ||
|
||
<string name="mp_room_versus_mode_title">Team mode</string> | ||
<string name="mp_room_versus_mode_summary">Change the room versus mode.</string> | ||
<string-array name="mp_team_versus_names"> | ||
<item>Head to Head</item> | ||
<item>Team vs Team</item> | ||
</string-array> | ||
<string-array name="mp_team_versus_values"> | ||
<item>0</item> | ||
<item>1</item> | ||
</string-array> | ||
|
||
<string name="mp_room_win_condition_title">Win condition</string> | ||
<string name="mp_room_win_condition_summary">Change the room win condition.</string> | ||
<string-array name="mp_win_condition_names"> | ||
<item>Score V1</item> | ||
<item>Accuracy</item> | ||
<item>Max combo</item> | ||
<item>Score V2</item> | ||
</string-array> | ||
<string-array name="mp_win_condition_values"> | ||
<item>0</item> | ||
<item>1</item> | ||
<item>2</item> | ||
<item>3</item> | ||
</string-array> | ||
|
||
<!-- Share --> | ||
<string name="mp_room_category_share">Share</string> | ||
|
||
<string name="mp_room_link_title">Get invite link</string> | ||
<string name="mp_room_link_summary">Copy invite link to clipboard</string> | ||
|
||
|
||
<!-- Multiplayer Player Settings --> | ||
<!-- Team --> | ||
<string name="mp_room_category_teams">Team</string> | ||
|
||
<string name="mp_room_category_teams_title">Team</string> | ||
<string name="mp_room_category_teams_summary">Change your team.</string> | ||
<string-array name="mp_team_names"> | ||
<item>Red</item> | ||
<item>Blue</item> | ||
</string-array> | ||
<string-array name="mp_team_values"> | ||
<item>0</item> | ||
<item>1</item> | ||
</string-array> | ||
|
||
<!-- In Game --> | ||
<string name="mp_room_category_in_game">In-game</string> | ||
|
||
<string name="mp_room_enable_score_submission_title">Enable score submission</string> | ||
<string name="mp_room_enable_score_submission_summary">Submit your score at the end of the round if you did not fail</string> | ||
|
||
<string name="mp_room_nightcore_title">Use NightCore</string> | ||
<string name="mp_room_nightcore_summary">Enable NightCore mod instead when DoubleTime is enabled</string> | ||
|
||
<!-- All new strings should present below for better managing locals... --> | ||
|
||
</resources> |
Oops, something went wrong.