From e0b21a9a3f1b7c5585e6cb934338fe86f28834d3 Mon Sep 17 00:00:00 2001 From: micheldejoode Date: Thu, 19 Sep 2013 06:59:57 +0200 Subject: [PATCH] Create nl.lang.php Completed dutch translation --- plugins/box/backup/languages/nl.lang.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/box/backup/languages/nl.lang.php diff --git a/plugins/box/backup/languages/nl.lang.php b/plugins/box/backup/languages/nl.lang.php new file mode 100644 index 0000000..7ea38e2 --- /dev/null +++ b/plugins/box/backup/languages/nl.lang.php @@ -0,0 +1,17 @@ + array( + 'Backups' => 'Backups', + 'Backup' => 'Backup', + 'Create Backup' => 'Maak backup', + 'Delete' => 'Wissen', + 'storage' => 'opslag', + 'public' => 'Publiekelijk', + 'plugins' => 'Plugins', + 'Size' => 'Grootte', + 'Actions' => 'Acties', + 'Delete backup: :backup' => 'Wis backup: :backup', + 'Creating...' => 'Backup wordt gemaakt...', + ) + );