dropbox.inc.php
来自「完美的在线教育系统」· PHP 代码 · 共 19 行
PHP
19 行
<?php/** * Dropbox module for Dokeos * language file in French. * To make a version in your own language, you have 2 options: * - if you want to make use of the multilanguage tool in Claroline (this way you * can make 2 seperate courses in 2 different languages and Claroline will take * care of the translations) this file must be placed in the .../claroline/lang/English/ * directory and the copy of this file that contains the translations must be placed in * the .../claroline/lang/YourLang/ directory. Be sure to give the translated version the same * name as this one. * - if you're sure you will only need the dropbox module in 1 language, you can just leave this * file in the current directory (.../claroline/plugin/dropbox/) and translate each variable into * the correct language. * * @version 1.20 * @copyright 2004 * @author Jan Bols <jan@ivpv.UGent.be> * with contributions by Ren
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?