diff options
Diffstat (limited to 'apps/gallery/l10n/nl.php')
-rw-r--r-- | apps/gallery/l10n/nl.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/nl.php b/apps/gallery/l10n/nl.php index 9d03cebf5b1..b4bd0eb8ea9 100644 --- a/apps/gallery/l10n/nl.php +++ b/apps/gallery/l10n/nl.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Plaatjes", "Rescan" => "Opnieuw doorzoeken", -"Back" => "Terug" +"Stop" => "Stop", +"Share" => "Deel", +"Settings" => "Instellingen", +"Back" => "Terug", +"Remove confirmation" => "Verwijder bevestiging", +"Do you want to remove album" => "Wil je het album verwijderen: ", +"Change album name" => "Wijzig album naam", +"New album name" => "Nieuwe album naam" ); |