3 ###############################################################################
5 # This is the danish language page for the Geeklog Static Page Plug-in!
7 # Copyright (C) 2001 Tony Bibbs
9 # Translation Steen Brølling
11 # This program is free software; you can redistribute it and/or
12 # modify it under the terms of the GNU General Public License
13 # as published by the Free Software Foundation; either version 2
14 # of the License, or (at your option) any later version.
16 # This program is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
21 # You should have received a copy of the GNU General Public License
22 # along with this program; if not, write to the Free Software
23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 ###############################################################################
29 ###############################################################################
31 # $LANGXX[YY]: $LANG - variable name
33 # YY - phrase id number
34 ###############################################################################
37 'newpage' => 'Ny Side',
38 'adminhome' => 'Admin Hjem',
39 'staticpages' => 'Faste Sider',
40 'staticpageeditor' => 'Faste Sider Redigering',
41 'writtenby' => 'Skrevet af',
42 'date' => 'Seneste Opdatering',
44 'content' => 'Indhold',
46 'staticpagelist' => 'Faste Sider Liste',
49 'lastupdated' => 'Sidst Opdateret',
50 'pageformat' => 'Side Format',
51 'leftrightblocks' => 'Venstre & Højre Kasser',
52 'blankpage' => 'Blank Side',
53 'noblocks' => 'Ingen Kasser',
54 'leftblocks' => 'Venstre Kasser',
55 'addtomenu' => 'Tilføj til Menu',
57 'nopages' => 'Der er ingen faste sider i systemet endnu',
59 'preview' => 'gennemse',
61 'cancel' => 'fortryd',
62 'access_denied' => 'Adgang Nægtet',
63 'access_denied_msg' => 'Du forsøger at få adgang til Fast Side administrationssiderne. Dette forsøg er blevet logget',
64 'all_html_allowed' => 'Alle HTML koder er tilladte',
65 'results' => 'Fast Side Resultat',
66 'author' => 'Forfatter',
67 'no_title_or_content' => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
68 'no_such_page_anon' => 'Log venligst ind..',
69 'no_page_access_msg' => "Dette kan skyldes at du ikke er logget ind, eller ikke er oprettet som bruger af {$_CONF['site_name']}. Bliv venligst <a href=\"{$_CONF['site_url']}/users.php?mode=new\">oprettet som bruger</a> af {$_CONF['site_name']} for at få fuld brugeradgang",
71 'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
72 'exit_msg' => 'Exit Type: ',
73 'exit_info' => 'Enable for Login Required Message. Leave unchecked for normal security check and message.',
74 'deny_msg' => 'Access to this page is denied. Either the page has been moved/removed or you do not have sufficient permissions.',
75 'stats_headline' => 'Top Ten Static Pages',
76 'stats_page_title' => 'Page Title',
77 'stats_hits' => 'Hits',
78 'stats_no_hits' => 'It appears that there are no static pages on this site or no one has ever viewed them.',
80 'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.',
81 'instructions' => 'To modify or delete a static page, click on that page\'s number below. To view a static page, click on the title of the page you wish to view. To create a new static page click on new page above. Click on [C] to create a copy of an existing page.',
82 'centerblock' => 'Centerblock: ',
83 'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page.',
85 'position' => 'Position: ',
86 'all_topics' => 'All',
87 'no_topic' => 'Homepage Only',
88 'position_top' => 'Top Of Page',
89 'position_feat' => 'After Featured Story',
90 'position_bottom' => 'Bottom Of Page',
91 'position_entire' => 'Entire Page',
92 'head_centerblock' => 'Centerblock',
93 'centerblock_no' => 'No',
94 'centerblock_top' => 'Top',
95 'centerblock_feat' => 'Feat. Story',
96 'centerblock_bottom' => 'Bottom',
97 'centerblock_entire' => 'Entire Page',
98 'inblock_msg' => 'In a block: ',
99 'inblock_info' => 'Wrap Static Page in a block.',
100 'title_edit' => 'Edit page',
101 'title_copy' => 'Make a copy of this page',
102 'title_display' => 'Display page',
103 'select_php_none' => 'do not execute PHP',
104 'select_php_return' => 'execute PHP (return)',
105 'select_php_free' => 'execute PHP',
106 'php_not_activated' => "The use of PHP in static pages is not activated. Please see the <a href=\"{$_CONF['site_url']}/docs/english/staticpages.html#php\">documentation</a> for details.",
107 'printable_format' => 'Printable Format',
109 'limit_results' => 'Limit Results',
110 'search' => 'Search',
114 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
115 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
116 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
118 // Messages for the plugin upgrade
119 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
120 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
122 // Localization of the Admin Configuration UI
123 $LANG_configsections['staticpages'] = array(
124 'label' => 'Static Pages',
125 'title' => 'Static Pages Configuration'
128 $LANG_confignames['staticpages'] = array(
129 'allow_php' => 'Allow PHP?',
130 'sort_by' => 'Sort Centerblocks by',
131 'sort_menu_by' => 'Sort Menu Entries by',
132 'delete_pages' => 'Delete Pages with Owner?',
133 'in_block' => 'Wrap Pages in Block?',
134 'show_hits' => 'Show Hits?',
135 'show_date' => 'Show Date?',
136 'filter_html' => 'Filter HTML?',
137 'censor' => 'Censor Content?',
138 'default_permissions' => 'Page Default Permissions',
139 'aftersave' => 'After Saving Page',
140 'atom_max_items' => 'Max. Pages in Webservices Feed',
141 'meta_tags' => 'Enable Meta Tags'
144 $LANG_configsubgroups['staticpages'] = array(
145 'sg_main' => 'Main Settings'
148 $LANG_fs['staticpages'] = array(
149 'fs_main' => 'Static Pages Main Settings',
150 'fs_permissions' => 'Default Permissions'
153 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
154 $LANG_configselects['staticpages'] = array(
155 0 => array('True' => 1, 'False' => 0),
156 1 => array('True' => true, 'False' => false),
157 2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
158 3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
159 9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
160 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)