3 ###############################################################################
5 # This is the spanish language page for the Geeklog Static Page Plug-in!
7 # Copyright (C) 2001 Tony Bibbs
10 # This program is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU General Public License
12 # as published by the Free Software Foundation; either version 2
13 # of the License, or (at your option) any later version.
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details.
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 ###############################################################################
28 ###############################################################################
30 # $LANGXX[YY]: $LANG - variable name
32 # YY - phrase id number
33 ###############################################################################
36 'newpage' => 'Nueva Página',
37 'adminhome' => 'Administración',
38 'staticpages' => 'Páginas Estáticas',
39 'staticpageeditor' => 'Editor de páginas estáticas',
40 'writtenby' => 'Escrito por',
41 'date' => 'Última edición',
43 'content' => 'Contenido',
45 'staticpagelist' => 'Lista de Páginas Estáticas',
48 'lastupdated' => 'Última Edición',
49 'pageformat' => 'Formato de Página',
50 'leftrightblocks' => 'Cajas a Derecha e Izquierda',
51 'blankpage' => 'Página en blanco',
52 'noblocks' => 'Sin Cajas',
53 'leftblocks' => 'Cajas a Izquierda',
54 'addtomenu' => 'Añadir al menú',
55 'label' => 'Etiqueta',
56 'nopages' => 'Todavía no hay páginas estáticas',
58 'preview' => 'vista previa',
59 'delete' => 'eliminar',
60 'cancel' => 'cancelar',
61 'access_denied' => 'Acceso Denegado',
62 'access_denied_msg' => 'Estás intentando acceder a una página de administración de Páginas Estáticas. Ten en cuenta que cualquier acceso a esta página se registra',
63 'all_html_allowed' => 'Se permite cualquier etiqueta HTML',
64 'results' => 'Resultado de Páginas Estáticas',
66 'no_title_or_content' => 'You must at least fill in the <b>Title</b> and <b>Content</b> fields.',
67 'no_such_page_anon' => 'Please log in..',
68 'no_page_access_msg' => "This could be because you're not logged in, or not a member of {$_CONF['site_name']}. Please <a href=\"{$_CONF['site_url']}/users.php?mode=new\"> become a member</a> of {$_CONF['site_name']} to receive full membership access",
70 'php_warn' => 'Warning: PHP code in your page will be evaluated if you enable this option. Use with caution !!',
71 'exit_msg' => 'Exit Type: ',
72 'exit_info' => 'Enable for Login Required Message. Leave unchecked for normal security check and message.',
73 'deny_msg' => 'Access to this page is denied. Either the page has been moved/removed or you do not have sufficient permissions.',
74 'stats_headline' => 'Top Ten Static Pages',
75 'stats_page_title' => 'Page Title',
76 'stats_hits' => 'Hits',
77 'stats_no_hits' => 'It appears that there are no static pages on this site or no one has ever viewed them.',
79 'duplicate_id' => 'The ID you chose for this static page is already in use. Please select another ID.',
80 '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.',
81 'centerblock' => 'Centerblock: ',
82 'centerblock_msg' => 'When checked, this Static Page will be displayed as a center block on the index page.',
84 'position' => 'Position: ',
85 'all_topics' => 'All',
86 'no_topic' => 'Homepage Only',
87 'position_top' => 'Top Of Page',
88 'position_feat' => 'After Featured Story',
89 'position_bottom' => 'Bottom Of Page',
90 'position_entire' => 'Entire Page',
91 'head_centerblock' => 'Centerblock',
92 'centerblock_no' => 'No',
93 'centerblock_top' => 'Top',
94 'centerblock_feat' => 'Feat. Story',
95 'centerblock_bottom' => 'Bottom',
96 'centerblock_entire' => 'Entire Page',
97 'inblock_msg' => 'In a block: ',
98 'inblock_info' => 'Wrap Static Page in a block.',
99 'title_edit' => 'Edit page',
100 'title_copy' => 'Make a copy of this page',
101 'title_display' => 'Display page',
102 'select_php_none' => 'do not execute PHP',
103 'select_php_return' => 'execute PHP (return)',
104 'select_php_free' => 'execute PHP',
105 '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.",
106 'printable_format' => 'Printable Format',
108 'limit_results' => 'Limit Results',
109 'search' => 'Search',
113 $PLG_staticpages_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
114 $PLG_staticpages_MESSAGE19 = 'Your page has been successfully saved.';
115 $PLG_staticpages_MESSAGE20 = 'Your page has been successfully deleted.';
117 // Messages for the plugin upgrade
118 $PLG_staticpages_MESSAGE3001 = 'Plugin upgrade not supported.';
119 $PLG_staticpages_MESSAGE3002 = $LANG32[9];
121 // Localization of the Admin Configuration UI
122 $LANG_configsections['staticpages'] = array(
123 'label' => 'Static Pages',
124 'title' => 'Static Pages Configuration'
127 $LANG_confignames['staticpages'] = array(
128 'allow_php' => 'Allow PHP?',
129 'sort_by' => 'Sort Centerblocks by',
130 'sort_menu_by' => 'Sort Menu Entries by',
131 'delete_pages' => 'Delete Pages with Owner?',
132 'in_block' => 'Wrap Pages in Block?',
133 'show_hits' => 'Show Hits?',
134 'show_date' => 'Show Date?',
135 'filter_html' => 'Filter HTML?',
136 'censor' => 'Censor Content?',
137 'default_permissions' => 'Page Default Permissions',
138 'aftersave' => 'After Saving Page',
139 'atom_max_items' => 'Max. Pages in Webservices Feed',
140 'meta_tags' => 'Enable Meta Tags'
143 $LANG_configsubgroups['staticpages'] = array(
144 'sg_main' => 'Main Settings'
147 $LANG_fs['staticpages'] = array(
148 'fs_main' => 'Static Pages Main Settings',
149 'fs_permissions' => 'Default Permissions'
152 // Note: entries 0, 1, 9, and 12 are the same as in $LANG_configselects['Core']
153 $LANG_configselects['staticpages'] = array(
154 0 => array('True' => 1, 'False' => 0),
155 1 => array('True' => true, 'False' => false),
156 2 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title'),
157 3 => array('Date' => 'date', 'Page ID' => 'id', 'Title' => 'title', 'Label' => 'label'),
158 9 => array('Forward to page' => 'item', 'Display List' => 'list', 'Display Home' => 'home', 'Display Admin' => 'admin'),
159 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)