nextcloud/apps/gallery/l10n/da.php

13 lines
370 B
PHP
Raw Normal View History

2012-01-24 03:42:08 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Billeder",
"Settings" => "Indstillinger",
2012-01-24 03:42:08 +04:00
"Rescan" => "Genindlæs",
2012-06-06 02:29:28 +04:00
"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"
2012-01-24 03:42:08 +04:00
);