adding a Dutch translation file
This commit is contained in:
parent
f7fc5c06c9
commit
c9d4b643f7
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Simple File Manager</string>
|
||||
<string name="app_launcher_name">File Manager</string>
|
||||
<string name="press_back_again">Press back again to exit</string>
|
||||
<string name="no_app_found">No app for opening this type of file is installed</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>
|
||||
|
||||
<!-- Compression -->
|
||||
<string name="compress">Compress</string>
|
||||
<string name="decompress">Decompress</string>
|
||||
<string name="compress_as">Compress as</string>
|
||||
<string name="compressing">Compressing…</string>
|
||||
<string name="decompressing">Decompressing…</string>
|
||||
<string name="compression_successful">Compression successful</string>
|
||||
<string name="decompression_successful">Decompression successful</string>
|
||||
<string name="compressing_failed">Compressing failed</string>
|
||||
<string name="decompressing_failed">Decompressing failed</string>
|
||||
|
||||
<!-- Favorites -->
|
||||
<string name="favorites">Favorites</string>
|
||||
<string name="add_to_favorites">Add to favorites</string>
|
||||
<string name="remove_from_favorites">Remove from favorites</string>
|
||||
<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">File Editor</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="enable_root_access">Enable root access</string>
|
||||
|
||||
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
|
||||
<!-- Short description has to have less than 80 chars -->
|
||||
<string name="app_short_description">A simple file manager for browsing and editing files and directories.</string>
|
||||
<string name="app_long_description">
|
||||
Can also be used for browsing root files and SDcard content. You can easily rename, copy, move, delete and share anything you wish.
|
||||
|
||||
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||
|
||||
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
||||
</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue