plugins/polls/language/slovenian_utf-8.php
author Dirk Haun <dirk@haun-online.de>
Sun, 11 Oct 2009 19:18:47 +0200
branchHEAD
changeset 7371 6f0fe25ffbc7
parent 7068 9c53dd3ac791
child 7515 67570edee13f
permissions -rw-r--r--
Synced all language files with their English equivalents
     1 <?php
     2 
     3 ###############################################################################
     4 # slovenian_utf-8.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
     8 #
     9 # Copyright (C) 2001 Tony Bibbs
    10 # tony@tonybibbs.com
    11 # Copyright (C) 2005 Trinity Bays
    12 # trinity93@gmail.com
    13 #
    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.
    18 #
    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.
    23 #
    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.
    27 #
    28 ###############################################################################
    29 
    30 global $LANG32;
    31 
    32 ###############################################################################
    33 # Array Format:
    34 # $LANGXX[YY]:  $LANG - variable name
    35 #               XX    - file id number
    36 #               YY    - phrase id number
    37 ###############################################################################
    38 
    39 $LANG_POLLS = array(
    40     'polls' => 'Ankete',
    41     'results' => 'Rezultati',
    42     'pollresults' => 'Rezultati anket',
    43     'votes' => 'glasov',
    44     'vote' => 'Glasuj',
    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'
    64 );
    65 
    66 ###############################################################################
    67 # admin/plugins/polls/index.php
    68 
    69 $LANG25 = array(
    70     1 => 'Mode',
    71     2 => 'Please enter a topic, at least one question and at least one answer for that question.',
    72     3 => 'Poll Created',
    73     4 => 'Poll %s saved',
    74     5 => 'Edit Poll',
    75     6 => 'Poll ID',
    76     7 => '(do not use spaces)',
    77     8 => 'Appears on Pollblock',
    78     9 => 'Topic',
    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',
    82     13 => 'Create Poll',
    83     14 => 'save',
    84     15 => 'cancel',
    85     16 => 'delete',
    86     17 => 'Please enter a Poll ID',
    87     18 => 'Poll List',
    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.',
    89     20 => 'Voters',
    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>.",
    92     23 => 'New Poll',
    93     24 => 'Admin Home',
    94     25 => 'Yes',
    95     26 => 'No',
    96     27 => 'Edit',
    97     28 => 'Submit',
    98     29 => 'Search',
    99     30 => 'Limit Results',
   100     31 => 'Question',
   101     32 => 'To remove this question from the poll, remove its question text',
   102     33 => 'Open for voting',
   103     34 => 'Poll Topic:',
   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 &amp; 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'
   110 );
   111 
   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.';
   115 
   116 // Messages for the plugin upgrade
   117 $PLG_polls_MESSAGE3001 = 'Plugin upgrade not supported.';
   118 $PLG_polls_MESSAGE3002 = $LANG32[9];
   119 
   120 // Localization of the Admin Configuration UI
   121 $LANG_configsections['polls'] = array(
   122     'label' => 'Polls',
   123     'title' => 'Polls Configuration'
   124 );
   125 
   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'
   138 );
   139 
   140 $LANG_configsubgroups['polls'] = array(
   141     'sg_main' => 'Main Settings'
   142 );
   143 
   144 $LANG_fs['polls'] = array(
   145     'fs_main' => 'General Polls Settings',
   146     'fs_permissions' => 'Default Permissions'
   147 );
   148 
   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)
   156 );
   157 
   158 ?>