nextcloud/apps/gallery/l10n/da.php

13 lines
370 B
PHP

<?php $TRANSLATIONS = array(
"Pictures" => "Billeder",
"Settings" => "Indstillinger",
"Rescan" => "Genindlæs",
"Stop" => "Stop",
"Share" => "Del",
"Back" => "Tilbage",
"Remove confirmation" => "Fjern bekræftelse",
"Do you want to remove album" => "Ønsker du at fjerne albummet",
"Change album name" => "Ændre albummets navn",
"New album name" => "Nyt album navn"
);