0byt3m1n1
Path:
/
data
/
applications
/
aps
/
geeklog
/
1.8.0-0
/
standard
/
htdocs
/
plugins
/
polls
/
language
/
[
Home
]
File: spanish_utf-8.php
<?php ############################################################################### # spanish_utf-8.php # This is the spanish language page for the Geeklog Polls Plug-in! # # Copyright (C) 2007 José R. Valverde # jrvalverde@cnb.uam.es # # Copyright (C) 2001 Tony Bibbs # tony@tonybibbs.com # Copyright (C) 2005 Trinity Bays # trinity93@gmail.com # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ############################################################################### global $LANG32; ############################################################################### # Array Format: # $LANGXX[YY]: $LANG - variable name # XX - file id number # YY - phrase id number ############################################################################### $LANG_POLLS = array( 'polls' => 'Encuestas', 'results' => 'Resultados', 'pollresults' => 'Resultados de la encuesta', 'votes' => 'votos', 'voters' => 'voters', 'vote' => 'Voto', 'pastpolls' => 'Encuestas anteriores', 'savedvotetitle' => 'Voto guardado', 'savedvotemsg' => 'Se ha guardado tu voto para la encuesta', 'pollstitle' => 'Encuestas disponibles', 'polltopics' => 'Other polls', 'stats_top10' => '10 encuestas principales', 'stats_topics' => 'Poll Topic', 'stats_votes' => 'Votos', 'stats_none' => 'Parece no haber encuestas o que nadie ha votado.', 'stats_summary' => 'Encuestas (Respuestas) en el sistema', 'open_poll' => 'Abierto para votar', 'answer_all' => 'Please answer all remaining questions', 'not_saved' => 'Result not saved', 'upgrade1' => 'You installed a new version of the Polls plugin. Please', 'upgrade2' => 'upgrade', 'editinstructions' => 'Please fill in the Poll ID, at least one question and two answers for it.', 'pollclosed' => 'This poll is closed for voting.', 'pollhidden' => 'You have already voted. This poll results will only be shown when voting is closed.', 'start_poll' => 'Start Poll', 'no_new_polls' => 'No new polls', 'autotag_desc_poll' => '[poll: id alternate title] - Displays a link to a poll using the Poll Topic as the title. An alternate title may be specified but is not required.', 'autotag_desc_poll_vote' => '[poll_vote: id class:poll-autotag showall:1] - Displays a poll for voting. Class and showall not required. Class specifies the css class and Showall if set to 1, shows all questions', 'autotag_desc_poll_result' => '[poll_result: id class:poll-autotag] - Displays the poll results. Class not required. Class specifies the css class.', 'deny_msg' => 'Access to this poll is denied. Either the poll has been moved/removed or you do not have sufficient permissions.' ); ############################################################################### # admin/plugins/polls/index.php $LANG25 = array( 1 => 'Mode', 2 => 'Please enter a topic, at least one question and at least one answer for that question.', 3 => 'Poll Created', 4 => 'Poll %s saved', 5 => 'Edit Poll', 6 => 'Poll ID', 7 => '(do not use spaces)', 8 => 'Appears on Pollblock', 9 => 'Topic', 10 => 'Answers / Votes / Remark', 11 => 'There was an error getting poll answer data about the poll %s', 12 => 'There was an error getting poll question data about the poll %s', 13 => 'Create Poll', 14 => 'save', 15 => 'cancel', 16 => 'delete', 17 => 'Please enter a Poll ID', 18 => 'Poll List', 19 => 'To modify or delete a poll, click on the edit icon of the poll. To create a new poll, click on "Create New" above.', 20 => 'Voters', 21 => 'Access Denied', 22 => "You are trying to access a poll that you don't have rights to. This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/poll.php\">go back to the poll administration screen</a>.", 23 => 'New Poll', 24 => 'Admin Home', 25 => 'Yes', 26 => 'No', 27 => 'Edit', 28 => 'Submit', 29 => 'Search', 30 => 'Limit Results', 31 => 'Question', 32 => 'To remove this question from the poll, remove its question text', 33 => 'Open for voting', 34 => 'Poll Topic:', 35 => 'This poll has', 36 => 'more questions.', 37 => 'Hide results while poll is open', 38 => 'While the poll is open, only the owner & root can see the results', 39 => 'The topic will only be displayed if there is more than 1 question.', 40 => 'See all answers to this poll' ); $PLG_polls_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.'; $PLG_polls_MESSAGE19 = 'Tu encuesta se guardó satisfactoriamente.'; $PLG_polls_MESSAGE20 = 'Tu encuesta se ha borrado satisfactoriamente.'; // Messages for the plugin upgrade $PLG_polls_MESSAGE3001 = 'Plugin upgrade not supported.'; $PLG_polls_MESSAGE3002 = $LANG32[9]; // Localization of the Admin Configuration UI $LANG_configsections['polls'] = array( 'label' => 'Polls', 'title' => 'Polls Configuration' ); $LANG_confignames['polls'] = array( 'pollsloginrequired' => 'Polls Login Required?', 'hidepollsmenu' => 'Hide Polls Menu Entry?', 'maxquestions' => 'Max. Questions per Poll', 'maxanswers' => 'Max. Options per Question', 'answerorder' => 'Sort Results ...', 'pollcookietime' => 'Voter Cookie valid for', 'polladdresstime' => 'Voter IP Address valid for', 'delete_polls' => 'Delete Polls with Owner?', 'aftersave' => 'After Saving Poll', 'default_permissions' => 'Poll Default Permissions', 'autotag_permissions_poll' => '[poll: ] Permissions', 'autotag_permissions_poll_vote' => '[poll_vote: ] Permissions', 'autotag_permissions_poll_result' => '[poll_result: ] Permissions', 'newpollsinterval' => 'New Polls Interval', 'hidenewpolls' => 'New Polls', 'title_trim_length' => 'Title Trim Length', 'meta_tags' => 'Enable Meta Tags' ); $LANG_configsubgroups['polls'] = array( 'sg_main' => 'Main Settings' ); $LANG_tab['polls'] = array( 'tab_main' => 'General Polls Settings', 'tab_whatsnew' => 'What\'s New Block', 'tab_permissions' => 'Default Permissions', 'tab_autotag_permissions' => 'Autotag Usage Permissions' ); $LANG_fs['polls'] = array( 'fs_main' => 'General Polls Settings', 'fs_whatsnew' => 'What\'s New Block', 'fs_permissions' => 'Default Permissions', 'fs_autotag_permissions' => 'Autotag Usage Permissions' ); // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core'] $LANG_configselects['polls'] = array( 0 => array('True' => 1, 'False' => 0), 1 => array('True' => true, 'False' => false), 2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'), 5 => array('Hide' => 'hide', 'Show - Use Modified Date' => 'modified', 'Show - Use Created Date' => 'created'), 9 => array('Forward to Poll' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'), 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3), 13 => array('No access' => 0, 'Use' => 2) ); ?>