Update strings.xml

This commit is contained in:
Tibor Kaputa 2021-12-20 22:06:12 +01:00 committed by GitHub
parent 6daaf07b3e
commit 22fd356fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,27 +1,99 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simpla Dosieradministrilo</string>
<string name="app_launcher_name">Dosieradministrilo</string>
<string name="press_back_again">Press back again to exit</string>
<string name="go_to_home_folder">Go to home folder</string>
<string name="set_as_home_folder">Set as home folder</string>
<string name="home_folder_updated">Home folder updated</string>
<string name="copy_path">Copy path to clipboard</string>
<string name="path_copied">Path copied</string>
<string name="select_audio_file">Please select an audio file</string>
<string name="search_folder">Search folder</string>
<string name="rooted_device_only">This operation works only on rooted devices</string>
<string name="recents">Recents</string>
<string name="show_recents">Show recents</string>
<string name="access_storage_prompt">Please grant our app access to all your files, it might not work well without it.</string>
<!-- Open as -->
<string name="open_as">Malfermi kiel</string>
<string name="audio_file">Sondosiero</string>
<string name="text_file">Teksta dosiero</string>
<string name="image_file">Bilda dosiero</string>
<string name="audio_file">Sondosiero</string>
<string name="video_file">Filma dosiero</string>
<string name="other_file">Alia dosiero</string>
<!-- Compression -->
<string name="compress">Densigi</string>
<string name="decompress">Maldensigi</string>
<string name="compress_as">Densigi kiel</string>
<string name="compressing">Densigante…</string>
<string name="decompressing">Maldensigante…</string>
<string name="file_editor">Dosierredaktilo</string>
<string name="compression_successful">Densigo sukcesis</string>
<string name="decompression_successful">Maldensigo sukcesis</string>
<string name="compressing_failed">Densigo malsukcesis</string>
<string name="decompressing_failed">Maldensigo malsukcesis</string>
<!-- Favorites -->
<string name="manage_favorites">Manage favorites</string>
<string name="go_to_favorite">Go to favorite</string>
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
<!-- File Editor -->
<string name="file_editor">Dosierredaktilo</string>
<!-- Storage analysis -->
<string name="storage_analysis">Storage analysis</string>
<string name="images">Bildoj</string>
<string name="videos">Filmoj</string>
<string name="audio">Sonoj</string>
<string name="documents">Dokumentoj</string>
<string name="downloads">Elŝutoj</string>
<string name="archives">Archives</string>
<string name="others">Aliaj</string>
<string name="app_name">Simpla Dosieradministrilo</string>
<string name="video_file">Filma dosiero</string>
<string name="images">Bildoj</string>
<string name="videos">Filmoj</string>
</resources>
<string name="storage_free">free</string>
<string name="total_storage">Total storage: %s</string>
<!-- Settings -->
<string name="enable_root_access">Enable root access</string>
<string name="press_back_twice">Require pressing Back twice to leave the app</string>
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple File Manager Pro - Manage files easy &amp; fast</string>
<!-- Short description has to have less than 80 chars -->
<string name="app_short_description">Easy app for managing your files without ads, respecting your privacy &amp; security</string>
<string name="app_long_description">
A lightweight quick file manager for everyday use. It offers a userful search functionality, you can also customize the home folder and select favorite folders for quick access.
The app contains multiple powerful security related functions, like password protecting hidden items, deleting files, or the whole app. You can choose between using a pattern, pin, or a fingerprint to keep your data private.
This modern file organizer supports fast browsing of root files, SD cards and USB devices.
To keep your productive, it obviously has all the standard file operations like rename, copy, move, delete, share etc. It can also be used for saving up some storage, since it allows compressing and decompressing too. You can easily create new files or folders if you wish so.
You can obviously select sorting by multiple different values, toggle between ascending and descending, or use a folder specific sorting.
By just a few clicks you can also check file or folder properties, which shows various fields like the file size, date of the last modification, or EXIF values like the creation date, camera model at photos etc.
To get a file or folders path quickly, you can easily select it by long pressing and copying it in the clipboard.
You can create handy desktop shortcuts for accessing your favorite items quickly.
It contains a light file editor that you can use either for printing documents, editing them, or read easily with using zoom gestures, whenever needed.
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Standalone website of Simple File Manager Pro:</b>
https://www.simplemobiletools.com/filemanager
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>