From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 10:47:27 -0400 Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani --- program/localization/da/labels.inc | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/program/localization/da/labels.inc b/program/localization/da/labels.inc index 6a9137f..ad08302 100644 --- a/program/localization/da/labels.inc +++ b/program/localization/da/labels.inc @@ -21,6 +21,7 @@ $labels = array(); // login page +$labels['welcome'] = 'Welcome to Roundcube|Mail'; $labels['username'] = 'Brugernavn'; $labels['password'] = 'Adgangskode'; $labels['server'] = 'Server'; @@ -178,7 +179,7 @@ $labels['folder'] = 'Folder'; $labels['compact'] = 'Ryd op'; -$labels['empty'] = 'Tom'; +$labels['empty'] = 'Tøm'; $labels['purge'] = 'Tøm'; $labels['quota'] = 'Disk forbrug'; -- Gitblit v1.9.1