[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/polls/language/ -> english_utf-8.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # english_utf-8.php
   5  # This is the english language page for the Geeklog Polls Plug-in!
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony@tonybibbs.com
   9  # Copyright (C) 2005 Trinity Bays
  10  # trinity93@gmail.com
  11  #
  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.
  16  #
  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.
  21  #
  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.
  25  #
  26  ###############################################################################
  27  
  28  ###############################################################################
  29  # Array Format: 
  30  # $LANGXX[YY]:    $LANG - variable name
  31  #              XX - file id number
  32  #            YY - phrase id number
  33  ###############################################################################
  34  
  35  
  36  $LANG_POLLS = array(
  37      'polls'             => 'Polls',
  38      'results'           => 'Results',
  39      'pollresults'       => 'Poll Results',
  40      'votes'             => 'votes',
  41      'vote'              => 'Vote',
  42      'pastpolls'         => 'Past Polls',
  43      'savedvotetitle'    => 'Vote Saved',
  44      'savedvotemsg'      => 'Your vote was saved for the poll',
  45      'pollstitle'        => 'Polls in System',
  46      'pollquestions'     => 'View other poll questions',
  47      'stats_top10'       => 'Top Ten Polls',
  48      'stats_questions'   => 'Poll Question',
  49      'stats_votes'       => 'Votes',
  50      'stats_none'        => 'It appears that there are no polls on this site or no one has ever voted.',
  51      'stats_summary'     => 'Polls (Answers) in the system',
  52      'open_poll'         => 'Open for Voting'
  53  );
  54  
  55  ###############################################################################
  56  # admin/plugins/polls/index.php
  57  
  58  $LANG25 = array(
  59      1 => 'Mode',
  60      2 => 'Please enter a question and at least one answer.',
  61      3 => 'Poll Created',
  62      4 => "Poll %s saved",
  63      5 => 'Edit Poll',
  64      6 => 'Poll ID',
  65      7 => '(do not use spaces)',
  66      8 => 'Appears on Homepage',
  67      9 => 'Question',
  68      10 => 'Answers / Votes / Remark',
  69      11 => "There was an error getting poll answer data about the poll %s",
  70      12 => "There was an error getting poll question data about the poll %s",
  71      13 => 'Create Poll',
  72      14 => 'save',
  73      15 => 'cancel',
  74      16 => 'delete',
  75      17 => 'Please enter a Poll ID',
  76      18 => 'Poll List',
  77      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.',
  78      20 => 'Voters',
  79      21 => 'Access Denied',
  80      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>.",
  81      23 => 'New Poll',
  82      24 => 'Admin Home',
  83      25 => 'Yes',
  84      26 => 'No',
  85      27 => 'Edit',
  86      28 => 'Submit',
  87      29 => 'Search',
  88      30 => 'Limit Results',
  89  );
  90  
  91  $PLG_polls_MESSAGE19 = 'Your poll has been successfully saved.';
  92  $PLG_polls_MESSAGE20 = 'Your poll has been successfully deleted.';
  93  
  94  // Messages for the plugin upgrade
  95  $PLG_polls_MESSAGE3002 = $LANG32[9];
  96  
  97  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics