Skip to content

Commit 8b3f119

Browse files
authored
Merge pull request #112 from ltGuillaume/master
Dutch translation
2 parents 469d516 + 08633da commit 8b3f119

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

app/src/main/res/values-nl/strings.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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-
<string name="copy_path">Copy path to clipboard</string>
11-
<string name="path_copied">Path copied</string>
3+
<string name="app_name">Eenvoudig Bestandsbeheer</string>
4+
<string name="app_launcher_name">Bestandsbeheer</string>
5+
<string name="press_back_again">Druk nogmaals op terug om af te sluiten</string>
6+
<string name="no_app_found">Geen app gevonden om dit bestand mee te openen</string>
7+
<string name="go_to_home_folder">Naar beginmap</string>
8+
<string name="set_as_home_folder">Als beginmap instellen</string>
9+
<string name="home_folder_updated">Beginmap ingesteld</string>
10+
<string name="copy_path">Pad naar klembord kopiëren</string>
11+
<string name="path_copied">Pad gekopieerd</string>
1212

1313
<!-- Compression -->
14-
<string name="compress">Compress</string>
15-
<string name="decompress">Decompress</string>
16-
<string name="compress_as">Compress as</string>
17-
<string name="compressing">Compressing…</string>
18-
<string name="decompressing">Decompressing…</string>
19-
<string name="compression_successful">Compression successful</string>
20-
<string name="decompression_successful">Decompression successful</string>
21-
<string name="compressing_failed">Compressing failed</string>
22-
<string name="decompressing_failed">Decompressing failed</string>
14+
<string name="compress">Inpakken</string>
15+
<string name="decompress">Uitpakken</string>
16+
<string name="compress_as">Inpakken als</string>
17+
<string name="compressing">Inpakken…</string>
18+
<string name="decompressing">Uitpakken…</string>
19+
<string name="compression_successful">Inpakken voltooid</string>
20+
<string name="decompression_successful">Uitpakken voltooid</string>
21+
<string name="compressing_failed">Fout bij inpakken</string>
22+
<string name="decompressing_failed">Fout bij uitpakken</string>
2323

2424
<!-- Favorites -->
25-
<string name="favorites">Favorites</string>
26-
<string name="add_to_favorites">Add to favorites</string>
27-
<string name="remove_from_favorites">Remove from favorites</string>
28-
<string name="manage_favorites">Manage favorites</string>
29-
<string name="go_to_favorite">Go to favorite</string>
30-
<string name="favorites_activity_placeholder">You can add frequently used folders to favorites for easy access from anywhere.</string>
25+
<string name="favorites">Favorieten</string>
26+
<string name="add_to_favorites">Aan favorieten toevoegen</string>
27+
<string name="remove_from_favorites">Uit favorieten verwijderen</string>
28+
<string name="manage_favorites">Favorieten beheren</string>
29+
<string name="go_to_favorite">Naar favoriet gaan</string>
30+
<string name="favorites_activity_placeholder">Voeg vaak gebruikte mappen toe aan de favorieten voor snelle toegang vanuit ieder scherm.</string>
3131

3232
<!-- File Editor -->
33-
<string name="file_editor">File Editor</string>
33+
<string name="file_editor">Bewerken</string>
3434

3535
<!-- Settings -->
36-
<string name="enable_root_access">Enable root access</string>
36+
<string name="enable_root_access">Root-toegang inschakelen</string>
3737

3838
<!-- Strings displayed only on Google Play Store. Optional, but good to have -->
3939
<!-- Short description has to have less than 80 chars -->
40-
<string name="app_short_description">A simple file manager for browsing and editing files and directories.</string>
40+
<string name="app_short_description">Eenvoudige app voor het verkennen en bewerken van uw bestanden.</string>
4141
<string name="app_long_description">
42-
Can also be used for browsing root files and SDcard content. You can easily rename, copy, move, delete and share anything you wish.
42+
Kan ook gebruikt worden voor root-toegang en het verkennen van bestanden op de SD-kaart. Hernoem, kopieer, verplaats, verwijder of deel uw bestanden.
4343

44-
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
44+
Bevat geen advertenties of onnodige permissies. Volledig open-source. Kleuren van de app kunnen worden aangepast.
4545

46-
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
46+
Deze app is onderdeel van een grotere verzameling. Vind de andere apps op http://www.simplemobiletools.com
4747
</string>
4848

4949
<!--

0 commit comments

Comments
 (0)