[Hw4mdl-svn] SF.net SVN: hw4mdl: [157] trunk/moodle/lang
Brought to you by:
jhlinder,
trollinger
From: <hu...@us...> - 2007-01-03 16:54:37
|
Revision: 157 http://svn.sourceforge.net/hw4mdl/?rev=157&view=rev Author: hugues Date: 2007-01-03 08:54:33 -0800 (Wed, 03 Jan 2007) Log Message: ----------- Updated the french l12n files Modified Paths: -------------- trunk/moodle/lang/fr/liveclassroom.php Added Paths: ----------- trunk/moodle/lang/en/ trunk/moodle/lang/en/liveclassroom.php trunk/moodle/lang/fr_utf8/ trunk/moodle/lang/fr_utf8/liveclassroom.php Added: trunk/moodle/lang/en/liveclassroom.php =================================================================== --- trunk/moodle/lang/en/liveclassroom.php (rev 0) +++ trunk/moodle/lang/en/liveclassroom.php 2007-01-03 16:54:33 UTC (rev 157) @@ -0,0 +1,145 @@ +<?PHP +/****************************************************************************** + * * + * Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. * + * * + * COPYRIGHT: * + * This software is the property of Horizon Wimba. * + * You can redistribute it and/or modify it under the terms of * + * the GNU General Public License as published by the * + * Free Software Foundation. * + * * + * WARRANTIES: * + * This software 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 the Horizon Wimba Moodle Integration; * + * if not, write to the Free Software Foundation, Inc., * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * * + * Author: Hugues Pisapia * + * * + * Date: 15th April 2006 * + * * + ******************************************************************************/ + +/* $Id: liveclassroom.php 155 2007-01-03 10:48:50Z hugues $ */ +// Configuration +$string['modulename'] = 'Live Classroom'; +$string['modulenameplural'] = 'Live Classrooms'; +$string['serverconfiguration'] = 'Live Classroom Server Configuration'; +$string['explainserverconfiguration'] = 'This is the Live Classroom Server Configuration.'; +$string['servername'] = 'Live Classroom Server Name'; +$string['configservername'] = 'Enter the server name in the form http://AAA.BBB.CCC.DDD'; +$string['adminusername'] = 'Admin User Name'; +$string['configadminusername'] = 'Enter the admin username'; +$string['adminpassword'] = 'Admin Password'; +$string['configadminpassword'] = 'Enter the admin password'; +$string['settinguniqueid'] = 'Unique Prefix ID'; +$string['configsettinguniqueid'] = 'A unique prefix id so that multiple moodle instances can share one Live Classroom Server without collision.'; +$string['lcversion'] = 'Live Classroom Version'; +$string['integrationversion'] = 'Integration Version'; +$string['emptyAdminUsername'] = 'Admin user name is empty'; +$string['emptyAdminPassword'] = 'Admin user password is empty'; + +$string['wrongconfigurationURLunavailable'] = 'Wrong server configuration, URL unavailable, please see the logs to fix the error'; +$string['wrongconfigurationURLincorrect'] = 'Wrong server configuration, URL incorrect, please see the logs to fix the error'; +$string['wrongAdminPassword'] = 'Wrong password'; +$string['wrongadminpass'] = 'Invalid Authentication, please check your admin name or password'; +$string['trailingSlash'] = 'The Live Classroom Server Name ends with a trailing \'/\'. Please remove it and submit the configuration again.'; + +//Add activity form +$string['name'] = 'Name'; +$string['liveclassroomtype'] = 'Room associated'; +$string['topicformat'] = 'Topic for this activity'; +$string['weeksformat'] = 'Week for this activity'; +$string['requiredfields'] = 'Required Fields'; +$string['topicdisplay'] = 'Topic'; +$string['firstsection'] = 'Section 0'; + +$string['linksfor'] = 'Access Live Classrooms for '; +$string['accessroomsteacher'] = 'Access To Live Classroom and Archives - Clik here if the popup didn\'t start'; +$string['accessroomsstudent'] = 'Access To Live Classroom - Clik here if the popup didn\'t start'; +$string['managerooms'] = 'Manage Rooms and Archives (Instructors)'; +$string['labelcreateroom'] = 'New Room Name: '; +$string['buttoncreateroom'] = 'Create Room'; +$string['roomcreated'] = 'Room was successfully created'; + + + +$string['wizard.text.1'] = 'Note: The first time that you enter the Live Classroom you will need to run the'; +$string['wizard.text.2'] = 'setup wizard'; +$string['wizard.text.3'] = 'in order to make sure your computer is ready.'; + +$string['runwizard'] = 'Run Wizard'; + +$string['wizard.text2.1'] = 'Run the'; +$string['wizard.text2.2'] = 'setup wizard'; +$string['wizard.text2.3'] = 'to make sure that your computer is ready to use the Live Classroom'; + + +$string['lcpopupshouldappear'] = 'The Live Classroom should now appear.<br/> if it does not, please click <a href=\"javascript:startActivity ();\">this link</a> to open it. '; + + +$string['roomCreated'] = "Your room has been successfully created."; +$string['roomUpdated'] = "Your room has been successfully updated."; +$string['roomDeleted'] = "Your room has been successfully deleted."; +$string['archiveDeleted'] = "Your archive has been successfully deleted."; +$string['notfind'] = "Invalid Live Classroom parameters. Please contact your administrator for more information."; +$string['room'] = "Invalid Live Classroom parameters. Please contact your administrator for more information. "; +$string['connection'] = "Moodle cannot connect to the Live Classroom server. Please reload the page or contact your administrator for more information. "; +$string['bd'] = "Moodle cannot connect to the Live Classroom database. Please reload the page or contact your administrator for more information. "; +$string['signature'] = "Invalid connection to Live Classroom. Please contact your administrator for more information. "; +$string['board'] = "Invalid Voice Board parameters. Please contact your administrator for more information. "; + +$string['Settings'] = "Settings"; +$string['Live Classroom'] = "Live Classroom"; +$string['Room Info'] = "Room Info"; +$string['Title: '] = "Title: "; +$string['Description: '] = "Description: "; +$string['Type : '] = "Type: "; +$string['Lecture room'] = "Lecture Room"; +$string['Instructors lead the presentation'] = "Instructors lead the presentation"; +$string['Discussion room'] = "Discussion Room"; +$string['Students and Instructors have the same rigths'] = "Students and Instructors have the same rigths"; +$string['Media'] = "Media"; +$string['Audio'] = "Audio"; +$string['Enable Students to use the phone'] = "Enable Students to use the phone"; +$string['Note: Instructors can always use the phone'] = "Note: Instructors can always use the phone"; +$string['Enable Student\'s microphones at presentation start'] = "Enable Student's microphones at presentation start"; +$string['One-way Video'] = "One-way Video"; +$string['Presenter uses RealProducer'] = "Presenter uses RealProducer"; +$string['Room Id: '] = "Room Id: "; +$string['Third-party Conference Call'] = "Third-party Conference Call"; +$string['Features'] = "Features"; +$string['Enable Students to use eBoard'] = "Enable Students to use eBoard"; +$string['Enable Students to use AppShare'] = "Enable Students to use AppShare"; +$string['Enable Archiving'] = "Enable Archiving"; +$string['Enable Appshare'] = "Enable Appshare"; +$string['Enable On-The-Fly PPT Import'] = "Enable On-The-Fly PPT Import"; +$string['Chat'] = "Chat"; +$string['Enable Students to use text chat'] = "Enable Students to use text chat"; +$string['Enable Public and Private text chat'] = "Enable Public and Private text chat"; +$string['Enable Public text chat only'] = "Enable Public text chat only"; +$string['Note: Students are always able to chat with presenters and/or technical help'] = "Note: Students are always able to chat with presenters and/or technical help"; +$string['Access'] = "Access"; +$string['Available'] = "Available"; +$string['Maximum users: '] = "Maximum users: "; +$string['Unlimited'] = "Unlimited"; +$string['Limited: '] = "Limited: "; +$string['Enable guest access'] = "Enable guest access"; +$string['Room Id: '] = "Room Id: "; + + + + +//First Time Use - not use yet +$string['firstRoom'] = 'Main classroom'; +$string['secondRoom'] = 'Group 1'; +$string['thirdRoom'] = 'Group 2'; +$string['fourthRoom'] = 'Group 3'; + +?> Modified: trunk/moodle/lang/fr/liveclassroom.php =================================================================== --- trunk/moodle/lang/fr/liveclassroom.php 2007-01-03 11:48:43 UTC (rev 156) +++ trunk/moodle/lang/fr/liveclassroom.php 2007-01-03 16:54:33 UTC (rev 157) @@ -28,21 +28,41 @@ /* $Id$ */ +//------ +// Configuration $string['modulename'] = 'Live Classroom'; $string['modulenameplural'] = 'Live Classrooms'; $string['serverconfiguration'] = 'Configuration du Serveur Live Classroom'; $string['explainserverconfiguration'] = 'Voici la configuration du serveur Live Classroom.'; $string['servername'] = 'Nom du Serveur'; -$string['configservername'] = 'Entrez le nom du serveur sous la forme http://AAA.BBB.CCC.DDD/'; -$string['adminusername'] = 'Nom d\'Utilisateur Admin'; -$string['configadminusername'] = 'Entrew le nom d\'utilisateur de l\'administrateur'; -$string['adminpassword'] = 'Mot de Passe'; -$string['configadminpassword'] = 'Entrez le mot de pass de l\'administrateur'; +$string['configservername'] = 'Entrez le nom du serveur sous la forme http://AAA.BBB.CCC.DDD'; +$string['adminusername'] = 'Nom d\'Utilisateur Administrateur'; +$string['configadminusername'] = 'Entrez le nom d\'utilisateur de l\'administrateur'; +$string['adminpassword'] = 'Mot de Passe Administrateur'; +$string['configadminpassword'] = 'Entrez le mot de passe de l\'administrateur'; $string['settinguniqueid'] = 'Unique Prefix ID'; $string['configsettinguniqueid'] = 'Un prefix unique destiné à permettre plusieurs instance de Moodle de partager un Serveur Live Classroom sans problème.'; +$string['lcversion'] = 'Version du Serveur Live Classroom'; +$string['integrationversion'] = 'Version du module d\'Integration'; +$string['emptyAdminUsername'] = 'Nom d\'Utilisateur Administrateur vide'; +$string['emptyAdminPassword'] = 'Mot de Passe Administrateur vide'; -$string['alert.submit'] = 'Etes-vous sûr que ces paramètres sont corrects ?'; +$string['wrongconfigurationURLunavailable'] = 'Configuration incorrecte, l\'URL n\'est pas disponible. Plus d\'information est disponible dans les journaux d\'erreurs'; +$string['wrongconfigurationURLincorrect'] = 'Configuration incorrecte, l\'URL est incorrecte. Plus d\'information est disponible dans les journaux d\'erreurs'; +$string['wrongAdminPassword'] = 'Mot de Passe incorrect'; +$string['wrongadminpass'] = 'Authentification invalide. Merci de vérifier vos identifiants.'; +$string['trailingSlash'] = 'Le Nom du Serveur se termine par le caractère \'/\'. Veuillez le supprimer et soumettre le formulaire à nouveau.'; +//Add activity form +$string['name'] = 'Nom'; +$string['liveclassroomtype'] = 'Live Classroom Associée'; +$string['topicformat'] = 'Sujet de l\activité'; +$string['weeksformat'] = 'Semaine de l\'activité'; +$string['requiredfields'] = 'Champs nécessaires'; +$string['topicdisplay'] = 'Sujet'; +$string['firstsection'] = 'Section 0'; + + $string['linksfor'] = 'Acces Live Classrooms pour '; $string['accessrooms'] = 'Acces aux Live Classrooms at aux Archives'; $string['managerooms'] = 'Gestion des Salles et des Archives (Instructeurs)'; @@ -61,4 +81,67 @@ $string['wizard.text2.2'] = 'l\'Assistant de Configuration'; $string['wizard.text2.3'] = 'pour être certain que votre ordinateur est prêt à utiliser les Live Classrooms'; + + +$string['lcpopupshouldappear'] = 'La Live Classroom devrait maintenant apparaître.<br/> Dans le cas contraire, cliquez sur <a href=\"javascript:startActivity ();\">ce lien</a> pour l\'ouvrir.'; + + +$string['roomCreated'] = "Votre Live Classroom a été crée avec succès."; +$string['roomUpdated'] = "Votre Live Classroom a été mise à jour avec succès."; +$string['roomDeleted'] = "Votre Live Classroom a été supprimée jour avec succès."; +$string['archiveDeleted'] = "Votre Archive a été supprimée jour avec succès."; + +$string['notfind'] = "Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['room'] = "Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['connection'] = "Moodle ne peut se connecter au serveur de Live Classroom. Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['bd'] = "Moodle cannot connect to the Live Classroom database. Please reload the page or contact your administrator for more information. "; +$string['signature'] = "Connexion invalide à Live Classroom. Merci de contacter votre administrateur pour plus d'information."; + +$string['Settings'] = "Paramètres"; +$string['Live Classroom'] = "Live Classroom"; +$string['Room Info'] = "Informations"; +$string['Title: '] = "Titre : "; +$string['Description: '] = "Description : "; +$string['Type : '] = "Type : "; +$string['Lecture room'] = "Salle de Cours"; +$string['Instructors lead the presentation'] = "Les Instructeurs dirigent la présentation"; +$string['Discussion room'] = "Salle de Discussion"; +$string['Students and Instructors have the same rigths'] = "Étudiants et Instructeurs ont les mêmes droits."; +$string['Media'] = "Média"; +$string['Audio'] = "Audio"; +$string['Enable Students to use the phone'] = "Permettre aux étudiants d'utiliser le téléphone"; +$string['Note: Instructors can always use the phone'] = "Note: Les Instructeurs peuvent toujours utiliser le téléphone"; +$string['Enable Student\'s microphones at presentation start'] = "Permettre aux étudiants d'utiliser le microphone au démarrage de la présentation."; +$string['One-way Video'] = "Vidéo mono-point"; +$string['Presenter uses RealProducer'] = "Les Presenter utilisent RealProducer"; +$string['Room Id: '] = "Room Id : "; +$string['Third-party Conference Call'] = "Système de Conférence Téléphonique Alternatif"; +$string['Features'] = "Fonctions"; +$string['Enable Students to use eBoard'] = "Permettre aux étudiants d'utiliser le tableau blanc <i>eBoard</i>"; +$string['Enable Students to use AppShare'] = "Permettre aux étudiants d'utiliser le partage d'Applications <i>AppShare</i>"; +$string['Enable Archiving'] = "Autoriser l'Archivage"; +$string['Enable Appshare'] = "Autoriser le partage d'application <i>AppShare</i>"; +$string['Enable On-The-Fly PPT Import'] = "Autoriser l'import de fichier PPT à-la-volée"; +$string['Chat'] = "Chat"; +$string['Enable Students to use text chat'] = "Autoriser les étudiants à utiliser le chat textuel"; +$string['Enable Public and Private text chat'] = "Autoriser le chat Public et Privé"; +$string['Enable Public text chat only'] = "Autoriser le chat Public seulement"; +$string['Note: Students are always able to chat with presenters and/or technical help'] = "Note: Les étudiants sont toujours capables de faire du chat avec les <i>Presenter</i> et/ou le support technique."; +$string['Access'] = "Accès"; +$string['Available'] = "Disponible"; +$string['Maximum users: '] = "Nombre d'utilisateurs maximum: "; +$string['Unlimited'] = "Illimité"; +$string['Limited: '] = "Limite : "; +$string['Enable guest access'] = "Autoriser l'accès Invité"; +$string['Room Id: '] = "Room Id&bnsp;: "; + + + + +//First Time Use - not use yet +$string['firstRoom'] = 'Main classroom'; +$string['secondRoom'] = 'Group 1'; +$string['thirdRoom'] = 'Group 2'; +$string['fourthRoom'] = 'Group 3'; + ?> Added: trunk/moodle/lang/fr_utf8/liveclassroom.php =================================================================== --- trunk/moodle/lang/fr_utf8/liveclassroom.php (rev 0) +++ trunk/moodle/lang/fr_utf8/liveclassroom.php 2007-01-03 16:54:33 UTC (rev 157) @@ -0,0 +1,147 @@ +<?PHP +/****************************************************************************** + * * + * Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. * + * * + * COPYRIGHT: * + * This software is the property of Horizon Wimba. * + * You can redistribute it and/or modify it under the terms of * + * the GNU General Public License as published by the * + * Free Software Foundation. * + * * + * WARRANTIES: * + * This software 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 the Horizon Wimba Moodle Integration; * + * if not, write to the Free Software Foundation, Inc., * + * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * * + * Author: Hugues Pisapia * + * * + * Date: 15th April 2006 * + * * + ******************************************************************************/ + +/* $Id: liveclassroom.php 17 2006-05-25 21:50:08Z mgimpel $ */ + +//------ +// Configuration +$string['modulename'] = 'Live Classroom'; +$string['modulenameplural'] = 'Live Classrooms'; +$string['serverconfiguration'] = 'Configuration du Serveur Live Classroom'; +$string['explainserverconfiguration'] = 'Voici la configuration du serveur Live Classroom.'; +$string['servername'] = 'Nom du Serveur'; +$string['configservername'] = 'Entrez le nom du serveur sous la forme http://AAA.BBB.CCC.DDD'; +$string['adminusername'] = 'Nom d\'Utilisateur Administrateur'; +$string['configadminusername'] = 'Entrez le nom d\'utilisateur de l\'administrateur'; +$string['adminpassword'] = 'Mot de Passe Administrateur'; +$string['configadminpassword'] = 'Entrez le mot de passe de l\'administrateur'; +$string['settinguniqueid'] = 'Unique Prefix ID'; +$string['configsettinguniqueid'] = 'Un prefix unique destiné à permettre plusieurs instance de Moodle de partager un Serveur Live Classroom sans problème.'; +$string['lcversion'] = 'Version du Serveur Live Classroom'; +$string['integrationversion'] = 'Version du module d\'Integration'; +$string['emptyAdminUsername'] = 'Nom d\'Utilisateur Administrateur vide'; +$string['emptyAdminPassword'] = 'Mot de Passe Administrateur vide'; + +$string['wrongconfigurationURLunavailable'] = 'Configuration incorrecte, l\'URL n\'est pas disponible. Plus d\'information est disponible dans les journaux d\'erreurs'; +$string['wrongconfigurationURLincorrect'] = 'Configuration incorrecte, l\'URL est incorrecte. Plus d\'information est disponible dans les journaux d\'erreurs'; +$string['wrongAdminPassword'] = 'Mot de Passe incorrect'; +$string['wrongadminpass'] = 'Authentification invalide. Merci de vérifier vos identifiants.'; +$string['trailingSlash'] = 'Le Nom du Serveur se termine par le caractère \'/\'. Veuillez le supprimer et soumettre le formulaire à nouveau.'; + +//Add activity form +$string['name'] = 'Nom'; +$string['liveclassroomtype'] = 'Live Classroom Associée'; +$string['topicformat'] = 'Sujet de l\activité'; +$string['weeksformat'] = 'Semaine de l\'activité'; +$string['requiredfields'] = 'Champs nécessaires'; +$string['topicdisplay'] = 'Sujet'; +$string['firstsection'] = 'Section 0'; + + +$string['linksfor'] = 'Acces Live Classrooms pour '; +$string['accessrooms'] = 'Acces aux Live Classrooms at aux Archives'; +$string['managerooms'] = 'Gestion des Salles et des Archives (Instructeurs)'; +$string['labelcreateroom'] = 'Nom de la Nouvelle Salle: '; +$string['buttoncreateroom'] = 'Créer la Salle'; +$string['roomcreated'] = 'La Salle a été créée avec succes.'; + + +$string['wizard.text.1'] = 'Note: La première fois que vous entrerez sur le serveur de Live Classroom vous devrez lancer'; +$string['wizard.text.2'] = 'l\'Assistant de Configuration'; +$string['wizard.text.3'] = 'pour être certain que votre ordinateur est prêt.'; + +$string['runwizard'] = 'Lancer l\'Assistant'; + +$string['wizard.text2.1'] = 'Lancer'; +$string['wizard.text2.2'] = 'l\'Assistant de Configuration'; +$string['wizard.text2.3'] = 'pour être certain que votre ordinateur est prêt à utiliser les Live Classrooms'; + + + +$string['lcpopupshouldappear'] = 'La Live Classroom devrait maintenant apparaître.<br/> Dans le cas contraire, cliquez sur <a href=\"javascript:startActivity ();\">ce lien</a> pour l\'ouvrir.'; + + +$string['roomCreated'] = "Votre Live Classroom a été crée avec succès."; +$string['roomUpdated'] = "Votre Live Classroom a été mise à jour avec succès."; +$string['roomDeleted'] = "Votre Live Classroom a été supprimée jour avec succès."; +$string['archiveDeleted'] = "Votre Archive a été supprimée jour avec succès."; + +$string['notfind'] = "Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['room'] = "Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['connection'] = "Moodle ne peut se connecter au serveur de Live Classroom. Paramètres de Live Classroom invalides. Merci de contacter votre administrateur pour plus d'information."; +$string['bd'] = "Moodle cannot connect to the Live Classroom database. Please reload the page or contact your administrator for more information. "; +$string['signature'] = "Connexion invalide à Live Classroom. Merci de contacter votre administrateur pour plus d'information."; + +$string['Settings'] = "Paramètres"; +$string['Live Classroom'] = "Live Classroom"; +$string['Room Info'] = "Informations"; +$string['Title: '] = "Titre : "; +$string['Description: '] = "Description : "; +$string['Type : '] = "Type : "; +$string['Lecture room'] = "Salle de Cours"; +$string['Instructors lead the presentation'] = "Les Instructeurs dirigent la présentation"; +$string['Discussion room'] = "Salle de Discussion"; +$string['Students and Instructors have the same rigths'] = "Étudiants et Instructeurs ont les mêmes droits."; +$string['Media'] = "Média"; +$string['Audio'] = "Audio"; +$string['Enable Students to use the phone'] = "Permettre aux étudiants d'utiliser le téléphone"; +$string['Note: Instructors can always use the phone'] = "Note: Les Instructeurs peuvent toujours utiliser le téléphone"; +$string['Enable Student\'s microphones at presentation start'] = "Permettre aux étudiants d'utiliser le microphone au démarrage de la présentation."; +$string['One-way Video'] = "Vidéo mono-point"; +$string['Presenter uses RealProducer'] = "Les Presenter utilisent RealProducer"; +$string['Room Id: '] = "Room Id : "; +$string['Third-party Conference Call'] = "Système de Conférence Téléphonique Alternatif"; +$string['Features'] = "Fonctions"; +$string['Enable Students to use eBoard'] = "Permettre aux étudiants d'utiliser le tableau blanc <i>eBoard</i>"; +$string['Enable Students to use AppShare'] = "Permettre aux étudiants d'utiliser le partage d'Applications <i>AppShare</i>"; +$string['Enable Archiving'] = "Autoriser l'Archivage"; +$string['Enable Appshare'] = "Autoriser le partage d'application <i>AppShare</i>"; +$string['Enable On-The-Fly PPT Import'] = "Autoriser l'import de fichier PPT à-la-volée"; +$string['Chat'] = "Chat"; +$string['Enable Students to use text chat'] = "Autoriser les étudiants à utiliser le chat textuel"; +$string['Enable Public and Private text chat'] = "Autoriser le chat Public et Privé"; +$string['Enable Public text chat only'] = "Autoriser le chat Public seulement"; +$string['Note: Students are always able to chat with presenters and/or technical help'] = "Note: Les étudiants sont toujours capables de faire du chat avec les <i>Presenter</i> et/ou le support technique."; +$string['Access'] = "Accès"; +$string['Available'] = "Disponible"; +$string['Maximum users: '] = "Nombre d'utilisateurs maximum: "; +$string['Unlimited'] = "Illimité"; +$string['Limited: '] = "Limite : "; +$string['Enable guest access'] = "Autoriser l'accès Invité"; +$string['Room Id: '] = "Room Id&bnsp;: "; + + + + +//First Time Use - not use yet +$string['firstRoom'] = 'Main classroom'; +$string['secondRoom'] = 'Group 1'; +$string['thirdRoom'] = 'Group 2'; +$string['fourthRoom'] = 'Group 3'; + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |