|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<resources> |
| 3 | + <string name="app_name">Simple File Manager</string> |
| 4 | + <string name="app_launcher_name">File Manager</string> |
| 5 | + <string name="press_back_again">Press back again to exit</string> |
| 6 | + <string name="go_to_home_folder">Go to home folder</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> |
| 10 | + <string name="path_copied">Path copied</string> |
| 11 | + <string name="select_audio_file">Please select an audio file</string> |
| 12 | + <string name="search_folder">Search folder</string> |
| 13 | + <string name="rooted_device_only">This operation works only on rooted devices</string> |
| 14 | + <string name="recents">Recents</string> |
| 15 | + <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> |
| 24 | + <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> |
| 35 | + <string name="decompression_successful">Decompression successful</string> |
| 36 | + <string name="compressing_failed">Compressing failed</string> |
| 37 | + <string name="decompressing_failed">Decompressing failed</string> |
| 38 | + |
| 39 | + <!-- Favorites --> |
| 40 | + <string name="manage_favorites">Manage favorites</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> |
| 51 | + <string name="audio">Audio</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 --> |
| 60 | + <string name="enable_root_access">Enable root access</string> |
| 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