Skip to content

Commit

Permalink
strings: Replace '...' with ellipsis character, change 'copy' to '_co…
Browse files Browse the repository at this point in the history
…py' to avoid overwritting androidx resourse
  • Loading branch information
longjunyu2 committed Aug 9, 2024
1 parent 98f0e21 commit 1e2dd29
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<string name="no_items_to_display">No items to display</string>
<string name="new_container">New Container</string>
<string name="edit_container">Edit Container</string>
<string name="creating_container">Creating Container...</string>
<string name="removing_container">Removing Container...</string>
<string name="duplicating_container">Duplicating Container...</string>
<string name="installing_system_files">Installing System Files...</string>
<string name="updating_system_files">Updating System Files...</string>
<string name="starting_up">Starting up...</string>
<string name="creating_container">Creating Container</string>
<string name="removing_container">Removing Container</string>
<string name="duplicating_container">Duplicating Container</string>
<string name="installing_system_files">Installing System Files</string>
<string name="updating_system_files">Updating System Files</string>
<string name="starting_up">Starting up</string>
<string name="unable_to_install_system_files">Unable to install system files</string>
<string name="keyboard">Keyboard</string>
<string name="toggle_fullscreen">Toggle Fullscreen</string>
Expand Down Expand Up @@ -93,7 +93,7 @@
<string name="external_controllers">External Controllers</string>
<string name="graphics_driver">Graphics Driver</string>
<string name="audio_driver">Audio Driver</string>
<string name="loading">Loading...</string>
<string name="loading">Loading</string>
<string name="press_any_button_on_your_controller">Press any button on your controller</string>
<string name="bindings">bindings</string>
<string name="show_touchscreen_controls">Show Touchscreen Controls</string>
Expand Down Expand Up @@ -123,9 +123,9 @@
<string name="unable_to_install_wine">Unable to install Wine</string>
<string name="unable_to_remove_this_wine_version">Unable to remove this wine version</string>
<string name="wine_version">Wine Version</string>
<string name="removing_wine">Removing Wine...</string>
<string name="preparing_installation">Preparing installation...</string>
<string name="finishing_installation">Finishing installation...</string>
<string name="removing_wine">Removing Wine</string>
<string name="preparing_installation">Preparing installation</string>
<string name="finishing_installation">Finishing installation</string>
<string name="storage_info">Storage Info</string>
<string name="drive_c">Drive C:</string>
<string name="cache">Cache</string>
Expand Down Expand Up @@ -160,9 +160,9 @@
<string name="open_file">Open File</string>
<string name="download_file">Download File</string>
<string name="do_you_want_to_download_the_selected_profiles">Do you want to download the selected profiles?</string>
<string name="downloading_file">Downloading File...</string>
<string name="downloading_file">Downloading File</string>
<string name="unable_to_load_profile_list">Unable to load profile list</string>
<string name="copy">Copy</string>
<string name="_copy">Copy</string>
<string name="installed_version">Installed Version</string>
<string name="unable_to_download_file">Unable to download file</string>
<string name="stability">Stability</string>
Expand Down

0 comments on commit 1e2dd29

Please sign in to comment.