13 lines
254 B
PHP
13 lines
254 B
PHP
<?php
|
|
|
|
include_once './includes/localization/LocalizationBase.inc.php';
|
|
|
|
/**
|
|
* This file contains the localization in English for the strings.
|
|
*
|
|
* @author Thomas Schwery <thomas.schwery@epfl.ch>
|
|
*/
|
|
class Localization extends LocalizationBase {
|
|
|
|
}
|
|
?>
|