nextcloud/apps/gallery/l10n/da.php

11 lines
368 B
PHP
Raw Normal View History

2012-01-24 03:42:08 +04:00
<?php $TRANSLATIONS = array(
"Gallery" => "Galleri",
"Scanning directories" => "Gennemgår mapper",
2012-01-27 03:59:24 +04:00
"No photos found" => "Ingen billeder fundet",
2012-01-24 03:42:08 +04:00
"Creating thumbnails" => "Danner miniaturer",
"Do you wan't to remove album" => "Ønsker du at fjerne albummet",
"Input new gallery name" => "Indtast navn på nyt galleri",
"Rescan" => "Genindlæs",
"Back" => "Tilbage"
);