[ Index ] |
|
Code source de GeekLog 1.4.1 |
1 <?php 2 3 ############################################################################### 4 # english_utf-8.php 5 # This is the english language page for the Geeklog links 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 # $Id: english_utf-8.php,v 1.3 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 © 2005 38 * @license http://opensource.org/licenses/gpl-license.php GNU Public License 39 * @author Trinity Bays <trinity93@steubentech.com> 40 * @author Tony Bibbs <tony@tonybibbs.com> 41 * @author Tom Willett <twillett@users.sourceforge.net> 42 * @author Blaine Lang <langmail@sympatico.ca> 43 * @author Dirk Haun <dirk@haun-online.de> 44 * 45 */ 46 47 48 ############################################################################### 49 # Array Format: 50 # $LANGXX[YY]: $LANG - variable name 51 # XX - file id number 52 # YY - phrase id number 53 ############################################################################### 54 /** 55 * the link plugin's lang array 56 * 57 * @global array $LANG_LINKS 58 */ 59 $LANG_LINKS= array( 60 10 => 'Submissions', 61 14 => 'Links', 62 84 => 'LINKS', 63 88 => 'No recent new links', 64 114 => 'Links', 65 116 => 'Add A Link' 66 ); 67 68 ############################################################################### 69 # for stats 70 /** 71 * the link plugin's lang stats array 72 * 73 * @global array $LANG_LINKS_STATS 74 */ 75 $LANG_LINKS_STATS = array( 76 'links' => 'Links (Clicks) in the System', 77 'stats_headline' => 'Top Ten Links', 78 'stats_page_title' => 'Links', 79 'stats_hits' => 'Hits', 80 'stats_no_hits' => 'It appears that there are no links on this site or no one has ever clicked on one.', 81 ); 82 83 ############################################################################### 84 # for the search 85 /** 86 * the link plugin's lang search array 87 * 88 * @global array $LANG_LINKS_SEARCH 89 */ 90 $LANG_LINKS_SEARCH = array( 91 'results' => 'Link Results', 92 'title' => 'Title', 93 'date' => 'Date Added', 94 'author' => 'Submited by', 95 'hits' => 'Clicks' 96 ); 97 ############################################################################### 98 # for the submission form 99 /** 100 * the link plugin's lang submit form array 101 * 102 * @global array $LANG_LINKS_SUBMIT 103 */ 104 $LANG_LINKS_SUBMIT = array( 105 1 => 'Submit a Link', 106 2 => 'Link', 107 3 => 'Category', 108 4 => 'Other', 109 5 => 'If other, please specify', 110 6 => 'Error: Missing Category', 111 7 => 'When selecting "Other" please also provide a category name', 112 8 => 'Title', 113 9 => 'URL', 114 10 => 'Category', 115 11 => 'Link Submissions' 116 ); 117 118 ############################################################################### 119 # Messages for COM_showMessage the submission form 120 121 $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."; 122 $PLG_links_MESSAGE2 = 'Your link has been successfully saved.'; 123 $PLG_links_MESSAGE3 = 'The link has been successfully deleted.'; 124 $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."; 125 126 // Messages for the plugin upgrade 127 $PLG_links_MESSAGE3002 = $LANG32[9]; 128 129 ############################################################################### 130 # admin/link.php 131 /** 132 * the link plugin's lang admin array 133 * 134 * @global array $LANG_LINKS_ADMIN 135 */ 136 $LANG_LINKS_ADMIN = array( 137 1 => 'Link Editor', 138 2 => 'Link ID', 139 3 => 'Link Title', 140 4 => 'Link URL', 141 5 => 'Category', 142 6 => '(include http://)', 143 7 => 'Other', 144 8 => 'Link Hits', 145 9 => 'Link Description', 146 10 => 'You need to provide a link Title, URL and Description.', 147 11 => 'Link Manager', 148 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.', 149 14 => 'Link Category', 150 16 => 'Access Denied', 151 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>.", 152 20 => 'If other, specify', 153 21 => 'save', 154 22 => 'cancel', 155 23 => 'delete' 156 ); 157 158 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 12:27:40 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |