Commit 2cdec591 authored by wanglei's avatar wanglei

...

parent 3ad0db5f
...@@ -59,8 +59,8 @@ class FunctionBackDialog( ...@@ -59,8 +59,8 @@ class FunctionBackDialog(
} }
is SimilarPhotosActivity -> { is SimilarPhotosActivity -> {
binding.tvTitle.text = activity.getString(R.string.exit_screenshot_cleaner) binding.tvTitle.text = activity.getString(R.string.exit_similar_photos)
binding.tvContent.text = activity.getString(R.string.exit_screenshot_cleaner_content) binding.tvContent.text = activity.getString(R.string.exit_similar_photos_content)
} }
else -> { else -> {
......
...@@ -31,7 +31,7 @@ Please rest assured that we will handle your information in strict accordance wi ...@@ -31,7 +31,7 @@ Please rest assured that we will handle your information in strict accordance wi
<string name="app_manager">App Manager</string> <string name="app_manager">App Manager</string>
<string name="large_file_clean">Large File Clean</string> <string name="large_file_clean">Large File Clean</string>
<string name="photo_compression">Photo Compression</string> <string name="photo_compression">Photo Compression</string>
<string name="similar_photos">Similar Photos</string> <string name="similar_photos">Duplicate Photos</string>
<string name="home">Home</string> <string name="home">Home</string>
<string name="recovery">Recovery</string> <string name="recovery">Recovery</string>
<string name="settings">Settings</string> <string name="settings">Settings</string>
...@@ -67,7 +67,7 @@ Please rest assured that we will handle your information in strict accordance wi ...@@ -67,7 +67,7 @@ Please rest assured that we will handle your information in strict accordance wi
<string name="result_large_file_clean">Clean large flies to free up storage space</string> <string name="result_large_file_clean">Clean large flies to free up storage space</string>
<string name="result_photo_compression">Reduce photo size to release more space</string> <string name="result_photo_compression">Reduce photo size to release more space</string>
<string name="result_screenshot_clean">Check screenshot cleaner to release more space</string> <string name="result_screenshot_clean">Check screenshot cleaner to release more space</string>
<string name="result_similar_photos">Delete similar photos to save space.</string> <string name="result_similar_photos">Delete duplicate photos to save space.</string>
<string name="all_types">All Types</string> <string name="all_types">All Types</string>
<string name="mb_10">10 MB</string> <string name="mb_10">10 MB</string>
<string name="delete">Delete</string> <string name="delete">Delete</string>
...@@ -140,8 +140,8 @@ Please rest assured that we will handle your information in strict accordance wi ...@@ -140,8 +140,8 @@ Please rest assured that we will handle your information in strict accordance wi
<string name="exit_photo_compression_content">Exit Photo Compression? Uncompressed photos may be taking up space.</string> <string name="exit_photo_compression_content">Exit Photo Compression? Uncompressed photos may be taking up space.</string>
<string name="exit_screenshot_cleaner">Exit Screenshot Clean</string> <string name="exit_screenshot_cleaner">Exit Screenshot Clean</string>
<string name="exit_screenshot_cleaner_content">Exit Screenshot Clean? Undeleted screenshots might be using space.</string> <string name="exit_screenshot_cleaner_content">Exit Screenshot Clean? Undeleted screenshots might be using space.</string>
<string name="exit_similar_photos">Exit Similar Photos</string> <string name="exit_similar_photos">Exit Duplicate Photos</string>
<string name="exit_similar_photos_content">Exit Similar Photos? Unmoved similar photos might be occupying space.</string> <string name="exit_similar_photos_content">Exit Duplicate Photos? Unmoved duplicate photos might be occupying space.</string>
<string name="logout_content">Are you sure you want to quit without trying to clean up the garbage again?</string> <string name="logout_content">Are you sure you want to quit without trying to clean up the garbage again?</string>
<string name="please_wait_a_moment">Please wait a moment</string> <string name="please_wait_a_moment">Please wait a moment</string>
<string name="exit">Exit</string> <string name="exit">Exit</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment