Project

General

Profile

1
<?php
2
/**
3
 *
4
 * @category        modules
5
 * @package         multilingial
6
 * @author          WebsiteBaker Project, Luisehahne
7
 * @copyright       2009-2012, WebsiteBaker Org. e.V.
8
 * @link			http://www.websitebaker2.org/
9
 * @license         http://www.gnu.org/licenses/gpl.html
10
 * @platform        WebsiteBaker 2.8.x
11
 * @requirements    PHP 5.2.2 and higher
12
 * @version         $Id: EN.php 1970 2013-10-01 12:29:51Z Luisehahne $
13
 * @filesource		$HeadURL: svn://isteam.dynxs.de/wb-archiv/branches/2.8.x/wb/modules/MultiLingual/languages/EN.php $
14
 * @lastmodified    $Date: 2013-10-01 14:29:51 +0200 (Tue, 01 Oct 2013) $
15
 *
16
 */
17

    
18
// Set the language information
19
$language_code = 'EN';
20
$language_name = 'English';
21
$language_version = '2.8.4';
22
$language_platform = '2.8.x';
23
$language_author = 'Stefan Braunewell, Matthias Gallas';
24
$language_license = 'GNU General Public License';
25

    
26
$MENU['LANG_PAGES'] = 'Languagepages';
27
$LANG['EN'] = 'english';
28
$MESSAGE['PAGES_UPDATE_SETTINGS'] = 'Catchwords were updated';
(2-2/4)