From a898c721e634fd07b5fff0fd3b0e5b1295236d8a Mon Sep 17 00:00:00 2001 From: koeppe <koeppe@kazur.dk> Date: Thu, 9 Jun 2005 19:01:53 +0200 Subject: [PATCH] danish language update darcs-hash:20050609170153-6e8b5-f5d54229c86f875587fd3a32bdc02c492e498be1.gz --- inc/lang/da/lang.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inc/lang/da/lang.php b/inc/lang/da/lang.php index 83729cc9d..bfbb6b3d4 100644 --- a/inc/lang/da/lang.php +++ b/inc/lang/da/lang.php @@ -122,8 +122,15 @@ $lang['acl_perm1'] = 'Læs'; $lang['acl_perm2'] = 'Skriv'; $lang['acl_perm4'] = 'Opret'; $lang['acl_perm8'] = 'Upload'; +$lang['acl_perm16'] = 'Slet'; $lang['acl_new'] = 'Tilføj ny post'; +$lang['spell_start']= 'Stavekontrol'; +$lang['spell_stop'] = 'Forsæt redigering'; +$lang['spell_wait'] = 'Vent et øjeblik...'; +$lang['spell_noerr']= 'Der blev ikke fundet nogle fejl'; +$lang['spell_nosug']= 'Ingen forslag fundet'; + $lang['tpl_btn_insert'] = 'Indsæt'; $lang['tpl_txt'] = 'Vælg skabelon'; $lang['tpl_txt_headline'] = 'Indsæt skabelon'; -- GitLab