12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?php // $Id: index.inc.php 3162 2005-01-20 13:19:47Z olivierb78 $
- /*
- +----------------------------------------------------------------------+
- | CLAROLINE version 1.5.* $Revision: 3162 $ |
- +----------------------------------------------------------------------+
- | Copyright (c) 2001, 2003 Universite catholique de Louvain (UCL) |
- +----------------------------------------------------------------------+
- | English Translation |
- +----------------------------------------------------------------------+
- | 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. The GNU GPL license is also available through |
- | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
- +----------------------------------------------------------------------+
- | Authors: Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
- | Hugues Peeters <peeters@ipm.ucl.ac.be> |
- | Christophe Gesché <gesche@ipm.ucl.ac.be> |
- +----------------------------------------------------------------------+
- | Translator : |
- | Thomas Depraetere <depraetere@ipm.ucl.ac.be> |
- | Andrew Lynn <Andrew.Lynn@strath.ac.uk> |
- +----------------------------------------------------------------------+
- */
- $langInvalidId="Login failed - incorrect username or password.";
- $langInvalidForSelfRegistration="Login failed - if you are not registered, you can do so using
- the <a href=claroline/auth/inscription.php>registration form</a>";
- $langCourseCreate="Create an area";
- $langTodo="To do";
- $langWelcome="Areas are freely available below. Other areas require
- a username and a password, which you can obtain by clicking on 'registration'. leaders
- can create Areas by clicking on registration too, but selecting then
- 'Create Areas'.";
- $langUserName="Username";
- $langPass="Password";
- $langEnter="Enter";
- $langHelp="Help";
- $langReg="Registration";
- $langMenu ="Menu";
- $langDoc="Documentation";
- $langPlatformAdmin="Platform Administration";
- $langAdvises="Advises";
- $langCourseDoesntExist="<b>Warning :</b> This area doesn't exist";
- $langGetCourseFromOldPortal="click here to get this area from your old portal";
- $langOtherCourses="Areas list";
- $langSupportForum="Support forum";
- $langCategories = "Categories";
- $langBackToHomePage = "Back to home page";
- $lang_No_course_publicly_available = "No area publicly available.";
- $langLostPassword = "Lost Password";
- $lang_edit_my_course_list = "Edit my areas List";
- $langAgenda = "Agenda next events";
- $langValvas = "Last announcements" ;
- $langUp = "previous level";
- $langCatList = "Categories";
- $langCourseList = "Areas";
- $langCourses = "Areas";
- $langIn = "in";
- $langSubCat = "sub-categories";
- ?>
|