3 ###############################################################################
4 # slovenian.php - version 1.4.1
5 # This is the slovenian language page for the Geeklog Polls Plug-in!
6 # language file for geeklog version 1.4.1 beta by mb
7 # gape@gape.org ; za pripombe, predloge ipd ... piši na email
9 # Copyright (C) 2001 Tony Bibbs
11 # Copyright (C) 2005 Trinity Bays
14 # This program is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU General Public License
16 # as published by the Free Software Foundation; either version 2
17 # of the License, or (at your option) any later version.
19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU General Public License for more details.
24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28 ###############################################################################
32 ###############################################################################
34 # $LANGXX[YY]: $LANG - variable name
36 # YY - phrase id number
37 ###############################################################################
41 'results' => 'Rezultati',
42 'pollresults' => 'Rezultati anket',
45 'pastpolls' => 'Pretekle ankete',
46 'savedvotetitle' => 'Glas shranjen',
47 'savedvotemsg' => 'Tvoj glas je shranjen za anketo.',
48 'pollstitle' => 'Ankete v sistemu',
49 'polltopics' => 'Other polls',
50 'stats_top10' => 'Najboljših 10 anket',
51 'stats_topics' => 'Poll Topic',
52 'stats_votes' => 'Glasovi',
53 'stats_none' => 'Izgleda, da na tem mestu ni anket ali pa še nikoli ni nihče glasoval.',
54 'stats_summary' => 'Ankete (odgovori) v sistemu',
55 'open_poll' => 'Odprto za glasovanje',
56 'answer_all' => 'Please answer all remaining questions',
57 'not_saved' => 'Result not saved',
58 'upgrade1' => 'You installed a new version of the Polls plugin. Please',
59 'upgrade2' => 'upgrade',
60 'editinstructions' => 'Please fill in the Poll ID, at least one question and two answers for it.',
61 'pollclosed' => 'This poll is closed for voting.',
62 'pollhidden' => 'You have already voted. This poll results will only be shown when voting is closed.',
63 'start_poll' => 'Začni anketo'
66 ###############################################################################
67 # admin/plugins/polls/index.php
71 2 => 'Please enter a topic, at least one question and at least one answer for that question.',
76 7 => '(do not use spaces)',
77 8 => 'Appears on Pollblock',
79 10 => 'Answers / Votes / Remark',
80 11 => 'There was an error getting poll answer data about the poll %s',
81 12 => 'There was an error getting poll question data about the poll %s',
86 17 => 'Please enter a Poll ID',
88 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.',
90 21 => 'Access Denied',
91 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>.",
99 30 => 'Limit Results',
101 32 => 'To remove this question from the poll, remove its question text',
102 33 => 'Open for voting',
104 35 => 'This poll has',
105 36 => 'more questions.',
106 37 => 'Hide results while poll is open',
107 38 => 'While the poll is open, only the owner & root can see the results',
108 39 => 'The topic will be only displayed if there are more than 1 questions.',
109 40 => 'See all answers to this poll'
112 $PLG_polls_MESSAGE15 = 'Your comment has been submitted for review and will be published when approved by a moderator.';
113 $PLG_polls_MESSAGE19 = 'Tvoja anketa je uspešno shranjena.';
114 $PLG_polls_MESSAGE20 = 'Tvoja anketa je uspešno izbrisana.';
116 // Messages for the plugin upgrade
117 $PLG_polls_MESSAGE3001 = 'Plugin upgrade not supported.';
118 $PLG_polls_MESSAGE3002 = $LANG32[9];
120 // Localization of the Admin Configuration UI
121 $LANG_configsections['polls'] = array(
123 'title' => 'Polls Configuration'
126 $LANG_confignames['polls'] = array(
127 'pollsloginrequired' => 'Polls Login Required?',
128 'hidepollsmenu' => 'Hide Polls Menu Entry?',
129 'maxquestions' => 'Max. Questions per Poll',
130 'maxanswers' => 'Max. Options per Question',
131 'answerorder' => 'Sort Results ...',
132 'pollcookietime' => 'Voter Cookie valid for',
133 'polladdresstime' => 'Voter IP Address valid for',
134 'delete_polls' => 'Delete Polls with Owner?',
135 'aftersave' => 'After Saving Poll',
136 'default_permissions' => 'Poll Default Permissions',
137 'meta_tags' => 'Enable Meta Tags'
140 $LANG_configsubgroups['polls'] = array(
141 'sg_main' => 'Main Settings'
144 $LANG_fs['polls'] = array(
145 'fs_main' => 'General Polls Settings',
146 'fs_permissions' => 'Default Permissions'
149 // Note: entries 0, 1, and 12 are the same as in $LANG_configselects['Core']
150 $LANG_configselects['polls'] = array(
151 0 => array('True' => 1, 'False' => 0),
152 1 => array('True' => true, 'False' => false),
153 2 => array('As Submitted' => 'submitorder', 'By Votes' => 'voteorder'),
154 9 => array('Forward to Poll' => 'item', 'Display Admin List' => 'list', 'Display Public List' => 'plugin', 'Display Home' => 'home', 'Display Admin' => 'admin'),
155 12 => array('No access' => 0, 'Read-Only' => 2, 'Read-Write' => 3)