diff options
Diffstat (limited to 'program/localization/da_DK')
-rw-r--r-- | program/localization/da_DK/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/da_DK/messages.inc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/program/localization/da_DK/labels.inc b/program/localization/da_DK/labels.inc index a452a348c..66103ad63 100644 --- a/program/localization/da_DK/labels.inc +++ b/program/localization/da_DK/labels.inc @@ -52,6 +52,7 @@ $labels['fromtoshort'] = '$from – $to af $count'; $labels['copy'] = 'Kopiér'; $labels['move'] = 'Flyt'; $labels['moveto'] = 'Flyt til...'; +$labels['copyto'] = 'Kopier til...'; $labels['download'] = 'Download'; $labels['open'] = 'Åben'; $labels['showattachment'] = 'Vis'; diff --git a/program/localization/da_DK/messages.inc b/program/localization/da_DK/messages.inc index 1328ed288..4a567aed8 100644 --- a/program/localization/da_DK/messages.inc +++ b/program/localization/da_DK/messages.inc @@ -5,7 +5,7 @@ | localization/<lang>/messages.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2014, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -33,6 +33,7 @@ $messages['invalidhost'] = 'Ugyldigt servernavn.'; $messages['nomessagesfound'] = 'Der blev ikke fundet nogen beskeder i denne postkasse.'; $messages['loggedout'] = 'Du er nu logget af webmail. Farvel så længe!'; $messages['mailboxempty'] = 'Postkassen er tom.'; +$messages['nomessages'] = 'Ingen beskeder'; $messages['refreshing'] = 'Opdaterer...'; $messages['loading'] = 'Indlæser...'; $messages['uploading'] = 'Uploader fil...'; |