1234567891011 |
- <?php
- /* For licensing terms, see /license.txt */
- /**
- * Strings to spanish L10n
- * @author Imanol Losada Oriol <imanol.losada@beeznest.com>
- * @package chamilo.plugin.skype
- */
- $strings['plugin_title'] = 'Skype';
- $strings['plugin_comment'] = 'Este plugin crea un campo de usuario Skype.';
- $strings['ReadTheReadmeFile'] = '<p>Por favor, lee el<a href="/plugin/skype/readme.txt" class="ajax" data-size="lg">archivo Readme.txt</a> para configurar este plugin.</p>';
|