[ Index ]

krapohl.info

title

Body

[close]

/pnlang/eng/ -> admin.php (source)

   1  <?php 
   2  /**
   3   *  $Id: admin.php,v 1.1 2004/02/11 17:45:53 larsneo Exp $
   4   *
   5   *  PostCalendar::PostNuke Events Calendar Module
   6   *  Copyright (C) 2002  The PostCalendar Team
   7   *  http://postcalendar.tv
   8   *  
   9   *  This program is free software; you can redistribute it and/or modify
  10   *  it under the terms of the GNU General Public License as published by
  11   *  the Free Software Foundation; either version 2 of the License, or
  12   *  (at your option) any later version.
  13   *  
  14   *  This program is distributed in the hope that it will be useful,
  15   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  16   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17   *  GNU General Public License for more details.
  18   *  
  19   *  You should have received a copy of the GNU General Public License
  20   *  along with this program; if not, write to the Free Software
  21   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  22   *
  23   *  To read the license please read the docs/license.txt or visit
  24   *  http://www.gnu.org/copyleft/gpl.html
  25   *
  26   */
  27  
  28  //=========================================================================
  29  //  ok, here's the rest of the language defines
  30  //=========================================================================
  31  
  32  define('_PC_UPDATED',                   'Your PostCalendar configuration has been updated.');
  33  define('_PC_UPDATED_DEFAULTS',          'Your PostCalendar configuration has been reset to use defaults.');
  34  define('_POSTCALENDAR',                 'PostCalendar Administration');
  35  define('_PC_ADMIN_GLOBAL_SETTINGS',     '<b>PostCalendar Global Settings</b>');
  36  define('_PC_ADMIN_CATEGORY_SETTINGS',   '<b>PostCalendar Category Settings</b>');
  37  define('_PC_APPROVED_ADMIN',            'Approved Events Administration');
  38  define('_PC_HIDDEN_ADMIN',              'Hidden Events Administration');
  39  define('_PC_QUEUED_ADMIN',              'Queued Events Administration');
  40  define('_PC_NO_EVENT_SELECTED',         'Please select an event');
  41  define('_EDIT_PC_CONFIG_GLOBAL',        'Settings');
  42  define('_EDIT_PC_CONFIG_DEFAULT',       'Use Defaults');
  43  define('_EDIT_PC_CONFIG_CATEGORIES',    'Categories');
  44  define('_PC_CREATE_EVENT',              'Add');
  45  define('_PC_VIEW_APPROVED',             'Approved');
  46  define('_PC_VIEW_HIDDEN',               'Hidden');
  47  define('_PC_VIEW_QUEUED',               'Queued');
  48  define('_PC_SUBMISSION_ADMIN',          'Queued Submissions Administration');
  49  define('_PC_NEW_SUBMISSIONS',           'New Submissions');
  50  define('_PC_NO_SUBMISSIONS',            'There are no New Submissions');
  51  define('_PC_SUNDAY',                    'Sunday');
  52  define('_PC_MONDAY',                    'Monday');
  53  define('_PC_SATURDAY',                  'Saturday');
  54  define('_PC_ADMIN_SUBMIT',              'Commit Changes');
  55  define('_PC_TIME24HOURS',               'Use 24 hour time format?');
  56  define('_PC_TIME_INCREMENT',            'Time Increment for Add (minutes 1-60)');
  57  define('_PC_EVENTS_IN_NEW_WINDOW',      'View events in a popup window?');
  58  define('_PC_INTERNATIONAL_DATES',       'Use international date style?');
  59  define('_PC_FIRST_DAY_OF_WEEK',         'First day of the week');
  60  define('_PC_TIMES',                     'Times array (N/A)');
  61  define('_PC_DAY_HIGHLIGHT_COLOR',       'Current day highlight color');
  62  define('_PC_USE_JS_POPUPS',             'Show hovering event text on mouseover?');
  63  define('_PC_ALLOW_DIRECT_SUBMIT',       'Allow submitted events to be made active instantly?');
  64  define('_PC_ALLOW_SITEWIDE_SUBMIT',     'Allow users to publish Global Events');
  65  define('_PC_ALLOW_USER_CALENDAR',         'Allow users to publish Personal Calendars');
  66  define('_PC_SHOW_EVENTS_IN_YEAR',       'Populate the year view with events? <i>[not recommended]</i>');
  67  define('_PC_NUM_COLS_IN_YEAR_VIEW',     'Number of columns in year view.');
  68  define('_PC_UPGRADE_TABLES',            'Insert old events into tables');
  69  define('_PC_LIST_HOW_MANY',             'Show how many events on admin pages?');
  70  define('_PC_USE_CACHE',                 'Cache template output?');
  71  define('_PC_CACHE_LIFETIME',            'Cache Lifetime (in seconds)');
  72  define('_PC_DISPLAY_TOPICS',            'Use topics?');
  73  define('_PC_PERFORM_ACTION',            'Perform this action');
  74  define('_PC_ADMIN_ACTION_APPROVE',      'Approve');
  75  define('_PC_ADMIN_ACTION_HIDE',         'Hide');
  76  define('_PC_ADMIN_ACTION_DELETE',       'Delete');
  77  define('_PC_ADMIN_ACTION_EDIT',         'Edit');
  78  define('_PC_ADMIN_ACTION_VIEW',         'View');
  79  define('_PC_EVENTS',                    'Events');
  80  define('_PC_NO_EVENTS',                 'No Events');
  81  define('_PC_APPROVE_ARE_YOU_SURE',      'Are you sure you want to approve these events?');
  82  define('_PC_HIDE_ARE_YOU_SURE',         'Are you sure you want to hide these events?');
  83  define('_PC_VIEW_ARE_YOU_SURE',         'Are you sure you want to view these events?');
  84  define('_PC_EDIT_ARE_YOU_SURE',         'Are you sure you want to edit these events?');
  85  define('_PC_ADMIN_EVENTS_APPROVED',     'The event(s) have been approved.');
  86  define('_PC_ADMIN_EVENTS_HIDDEN',       'The event(s) have been hidden.');
  87  define('_PC_NEXT',                      'Next');
  88  define('_PC_PREV',                      'Prev');
  89  define('_PC_EVENT_DATE_FORMAT',         'Date Display Format <i>uses php <a href="http://php.net/strftime">strftime</a> format</i>');
  90  define('_PC_CAT_DELETE',                'Delete');
  91  define('_PC_CAT_NAME',                  'Category Name');
  92  define('_PC_CAT_DESC',                  'Category Description');
  93  define('_PC_CAT_COLOR',                 'Category Color');
  94  define('_PC_CAT_NEW',                   'New =>');
  95  define('_PC_ARE_YOU_SURE',              'Are you sure you\'d like to continue with these actions?');
  96  define('_PC_DELETE_CATS',               'Delete Categories with ID(s) : ');
  97  define('_PC_ADD_CAT',                   'Add new category : ');
  98  define('_PC_MODIFY_CATS',               'Make modifications to current categories.');
  99  define('_PC_CATS_CONFIRM',              'YES!');
 100  define('_PC_DEFAULT_TEMPLATE',          'Default Template');
 101  define('_PC_DEFAULT_VIEW',              'Default Calendar View');
 102  define('_PC_USE_SAFE_MODE',              'Is PHP using Safe Mode?');
 103  define('_PC_CLEAR_CACHE',                  'Clear Smarty Cache');
 104  define('_PC_CACHE_CLEARED',              'Smarty Cache has been cleared');
 105  define('_PC_TEST_SYSTEM',                  'Test System');
 106  define('_PC_SAFE_MODE_MESSAGE',         'Make sure "'._PC_USE_SAFE_MODE.'" is CHECKED in PostCalendar Settings!');
 107  ?>


Generated: Wed Feb 16 22:40:07 2005 Cross-referenced by PHPXref 0.6