Skip to content

Commit 94568a2

Browse files
authored
Update strings.xml
1 parent b454802 commit 94568a2

File tree

1 file changed

+53
-37
lines changed

1 file changed

+53
-37
lines changed
+53-37
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,66 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="decompress">Decompress</string>
4-
<string name="compress_pro">Compress (Pro)</string>
5-
<string name="archives">Archives</string>
6-
<string name="file_editor">File Editor</string>
7-
<string name="audio_file">Audio file</string>
8-
<string name="images">Images</string>
9-
<string name="compress">Compress</string>
10-
<string name="text_file">Text file</string>
11-
<string name="compressing_failed">Compressing failed</string>
12-
<string name="search_folder">Search folder</string>
3+
<string name="app_name">Simple File Manager</string>
4+
<string name="app_launcher_name">File Manager</string>
135
<string name="press_back_again">Press back again to exit</string>
14-
<string name="image_file">Image file</string>
15-
<string name="compression_successful">Compression successful</string>
166
<string name="go_to_home_folder">Go to home folder</string>
17-
<string name="compressing">Compressing…</string>
18-
<string name="compress_as">Compress as</string>
19-
<string name="decompressing">Decompressing…</string>
20-
<string name="documents">Documents</string>
21-
<string name="storage_free">free</string>
22-
<string name="videos">Videos</string>
23-
<string name="select_audio_file">Please select an audio file</string>
7+
<string name="set_as_home_folder">Set as home folder</string>
8+
<string name="home_folder_updated">Home folder updated</string>
9+
<string name="copy_path">Copy path to clipboard</string>
2410
<string name="path_copied">Path copied</string>
25-
<string name="downloads">Downloads</string>
11+
<string name="select_audio_file">Please select an audio file</string>
12+
<string name="search_folder">Search folder</string>
2613
<string name="rooted_device_only">This operation works only on rooted devices</string>
27-
<string name="go_to_favorite">Go to favorite</string>
28-
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere।</string>
29-
<string name="app_launcher_name">File Manager</string>
30-
<string name="storage_analysis">Storage analysis</string>
31-
<string name="copy_path">Copy path to clipboard</string>
3214
<string name="recents">Recents</string>
33-
<string name="others">Others</string>
34-
<string name="open_as">Open as</string>
35-
<string name="pdf_viewer">PDF Viewer</string>
36-
<string name="total_storage">Total storage: %s</string>
37-
<string name="decompressing_failed">Decompressing failed</string>
3815
<string name="show_recents">Show recents</string>
16+
<string name="pdf_viewer">PDF Viewer</string>
17+
<string name="invert_colors">Invert colors</string>
18+
19+
<!-- Open as -->
20+
<string name="open_as">Open as</string>
21+
<string name="text_file">Text file</string>
22+
<string name="image_file">Image file</string>
23+
<string name="audio_file">Audio file</string>
3924
<string name="video_file">Video file</string>
25+
<string name="other_file">Other file</string>
26+
27+
<!-- Compression -->
28+
<string name="compress">Compress</string>
29+
<string name="compress_pro">Compress (Pro)</string>
30+
<string name="decompress">Decompress</string>
31+
<string name="compress_as">Compress as</string>
32+
<string name="compressing">Compressing…</string>
33+
<string name="decompressing">Decompressing…</string>
34+
<string name="compression_successful">Compression successful</string>
4035
<string name="decompression_successful">Decompression successful</string>
41-
<string name="home_folder_updated">Home folder updated</string>
42-
<string name="app_name">Simple File Manager</string>
43-
<string name="invert_colors">Invert colors</string>
36+
<string name="compressing_failed">Compressing failed</string>
37+
<string name="decompressing_failed">Decompressing failed</string>
38+
39+
<!-- Favorites -->
4440
<string name="manage_favorites">Manage favorites</string>
45-
<string name="press_back_twice">Require pressing Back twice to leave the app</string>
41+
<string name="go_to_favorite">Go to favorite</string>
42+
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
43+
44+
<!-- File Editor -->
45+
<string name="file_editor">File Editor</string>
46+
47+
<!-- Storage analysis -->
48+
<string name="storage_analysis">Storage analysis</string>
49+
<string name="images">Images</string>
50+
<string name="videos">Videos</string>
4651
<string name="audio">Audio</string>
47-
<string name="set_as_home_folder">Set as home folder</string>
48-
<string name="other_file">Other file</string>
52+
<string name="documents">Documents</string>
53+
<string name="downloads">Downloads</string>
54+
<string name="archives">Archives</string>
55+
<string name="others">Others</string>
56+
<string name="storage_free">free</string>
57+
<string name="total_storage">Total storage: %s</string>
58+
59+
<!-- Settings -->
4960
<string name="enable_root_access">Enable root access</string>
50-
</resources>
61+
<string name="press_back_twice">Require pressing Back twice to leave the app</string>
62+
<!--
63+
Haven't found some strings? There's more at
64+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
65+
-->
66+
</resources>

0 commit comments

Comments
 (0)