3 ###############################################################################
5 # This is the swedish language page for the Geeklog Static Page Plug-in!
7 # Copyright (C) 2001 Tony Bibbs
9 # Copyright (C) 2003 Markus Berg
10 # kelvin@lysator.liu.se
12 # This program is free software; you can redistribute it and/or
13 # modify it under the terms of the GNU General Public License
14 # as published by the Free Software Foundation; either version 2
15 # of the License, or (at your option) any later version.
17 # This program is distributed in the hope that it will be useful,
18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 # GNU General Public License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with this program; if not, write to the Free Software
24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26 ###############################################################################
30 ###############################################################################
32 # $LANGXX[YY]: $LANG - variable name
34 # YY - phrase id number
35 ###############################################################################
38 'newpage' => 'Ny sida',
39 'adminhome' => 'Administratörsmeny',
40 'staticpages' => 'Statiska sidor',
41 'staticpageeditor' => 'Redigera statisk sida',
42 'writtenby' => 'Skriven av',
43 'date' => 'Senast uppdaterad',
45 'content' => 'Innehåll',
47 'staticpagelist' => 'Lista över statiska sidor',
50 'lastupdated' => 'Senast uppdaterad',
51 'pageformat' => 'Sidformat',
52 'leftrightblocks' => 'Vänster- och högerblock',
53 'blankpage' => 'Tom sida',
54 'noblocks' => 'Inga block',
55 'leftblocks' => 'Vänsterblock',
56 'addtomenu' => 'Lägg till i meny',
58 'nopages' => 'Inga statiska sidor än ännu inlagda i systemet',
60 'preview' => 'förhandsgranska',
63 'access_denied' => 'Åtkomst nekas',
64 'access_denied_msg' => 'Du försöker få tillgång till en administrationssida för de statiska sidorna. Detta äger du inte rätt att göra. Alla dylika försök loggas.',
65 'all_html_allowed' => 'All HTML tillåten',
66 'results' => 'Statiska sidor resultat',
67 'author' => 'Författare',
68 'no_title_or_content' => 'Du måste åtminstone fylla i <b>titel-</b> och <b>innehålls</b>fälten.',
69 'no_such_page_anon' => 'Du måste logga in..',
70 'no_page_access_msg' => "Detta kan bero på att du inte är inloggad, eller att du inte ärmedlem i {$_CONF['site_name']}. <a href=\"{$_CONF['site_url']}/users.php?mode=new\">Bli medlem</a> i {$_CONF['site_name']} för att få åtkomst till medlemssidorna",
72 'php_warn' => 'Varning: PHP-kod i din sida kommer att exekveras om du aktiverar detta. Använd med försiktighet !!',
73 'exit_msg' => 'Avslutstyp: ',
74 'exit_info' => 'Aktivera för "inloggning krävs"-meddelande. Avaktivera för normal säkerhetskontroll och meddelande.',
75 'deny_msg' => 'Åtkomst till denna sida nekas. Antingen har sidan flyttats/raderats, eller så äger du inte rättigheter att se den.',
76 'stats_headline' => 'Topp tio statiska sidor',
77 'stats_page_title' => 'Titel',
78 'stats_hits' => 'Träffar',
79 'stats_no_hits' => 'Inga statiska sidor existerar på den här sajten, eller så har inga av dom lästs.',
81 'duplicate_id' => 'Det ID du valt för denna sida används redan. Välj ett nytt ID.',
82 'instructions' => 'Klicka på den statiska sidans nummer nedan för att modifiera eller radera den. Klicka på sidans titel för att se sidan. Klicka på ny sida ovan för att skapa en ny statisk sida. Klicka på [C] för att kopiera en sida.',
83 'centerblock' => 'Centerblock: ',
84 'centerblock_msg' => 'När detta är aktiverat kommer denna statiska sida att visas i centerblocket på indexsidan.',
86 'position' => 'Position: ',
87 'all_topics' => 'Alla',
88 'no_topic' => 'Endast hemsidan',
89 'position_top' => 'Högst upp på sidan',
90 'position_feat' => 'Efter huvudartikeln',
91 'position_bottom' => 'Längst ner på sidan',
92 'position_entire' => 'Hela sidan',
93 'head_centerblock' => 'Centerblock',
94 'centerblock_no' => 'Nej',
95 'centerblock_top' => 'Högst upp',
96 'centerblock_feat' => 'Huvudartikel',
97 'centerblock_bottom' => 'Längst ner',
98 'centerblock_entire' => 'Hela sidan',
99 'inblock_msg' => 'In a block: ',
100 'inblock_info' => 'Wrap Static Page in a block.',
101 'title_edit' => 'Edit page',
102 'title_copy' => 'Make a copy of this page',
103 'title_display' => 'Display page',
104 'select_php_none' => 'do not execute PHP',
105 'select_php_return' => 'execute PHP (return)',
106 'select_php_free' => 'execute PHP',
107 '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.",
108 'printable_format' => 'Printable Format',
110 'limit_results' => 'Limit Results',
111 'search' => 'Search',
115 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
116 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
117 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
119 // Messages for the plugin upgrade
120 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
121 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
123 // Localization of the Admin Configuration UI
124 $LANG_configsections['staticpages'] = array(
125 'label' => 'Static Pages',
126 'title' => 'Static Pages Configuration'
129 $LANG_confignames['staticpages'] = array(
130 'allow_php' => 'Allow PHP?',
131 'sort_by' => 'Sort Centerblocks by',
132 'sort_menu_by' => 'Sort Menu Entries by',
133 'delete_pages' => 'Delete Pages with Owner?',
134 'in_block' => 'Wrap Pages in Block?',
135 'show_hits' => 'Show Hits?',
136 'show_date' => 'Show Date?',
137 'filter_html' => 'Filter HTML?',
138 'censor' => 'Censor Content?',
139 'default_permissions' => 'Page Default Permissions',
140 'aftersave' => 'After Saving Page',
141 'atom_max_items' => 'Max. Pages in Webservices Feed',
142 'meta_tags' => 'Enable Meta Tags'
145 $LANG_configsubgroups['staticpages'] = array(
146 'sg_main' => 'Main Settings'
149 $LANG_fs['staticpages'] = array(
150 'fs_main' => 'Static Pages Main Settings',
151 'fs_permissions' => 'Default Permissions'
154 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
155 $LANG_configselects['staticpages'] = array(
156 0 => array('True' => 1, 'False' => 0),
157 1 => array('True' => true, 'False' => false),
158 2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
159 3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
160 9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
161 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)