[ 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 Calendar 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 # index.php 36 $LANG_CAL_1 = array( 37 1 => 'Calendar of Events', 38 2 => 'I\'m sorry, there are no events to display.', 39 3 => 'When', 40 4 => 'Where', 41 5 => 'Description', 42 6 => 'Add An Event', 43 7 => 'Upcoming Events', 44 8 => 'By adding this event to your calendar you can quickly view only the events you are interested in by clicking "My Calendar" from the User Functions area.', 45 9 => 'Add to My Calendar', 46 10 => 'Remove from My Calendar', 47 11 => "Adding Event to %s's Calendar", 48 12 => 'Event', 49 13 => 'Starts', 50 14 => 'Ends', 51 15 => 'Back to Calendar', 52 16 => 'Calendar', 53 17 => 'Start Date', 54 18 => 'End Date', 55 19 => 'Calendar Submissions', 56 20 => 'Title', 57 21 => 'Start Date', 58 22 => 'URL', 59 23 => 'Your Events', 60 24 => 'Site Events', 61 25 => 'There are no upcoming events', 62 26 => 'Submit an Event', 63 27 => "Submitting an event to {$_CONF['site_name']} will put your event on the master calendar where users can optionally add your event to their personal calendar. This feature is <b>NOT</b> meant to store your personal events such as birthdays and anniversaries.<br><br>Once you submit your event it will be sent to our administrators and if approved, your event will appear on the master calendar.", 64 28 => 'Title', 65 29 => 'End Time', 66 30 => 'Start Time', 67 31 => 'All Day Event', 68 32 => 'Address Line 1', 69 33 => 'Address Line 2', 70 34 => 'City/Town', 71 35 => 'State', 72 36 => 'Zip Code', 73 37 => 'Event Type', 74 38 => 'Edit Event Types', 75 39 => 'Location', 76 40 => 'Add Event to', 77 41 => 'Master Calendar', 78 42 => 'Personal Calendar', 79 43 => 'Link', 80 44 => 'HTML tags are not allowed', 81 45 => 'Submit', 82 46 => 'Events in the system', 83 47 => 'Top Ten Events', 84 48 => 'Hits', 85 49 => 'It appears that there are no events on this site or no one has ever clicked on one.', 86 50 => 'Events', 87 51 => 'Delete' 88 ); 89 90 $_LANG_CAL_SEARCH = array( 91 'results' => 'Calendar Results', 92 'title' => 'Title', 93 'date_time' => 'Date & Time', 94 'location' => 'Location', 95 'description' => 'Description' 96 97 ); 98 99 ############################################################################### 100 # calendar.php ($LANG30) 101 102 $LANG_CAL_2 = array( 103 8 => 'Add Personal Event', 104 9 => '%s Event', 105 10 => 'Events for', 106 11 => 'Master Calendar', 107 12 => 'My Calendar', 108 25 => 'Back to ', 109 26 => 'All Day', 110 27 => 'Week', 111 28 => 'Personal Calendar for', 112 29 => 'Public Calendar', 113 30 => 'delete event', 114 31 => 'Add', 115 32 => 'Event', 116 33 => 'Date', 117 34 => 'Time', 118 35 => 'Quick Add', 119 36 => 'Submit', 120 37 => 'Sorry, the personal calendar feature is not enabled on this site', 121 38 => 'Personal Event Editor', 122 39 => 'Day', 123 40 => 'Week', 124 41 => 'Month', 125 42 => 'Add Master Event', 126 43 => 'Event Submissions', 127 ); 128 129 ############################################################################### 130 # admin/plugins/calendar/index.php, formerly admin/event.php ($LANG22) 131 132 $LANG_CAL_ADMIN = array( 133 1 => 'Event Editor', 134 2 => 'Error', 135 3 => 'Post Mode', 136 4 => 'Event URL', 137 5 => 'Event Start Date', 138 6 => 'Event End Date', 139 7 => 'Event Location', 140 8 => 'Event Description', 141 9 => '(include http://)', 142 10 => 'You must provide the dates/times, event title, and description', 143 11 => 'Calendar Manager', 144 12 => 'To modify or delete an event, click on that event\'s edit icon below. To create a new event, click on "Create New" above. Click on the copy icon to create a copy of an existing event.', 145 13 => 'Author', 146 14 => 'Start Date', 147 15 => 'End Date', 148 16 => '', 149 17 => "You are trying to access an event that you don't have rights to. This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/plugins/calendar/index.php\">go back to the event administration screen</a>.", 150 18 => '', 151 19 => '', 152 20 => 'save', 153 21 => 'cancel', 154 22 => 'delete', 155 23 => 'Bad start date.', 156 24 => 'Bad end date.', 157 25 => 'End date is before start date.' 158 ); 159 160 $LANG_CAL_MESSAGE = array( 161 'save' => 'Your event has been successfully saved.', 162 'delete' => 'The event has been successfully deleted.', 163 'private' => 'The event has been saved to your calendar', 164 'login' => 'Cannot open your personal calendar until you login', 165 'removed' => 'Event was successfully removed from your personal calendar', 166 'noprivate' => 'Sorry, personal calendars are not enabled on this site', 167 'unauth' => 'Sorry, you do not have access to the event administration page. Please note that all attempts to access unauthorized features are logged', 168 ); 169 170 $PLG_calendar_MESSAGE4 = "Thank-you for submitting an event to {$_CONF['site_name']}. It has been submitted to our staff for approval. If approved, your event will be seen here, in our <a href=\"{$_CONF['site_url']}/calendar/index.php\">calendar</a> section."; 171 $PLG_calendar_MESSAGE17 = 'Your event has been successfully saved.'; 172 $PLG_calendar_MESSAGE18 = 'The event has been successfully deleted.'; 173 $PLG_calendar_MESSAGE24 = 'The event has been saved to your calendar.'; 174 $PLG_calendar_MESSAGE26 = 'The event has been successfully deleted.'; 175 176 ?>
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 |
![]() |