language/danish_utf-8.php
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7095 d2feddf4150d
child 7396 ec6b034771a6
     1.1 --- a/language/danish_utf-8.php	Thu Jun 11 11:19:23 2009 +0200
     1.2 +++ b/language/danish_utf-8.php	Sun Oct 11 19:18:47 2009 +0200
     1.3 @@ -823,7 +823,9 @@
     1.4      85 => 'Show All',
     1.5      86 => 'Advanced Editor',
     1.6      87 => 'Story Stats',
     1.7 -    88 => 'Wiki-style format'
     1.8 +    88 => 'Wiki-style format',
     1.9 +    89 => 'Meta Description',
    1.10 +    90 => 'Meta Keywords'
    1.11  );
    1.12  
    1.13  ###############################################################################
    1.14 @@ -858,7 +860,8 @@
    1.15      26 => 'make this the default topic for archived stories. Only one topic allowed.',
    1.16      27 => 'Or Upload Topic Icon',
    1.17      28 => 'Maximum',
    1.18 -    29 => 'File Upload Errors'
    1.19 +    29 => 'File Upload Errors',
    1.20 +    30 => 'Stories in Topic'
    1.21  );
    1.22  
    1.23  ###############################################################################
    1.24 @@ -1470,7 +1473,7 @@
    1.25      'public_html' => '"public_html" should never be part of your site\'s URL.  Please read the part about public_html in the %s again and change your setup accordingly before you proceed.',
    1.26      'installation' => 'installation instructions',
    1.27      'directory' => 'directory',
    1.28 -    'failed_bak' => 'Failed to create a temporary file in your data directory. Check your directory permissions!',
    1.29 +    'failed_tmp' => 'Failed to create a temporary file in your %s directory. Check your directory permissions!',
    1.30      'fix_it' => 'This is a security risk and should be fixed!',
    1.31      'reachable' => 'Your %s is reachable from the web.',
    1.32      'not_reachable' => 'Good! Your %s is not reachable from the web.',
    1.33 @@ -1570,6 +1573,8 @@
    1.34      'addchild' => 'Add child',
    1.35      'list' => 'list',
    1.36      'list_all' => 'List all',
    1.37 +    'meta_description' => 'Meta Description',
    1.38 +    'meta_keywords' => 'Meta Keywords',
    1.39      'na' => 'N/A'
    1.40  );
    1.41  
    1.42 @@ -1842,12 +1847,16 @@
    1.43      'censorlist' => 'Censor List',
    1.44      'ip_lookup' => 'IP Lookup',
    1.45      'url_rewrite' => 'Enable URL Rewrite',
    1.46 +    'meta_tags' => 'Meta Tags',
    1.47 +    'meta_description' => 'Default Meta Description',
    1.48 +    'meta_keywords' => 'Default Meta Keywords',
    1.49      'default_permissions_block' => 'Block Default Permissions',
    1.50      'default_permissions_story' => 'Story Default Permissions',
    1.51      'default_permissions_topic' => 'Topic Default Permissions',
    1.52      'atom_max_stories' => 'Max. Stories in Webservices Feed',
    1.53      'disable_webservices' => 'Disable Webservices?',
    1.54      'restrict_webservices' => 'Restrict Webservices?',
    1.55 +    'article_comment_close_enabled' => 'Automatically close comments (default)',
    1.56      'article_comment_close_days' => 'Days to close comments (default)',
    1.57      'comment_close_rec_stories' => 'Number of most recent stories enabled for comments',
    1.58      'allow_reply_notifications' => 'Allow comment reply notifications?',
    1.59 @@ -1939,7 +1948,8 @@
    1.60      19 => array('Google' => 'google', 'Table' => 'table'),
    1.61      20 => array('Exact Phrase' => 'phrase', 'All of The Words' => 'all', 'Any of The Words' => 'any'),
    1.62      21 => array('HTML 4.01 Transitional' => 'html401transitional', 'HTML 4.01 Strict' => 'html401strict', 'XHTML 1.0 Transitional' => 'xhtml10transitional', 'XHTML 1.0 Strict' => 'xhtml10strict'),
    1.63 -    22 => array('Strict' => 'DENY', 'Same Origin' => 'SAMEORIGIN', '(disabled)' => '')
    1.64 +    22 => array('Strict' => 'DENY', 'Same Origin' => 'SAMEORIGIN', '(disabled)' => ''),
    1.65 +    23 => array('Disabled' => 0, 'Enabled' => 1, 'Enabled (Default for Homepage only)' => 2)
    1.66  );
    1.67  
    1.68 -?>
    1.69 \ No newline at end of file
    1.70 +?>