<?php
/*
* Bookmark Module Edit Language File
*
* Copyright (c) 2003-4 St. Christopher House
*
* Developed by The Working Group Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* @version $Id: Bookmark.en.php,v 1.3 2004/03/12 19:24:37 cbooth7575 Exp $
*
*/
// In edit form
define ("ADMIN_EDIT_BOOKMARK_TITLE", "Edit Bookmark Block");
define ("ADMIN_EDIT_BOOKMARK_DESC", "<p>Use this form to enter information for your bookmarks block.</p><p>Enter the web addresses you want to bookmark in a list. If you want to have the link text be something other than the actual web address (e.g. have the text read \"my homepage\" instead of the URL), place a comma after the address, and write the text after the comma</p><p>For example:</p><p>www.theworkinggroup.ca,The Working Group<br />www.stchrishouse.org</p><p>Would create:</p><p><a href=\"http://www.theworkinggroup.ca\" target=\"_blank\">The Working Group</a><br /><a href=\"http://www.stchrishouse.org\" target=\"_blank\">www.stchrishouse.org</a>");
define ("ADMIN_LABEL_BOOKMARK_URL", "Web address<br />(e.g. www.stchrishouse.org)");
define ("ADMIN_LABEL_BOOKMARK_NAME", "Bookmark name<br />(e.g. St Christopher House)");
define ("ADMIN_LABEL_BOOKMARK_DESCRIPTION", "Bookmark description<br />(e.g. A community services charity in the west side of downtown Toronto)");
define ("ADMIN_LABEL_DELETE_BLOCK", "Delete this bookmark block");
define ("ADMIN_BTN_SUBMIT_CHANGES", "Submit Changes");
// Possible Error messages
define ("ADMIN_EM_NO_BOOKMARK", "You must enter some text.");
?>