[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/plugins/links/language/ -> english.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # english.php
   5  # This is the english language file for the Geeklog Links Plugin
   6  #
   7  # Copyright (C) 2001 Tony Bibbs
   8  # tony AT tonybibbs DOT com
   9  # Copyright (C) 2005 Trinity Bays
  10  # trinity93 AT gmail DOT 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  # $Id: english.php,v 1.13 2006/08/10 09:00:39 ospiess Exp $
  28  
  29  /** 
  30   * This is the english language page for the Geeklog links Plug-in! 
  31   * 
  32   * @package Links
  33   * @subpackage Language
  34   * @filesource
  35   * @version 1.0
  36   * @since GL 1.4.0
  37   * @copyright Copyright &copy; 2005-2006
  38   * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
  39   * @author Trinity Bays <trinity93 AT steubentech DOT com>
  40   * @author Tony Bibbs <tony AT tonybibbs DOT com>
  41   * @author Tom Willett <twillett AT users DOT sourceforge DOT net>
  42   * 
  43   */
  44  
  45  
  46  ###############################################################################
  47  # Array Format:
  48  # $LANGXX[YY]:    $LANG - variable name
  49  #              XX - file id number
  50  #            YY - phrase id number
  51  ###############################################################################
  52  /**
  53  * the link plugin's lang array
  54  * 
  55  * @global array $LANG_LINKS 
  56  */
  57  $LANG_LINKS= array(
  58      10 => 'Submissions',
  59      14 => 'Links',
  60      84 => 'LINKS',
  61      88 => 'No recent new links',
  62      114 => 'Links',
  63      116 => 'Add A Link'
  64  );
  65  
  66  ###############################################################################
  67  # for stats
  68  /**
  69  * the link plugin's lang stats array
  70  * 
  71  * @global array $LANG_LINKS_STATS
  72  */
  73  $LANG_LINKS_STATS = array(
  74      'links' => 'Links (Clicks) in the System',
  75      'stats_headline' => 'Top Ten Links',
  76      'stats_page_title' => 'Links',
  77      'stats_hits' => 'Hits',
  78      'stats_no_hits' => 'It appears that there are no links on this site or no one has ever clicked on one.',
  79  );
  80  
  81  ###############################################################################
  82  # for the search
  83  /**
  84  * the link plugin's lang search array
  85  * 
  86  * @global array $LANG_LINKS_SEARCH 
  87  */
  88  $LANG_LINKS_SEARCH = array(
  89   'results' => 'Link Results',
  90   'title' => 'Title',
  91   'date' => 'Date Added',
  92   'author' => 'Submited by',
  93   'hits' => 'Clicks'
  94  );
  95  
  96  ###############################################################################
  97  # for the submission form
  98  /**
  99  * the link plugin's lang submit form array
 100  * 
 101  * @global array $LANG_LINKS_SUBMIT 
 102  */
 103  $LANG_LINKS_SUBMIT = array(
 104      1 => 'Submit a Link',
 105      2 => 'Link',
 106      3 => 'Category',
 107      4 => 'Other',
 108      5 => 'If other, please specify',
 109      6 => 'Error: Missing Category',
 110      7 => 'When selecting "Other" please also provide a category name',
 111      8 => 'Title',
 112      9 => 'URL',
 113      10 => 'Category',
 114      11 => 'Link Submissions'
 115  );
 116  
 117  ###############################################################################
 118  # Messages for COM_showMessage the submission form
 119  
 120  $PLG_links_MESSAGE1 = "Thank-you for submitting a link to {$_CONF['site_name']}.  It has been submitted to our staff for approval.  If approved, your link will be seen in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
 121  $PLG_links_MESSAGE2 = 'Your link has been successfully saved.';
 122  $PLG_links_MESSAGE3 = 'The link has been successfully deleted.';
 123  $PLG_links_MESSAGE4 = "Thank-you for submitting a link to {$_CONF['site_name']}.  You can see it now in the <a href={$_CONF['site_url']}/links/index.php>links</a> section.";
 124  
 125  // Messages for the plugin upgrade
 126  $PLG_links_MESSAGE3002 = $LANG32[9];
 127  
 128  ###############################################################################
 129  # admin/link.php
 130  /**
 131  * the link plugin's lang admin array
 132  * 
 133  * @global array $LANG_LINKS_ADMIN 
 134  */
 135  $LANG_LINKS_ADMIN = array(
 136      1 => 'Link Editor',
 137      2 => 'Link ID',
 138      3 => 'Link Title',
 139      4 => 'Link URL',
 140      5 => 'Category',
 141      6 => '(include http://)',
 142      7 => 'Other',
 143      8 => 'Link Hits',
 144      9 => 'Link Description',
 145      10 => 'You need to provide a link Title, URL and Description.',
 146      11 => 'Link Manager',
 147      12 => 'To modify or delete a link, click on that link\'s edit icon below.  To create a new link, click on "Create New" above.',
 148      14 => 'Link Category',
 149      16 => 'Access Denied',
 150      17 => "You are trying to access a link that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/links/index.php\">go back to the link administration screen</a>.",
 151      20 => 'If other, specify',
 152      21 => 'save',
 153      22 => 'cancel',
 154      23 => 'delete'
 155  );
 156  
 157  ?>


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