<?php
/**
  Module developed for the Open Source Content Management System Website Baker (http://websitebaker.org)
  Copyright (C) 2008, ISTeam, Werner von der Decken
  Contact me: wkl(at)isteam.de, http://isteam.de

  This module is free software. You can redistribute it and/or modify it
  under the terms of the GNU General Public License  - version 2 or later,
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.

  This module 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.

 -----------------------------------------------------------------------------------------
  ENGLISH LANGUAGE FILE FOR THE PREFERENCES MODULE
 -----------------------------------------------------------------------------------------
    UPDATE HISTORY:
    Werner von der Decken; 17.05.2008
     + initial release of the English language file
 -----------------------------------------------------------------------------------------
**/
// array for all language dependen text outputs in the front- and backend
// Note: stick to the naming convention: $MOD_MODULE_DIRECTORY
$MOD_PREFERENCE = array(
    'PLEASE_SELECT' => 'please select',
    'DETAILS_SAVED'    => 'details successfully saved',
    'SAVE_SETTINGS' => 'save details',
    'SAVE_EMAIL'    => 'save email',
    'SAVE_PASSWORD' => 'save password',
);
$MESSAGE['USERS_DISPLAYNAME_TAKEN'] = 'The displayname you entered is already taken';
$TEXT['FULL_NAME'] = 'Publicly visible name';
