<?php
/*
* Room Process 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: Room-Process.fr.php,v 1.6 2004/05/11 20:49:33 cbooth7575 Exp $
*
*/
// Page Titles
define ('ADMIN_ROOM_EDIT_ROOM', 'Editer les detailes du salle');
define ('ADMIN_ROOM_ADD_PAGE', 'Ajouter une page');
define ('ADMIN_ROOM_SELECT_PAGE', 'Selectionnes du page');
define ('ADMIN_ROOM_ADD_SUBROOM', 'Ajouter une salle');
define ('ADMIN_ROOM_SELECT_ROOM', 'Selectionned du salle');
define ('ADMIN_ROOM_EDIT_PERMISSIONS', 'Editer des permissions du salle');
define ('ADMIN_ROOM_SELECT_GROUPS', 'Selecter un groupe');
define ('ADMIN_ROOM_PREVIEW', 'Prevue du salle');
// addPage.html
define ('ADMIN_ROOM_ADD_PAGE_INSTRUCTIONS', '<p>Voulez vous ajouter un nouveau page au cette salle, ou faire une copie d\'une page existant?</p>');
define ('ADMIN_BTN_ADD_NEW_PAGE', 'Ajouter un nouveau page');
define ('ADMIN_BTN_COPY_PAGE', 'Copier un autre page ici');
define ('ADMIN_BTN_MOVE_PAGE', 'Move un autre page ici');
// addRoom.html
define ('ADMIN_ROOM_ADD_ROOM_INSTRUCTIONS', '<p>Voulez vous ajouter un nouveau salle au cette salle, ou faire une copie d\'une salle existant?</p>');
define ('ADMIN_BTN_ADD_NEW_ROOM', 'Ajouter un nouveau salle');
define ('ADMIN_BTN_COPY_ROOM', 'Copier un autre salle ici');
define ('ADMIN_BTN_MOVE_ROOM', 'Move un autre salle ici');
// editDetails.html
define ('ADMIN_LABEL_ROOM_PATH', 'Path:');
define ('ADMIN_LABEL_TEMPLATE', 'Template');
define ('ADMIN_LABEL_STYLESHEET', 'Stylesheet');
// in preview.html
define ('ADMIN_ROOM_PREVIEW_INSTRUCTIONS', '<p>Une preview de votre salle est ici;</p>');
define ('ADMIN_BTN_SAVE_ADD_PAGE', 'Sauve est ajouter un page');
// in selectPage.html
define ('ADMIN_ROOM_SELECT_PAGE_INSTRUCTIONS', '<p>Selecter un page:</p>');
define ('ADMIN_BTN_SELECT_PAGE', 'Selecter un page');
// in selectRoom.html
define ('ADMIN_ROOM_SELECT_ROOM_INSTRUCTIONS', '<p>Selecter un salle:</p>');
define ('ADMIN_BTN_SELECT_ROOM', 'Selecter un sale');
// In list.php // :LANGUAGE:
define ('ADMIN_ROOM_LIST_TITLE', 'Room Manager - List of available rooms');
define ('ADMIN_LABEL_TITLE', 'Title');
define ('ADMIN_LABEL_FUNCTIONS', 'Functions');
define ('ADMIN_LABEL_EDIT_DETAILS', 'Edit Details');
define ('ADMIN_LABEL_VIEW_ROOM', 'View Room');
define ('ADMIN_BTN_ADD_ROOM', 'Add a new room');
// In editRoom.php // :LANGUAGE:
define ('ADMIN_ROOM_EDIT_TITLE', 'Room Manager -');
define ('ADMIN_PAGE_EDIT_DESC', '<p>Use this form to enter information for your page. When you are finished, you will have the opportunity to add, edit, and delete blocks for your page. </p>');
define ('ADMIN_LABEL_VIEW_PERMS', 'View Permissions');
define ('ADMIN_LABEL_EDIT_PERMS', 'Edit Permissions');
define ('ADMIN_LABEL_CONTENT', 'Content');
define ('ADMIN_LABEL_DESC', 'Description');
define ('ADMIN_LABEL_FILENAME', 'Filename');
define ('ADMIN_BTN_INSERT', 'Insert');
define ('ADMIN_BTN_UPDATE', 'Update');
define ('ADMIN_BTN_DELETE', 'Delete');
// Possible Error messages :LANGUAGE:
define ('ADMIN_EM_NO_TITLE', 'You must enter a title.');
define ('ADMIN_EM_NO_TEMPLATE', 'You must enter a template.');
define ('ADMIN_EM_NO_DESC', 'Please enter in a description for your page.');
define ('ADMIN_EM_NO_FILENAME', 'You must enter a filename.');
define ('ADMIN_EM_NO_DIRNAME', 'You need to give a directory name.');
define ('ADMIN_EM_DIRNAME_NOT_VALID', 'Directory names can only contain letters and numbers.');
define ('ADMIN_EM_DIRNAME_IN_USE', 'That directory already exists.');
define ('ADMIN_EM_DIR_NOT_WRITABLE', 'The directory is not writable, so you can\'t create a new file right now. Please contact the system administrator.');
define ('ADMIN_EM_FILENAME_IN_USE', 'The filename you have chosen is already in use. Please enter another one.');
define ('ADMIN_EM_DB_ERROR_INSERT', 'There was a database error inserting the room information.');
define ('ADMIN_EM_DB_ERROR_UPDATE', 'There was a database error updating the room information.');
define ('ADMIN_EM_DB_ERROR_DELETE', 'There was a database error deleting the room information.');
// Possible Messages
define ('ADMIN_MSG_ROOM_SAVED', 'Your room was saved.');
define ('ADMIN_MSG_ROOM_NOT_SAVED', 'Your room was not saved.');
?>