mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-03-02 21:48:28 -05:00
Change option verbiage, and remove translatable="false". Instead, use English text for all languages for now.
95 lines
5.2 KiB
XML
95 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Simpel Filhåndtering</string>
|
|
<string name="app_launcher_name">Filhåndtering</string>
|
|
<string name="press_back_again">Tryk tilbage igen for at afslutte</string>
|
|
<string name="go_to_home_folder">Gå til hjemmemappen</string>
|
|
<string name="set_as_home_folder">Sæt som hjemmemappe</string>
|
|
<string name="home_folder_updated">Hjemmemappe opdateret</string>
|
|
<string name="copy_path">Kopier sti til udklipsholderen</string>
|
|
<string name="path_copied">Sti kopieret</string>
|
|
<string name="select_audio_file">Vælg en lydfil</string>
|
|
<string name="search_folder">Søg mappe</string>
|
|
<string name="rooted_device_only">Denne funkton virker kun på rootede enheder</string>
|
|
<string name="recents">Recents</string>
|
|
<string name="show_recents">Show recents</string>
|
|
|
|
<!-- Open as -->
|
|
<string name="open_as">Åbn som</string>
|
|
<string name="text_file">Tekstfil</string>
|
|
<string name="image_file">Billedfil</string>
|
|
<string name="audio_file">Lydfil</string>
|
|
<string name="video_file">Videofil</string>
|
|
<string name="other_file">Anden fil</string>
|
|
|
|
<!-- Compression -->
|
|
<string name="compress">Komprimer</string>
|
|
<string name="decompress">Dekomprimer</string>
|
|
<string name="compress_as">Komprimer som</string>
|
|
<string name="compressing">Komprimerer…</string>
|
|
<string name="decompressing">Dekomprimerer…</string>
|
|
<string name="compression_successful">Komprimeret</string>
|
|
<string name="decompression_successful">Dekomprimeret</string>
|
|
<string name="compressing_failed">Komprimering mislykkedes</string>
|
|
<string name="decompressing_failed">Dekomprimering mislykkedes</string>
|
|
|
|
<!-- Favorites -->
|
|
<string name="manage_favorites">Håndter bogmærker</string>
|
|
<string name="go_to_favorite">Gå til bogmærker</string>
|
|
<string name="favorites_activity_placeholder">Du kan tilføje ofte benyttede mapper til bogmærker så du hurtigt kan finde dem igen.</string>
|
|
|
|
<!-- File Editor -->
|
|
<string name="file_editor">Fileditor</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="enable_root_access">Aktiver root-adgang</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 & 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 & 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.
|
|
|
|
Uden reklamer og unødvendige tilladelser. Den er helt igennem open source, og du kan selv bestemme farverne.
|
|
|
|
<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>
|
|
|