Skip to content

Commit c9d4b64

Browse files
committed
adding a Dutch translation file
1 parent f7fc5c0 commit c9d4b64

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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="no_app_found">No app for opening this type of file is installed</string>
7+
<string name="go_to_home_folder">Go to home folder</string>
8+
<string name="set_as_home_folder">Set as home folder</string>
9+
<string name="home_folder_updated">Home folder updated</string>
10+
11+
<!-- Compression -->
12+
<string name="compress">Compress</string>
13+
<string name="decompress">Decompress</string>
14+
<string name="compress_as">Compress as</string>
15+
<string name="compressing">Compressing…</string>
16+
<string name="decompressing">Decompressing…</string>
17+
<string name="compression_successful">Compression successful</string>
18+
<string name="decompression_successful">Decompression successful</string>
19+
<string name="compressing_failed">Compressing failed</string>
20+
<string name="decompressing_failed">Decompressing failed</string>
21+
22+
<!-- Favorites -->
23+
<string name="favorites">Favorites</string>
24+
<string name="add_to_favorites">Add to favorites</string>
25+
<string name="remove_from_favorites">Remove from favorites</string>
26+
<string name="manage_favorites">Manage favorites</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+
30+
<!-- File Editor -->
31+
<string name="file_editor">File Editor</string>
32+
33+
<!-- Settings -->
34+
<string name="enable_root_access">Enable root access</string>
35+
36+
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
37+
<!-- Short description has to have less than 80 chars -->
38+
<string name="app_short_description">A simple file manager for browsing and editing files and directories.</string>
39+
<string name="app_long_description">
40+
Can also be used for browsing root files and SDcard content. You can easily rename, copy, move, delete and share anything you wish.
41+
42+
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
43+
44+
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
45+
</string>
46+
47+
<!--
48+
Haven't found some strings? There's more at
49+
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
50+
-->
51+
</resources>

0 commit comments

Comments
 (0)