diff options
Diffstat (limited to 'apps/gallery/l10n/da.php')
-rw-r--r-- | apps/gallery/l10n/da.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/da.php b/apps/gallery/l10n/da.php index b13b16350eb..172f3c95e8c 100644 --- a/apps/gallery/l10n/da.php +++ b/apps/gallery/l10n/da.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Billeder", +"Settings" => "Indstillinger", "Rescan" => "Genindlæs", -"Back" => "Tilbage" +"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" ); |