You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
3.3 KiB
68 lines
3.3 KiB
<?php // $Id: resourcelinker.inc.php 1997 2004-07-07 14:55:42Z olivierb78 $
|
|
/*
|
|
+----------------------------------------------------------------------+
|
|
| CLAROLINE version 1.3.0 $Revision: 1997 $ |
|
|
+----------------------------------------------------------------------+
|
|
| Copyright (c) 2001, 2002 Universite catholique de Louvain (UCL) |
|
|
+----------------------------------------------------------------------+
|
|
| 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> |
|
|
+----------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
/***************************************************************
|
|
* Language translation
|
|
****************************************************************
|
|
GOAL
|
|
****
|
|
Translate the interface in chosen language
|
|
*****************************************************************/
|
|
|
|
// the tools
|
|
$lang_agenda="Agenda";
|
|
$lang_document="Document";
|
|
$lang_advalvas="Ad Valvas";
|
|
$lang_forum="Forum";
|
|
$lang_link="Link";
|
|
$lang_exercise="Test";
|
|
$lang_ass="Assignments";
|
|
$lang_dropbox="Dropbox";
|
|
$lang_ass_add="Add the upload assignment page to this chapter.";
|
|
$lang_dropbox_add="Add the dropbox page to this chapter.";
|
|
$lang_external_link="External link";
|
|
|
|
// other interface
|
|
$lang_course_resources="Area resources";
|
|
$lang_external_resources="External resources";
|
|
$lang_back_to="Back to";
|
|
$lang_resources_added="Added new resources";
|
|
$lang_show_all_added_resources="Show all added resources";
|
|
$lang_delete_added_resources="Delete added resources";
|
|
$lang_add_to_links="Add to the area links";
|
|
$lang_dont_add="do not add";
|
|
$lang_main_category="main category";
|
|
$lang_level_up="level up";
|
|
$lang_add_it="Add it";
|
|
$lang_add_resource="Add resource";
|
|
|
|
$lang_learning_path="Learning Path";
|
|
$lang_resource_added="Resource added. You can now go back to the path or add more resources.";
|
|
?>
|