From bbf44310c78952fe49fda66d726bbaf92306c7ba Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sat, 27 Aug 2011 17:09:35 -0500 Subject: [PATCH] Language update - added a few missing terms --- main/lang/english/admin.inc.php | 1 + main/lang/english/agenda.inc.php | 1 + main/lang/english/exercice.inc.php | 1 + main/lang/english/gradebook.inc.php | 1 + main/lang/english/trad4all.inc.php | 6 ++++++ main/lang/french/admin.inc.php | 1 + main/lang/french/agenda.inc.php | 1 + main/lang/french/exercice.inc.php | 1 + main/lang/french/gradebook.inc.php | 1 + main/lang/french/trad4all.inc.php | 6 ++++++ main/lang/galician/admin.inc.php | 6 ++++++ main/lang/galician/agenda.inc.php | 1 + main/lang/galician/forum.inc.php | 1 + main/lang/galician/trad4all.inc.php | 4 ++++ main/lang/spanish/admin.inc.php | 1 + main/lang/spanish/agenda.inc.php | 1 + main/lang/spanish/exercice.inc.php | 1 + main/lang/spanish/gradebook.inc.php | 1 + main/lang/spanish/trad4all.inc.php | 6 ++++++ 19 files changed, 42 insertions(+) diff --git a/main/lang/english/admin.inc.php b/main/lang/english/admin.inc.php index f93ce62f7f..1b6f02ad98 100644 --- a/main/lang/english/admin.inc.php +++ b/main/lang/english/admin.inc.php @@ -1467,4 +1467,5 @@ $ArchiveDirCleanupDescr = "Chamilo keeps a copy of most of the temporary files i $ArchiveDirCleanupProceedButton = "Proceed with cleanup"; $ArchiveDirCleanupSucceeded = "The archive/ directory cleanup has been executed successfully."; $ArchiveDirCleanupFailed = "For some reason, the archive/ directory could not be cleaned up. Please clean it up by manually connecting to the server and deleting the contents of the chamilo/archive/ directory, except the .htaccess file."; +$LocalTimeUsingPortalTimezoneXIsY = "The local time in the portal timezone (%s) is %s"; ?> \ No newline at end of file diff --git a/main/lang/english/agenda.inc.php b/main/lang/english/agenda.inc.php index 82b33fb5f3..63d3163d16 100644 --- a/main/lang/english/agenda.inc.php +++ b/main/lang/english/agenda.inc.php @@ -80,4 +80,5 @@ $EndDateMustBeMoreThanStartDate = "End date must be more than the start date"; $SelectACourse = "Select a course"; $PleaseSelectACourseOrASessionInTheLeftColumn = "Please select a course or a session in the sidebar."; $DisableEndDate = "Disable end date"; +$AllEvents = "All events"; ?> \ No newline at end of file diff --git a/main/lang/english/exercice.inc.php b/main/lang/english/exercice.inc.php index bba7a43f42..8ed59fd181 100644 --- a/main/lang/english/exercice.inc.php +++ b/main/lang/english/exercice.inc.php @@ -412,4 +412,5 @@ $InvalidQuestionType = "Invalid question type"; $ShowScoreAndRightAnswer = "Auto-evaluation mode: show score and expected answers"; $DoNotShowScoreNorRightAnswer = "Exam mode: Do not show score nor answers"; $LoadUsersExtraData = "Load users' extra data"; +$StartTest = "Start test"; ?> \ No newline at end of file diff --git a/main/lang/english/gradebook.inc.php b/main/lang/english/gradebook.inc.php index 6514c7828b..91252ff926 100644 --- a/main/lang/english/gradebook.inc.php +++ b/main/lang/english/gradebook.inc.php @@ -223,4 +223,5 @@ $TotalWeight = "Total weight"; $SumOfActivitiesWeightMustBeEqualToTotalWeight = "The sum of all activity weights must be equal to the total weight indicated in your assessment settings, otherwise the students will not be able to reach the sufficient score to achieve their certification."; $TotalSumOfWeights = "The sum of all weights of activities inside this assessment has to be equivalent to this number."; $TotalWeightMustBeX = "The sum of all weights of activities must be %s"; +$ExportAsDOC = "Export as .doc"; ?> \ No newline at end of file diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 62ab9131d9..9b0fcd34e8 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -1126,4 +1126,10 @@ $SupportedScormContentMakers = "Scorm Authoring tools supported"; $Copy = "Copy"; $EnableStartTime = "Enable start time"; $EnableEndTime = "Enable end time"; +$Wrong = "Wrong"; +$Certification = "Certification"; +$CertificateOnlineLink = "Online link to certificate"; +$NewExercises = "New exercises"; +$MyAverage = "My average"; +$AllAttempts = "All attempts"; ?> \ No newline at end of file diff --git a/main/lang/french/admin.inc.php b/main/lang/french/admin.inc.php index 51f6684cfc..ee2cae0440 100644 --- a/main/lang/french/admin.inc.php +++ b/main/lang/french/admin.inc.php @@ -1470,4 +1470,5 @@ $ArchiveDirCleanupDescr = "Chamilo garde une copie de la plupart des fichiers te $ArchiveDirCleanupProceedButton = "Vidanger"; $ArchiveDirCleanupSucceeded = "Le répertoire archive/ a été vidangé."; $ArchiveDirCleanupFailed = "Le répertoire archive/ n'a pas pu être vidé entièrement. Veuillez le vider manuellement en vous connectant au serveur et en supprimant tou les fichiers dans le répertoire chamilo/archive/, à l'exception du fichier caché .htaccess."; +$LocalTimeUsingPortalTimezoneXIsY = "L'heure locale selon la zone horaire du portail (%s) est %s"; ?> \ No newline at end of file diff --git a/main/lang/french/agenda.inc.php b/main/lang/french/agenda.inc.php index 9f5b643624..9c0c7b22ee 100644 --- a/main/lang/french/agenda.inc.php +++ b/main/lang/french/agenda.inc.php @@ -80,4 +80,5 @@ $EndDateMustBeMoreThanStartDate = "La date de fin doit être supérieure à la d $SelectACourse = "Sélectionnez un cours"; $PleaseSelectACourseOrASessionInTheLeftColumn = "Veuillez sélectionner un cours ou une session dans le menu latéral."; $DisableEndDate = "Désactiver date de fin"; +$AllEvents = "Tous les évènements"; ?> \ No newline at end of file diff --git a/main/lang/french/exercice.inc.php b/main/lang/french/exercice.inc.php index 26a88f856a..5ac58799fb 100644 --- a/main/lang/french/exercice.inc.php +++ b/main/lang/french/exercice.inc.php @@ -412,4 +412,5 @@ $InvalidQuestionType = "Type de question non valide"; $ShowScoreAndRightAnswer = "Mode auto-évaluation: afficher le score et les réponses attendues sur la page finale"; $DoNotShowScoreNorRightAnswer = "Mode examen: ne rien divulguer (ni score, ni réponses)"; $LoadUsersExtraData = "Charger les données de profil des utilisateurs"; +$StartTest = "Démarrer le test"; ?> \ No newline at end of file diff --git a/main/lang/french/gradebook.inc.php b/main/lang/french/gradebook.inc.php index a2afcb13e7..6734825206 100644 --- a/main/lang/french/gradebook.inc.php +++ b/main/lang/french/gradebook.inc.php @@ -223,4 +223,5 @@ $TotalWeight = "Poids total"; $SumOfActivitiesWeightMustBeEqualToTotalWeight = "La somme des poids de toutes les activités doit être égale au poids total défini dans la configuration du cahier de note, sans quoi aucun étudiant ne pourra atteindre un score suffisant pour obtenir leur certification."; $TotalSumOfWeights = "La somme des poids de toutes les évaluations de ce cahier de notes doit être égale à ce nombre."; $TotalWeightMustBeX = "La somme de tous les poids (pondérations) des éléments doit être %s"; +$ExportAsDOC = "Exporter en .doc"; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index a02b5832bf..b1cb88bba8 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -1124,4 +1124,10 @@ $SupportedScormContentMakers = "Paquets SCORM supportés"; $Copy = "Copier"; $EnableStartTime = "Activer date de début"; $EnableEndTime = "Utiliser date de fin"; +$Wrong = "Faux"; +$Certification = "Certification"; +$CertificateOnlineLink = "Lien vers le certificat"; +$NewExercises = "Nouveaux exercices"; +$MyAverage = "Ma moyenne"; +$AllAttempts = "Toutes les tentatives"; ?> \ No newline at end of file diff --git a/main/lang/galician/admin.inc.php b/main/lang/galician/admin.inc.php index 5972265e41..f983b596fd 100644 --- a/main/lang/galician/admin.inc.php +++ b/main/lang/galician/admin.inc.php @@ -1461,4 +1461,10 @@ $ContributorsList = "Lista de colaboradores"; $SecurityGuide = "Guía de seguridade"; $OptimizationGuide = "Guía de optimización"; $FreeBusyCalendar = "Calendario libre/ocupado"; +$ExtensionCouldBeLoaded = "A extensión está dispoñible"; +$ArchiveDirCleanup = "Limpeza do cartafol arquivos"; +$ArchiveDirCleanupDescr = "Chamilo garda unha copia dos arquivos temporais que xenera (para os backups, as exportacións, as copias, etc) dentro do cartafol archive/. Pasado certo tempo, isto pode chegar a proporcións importantes do disco duro que se está usando sen interese particular.Prema no botón para limpar o cartafol. Executarase unha limpeza manual deste cartafol. Esta operación debería ser executada regularmente por un proceso automático (cron) pero se isto é complicado no seu conterxto, pode regresar a esta páxina regularmente para eliminar os arquivos temporais que contén o cartafol archive/."; +$ArchiveDirCleanupProceedButton = "Executar limpeza"; +$ArchiveDirCleanupSucceeded = "Os contidos do cartafol archive/ foron eliminados satisfactoriamente."; +$ArchiveDirCleanupFailed = "Por algunha razón, non se puido limpar o cartafol archive/. Probablemente debido aos permisos. Pode limpar manualmente conectandose ao servidor e eliminando todos os contidos do cartafol chamilo/archive/, excepto o ficherio htaccess."; ?> \ No newline at end of file diff --git a/main/lang/galician/agenda.inc.php b/main/lang/galician/agenda.inc.php index 4674e50f20..8278d6f873 100644 --- a/main/lang/galician/agenda.inc.php +++ b/main/lang/galician/agenda.inc.php @@ -79,4 +79,5 @@ $RepeatDate = "Repetir data"; $EndDateMustBeMoreThanStartDate = "A data final ten que ser maior que a de inicio"; $SelectACourse = "Seleccione un curso"; $PleaseSelectACourseOrASessionInTheLeftColumn = "Seleccione un curso ou unha sesión"; +$DisableEndDate = "Deshabilitar data final"; ?> \ No newline at end of file diff --git a/main/lang/galician/forum.inc.php b/main/lang/galician/forum.inc.php index d04f1abd08..652fddacbe 100644 --- a/main/lang/galician/forum.inc.php +++ b/main/lang/galician/forum.inc.php @@ -148,4 +148,5 @@ $InsertQualificationCorrespondingToMaxScore = "Ingrese unha puntuación que corr $ThreadMoved = "Tema movido"; $MigrateForum = "Migrar foro"; $YouWillBeNotified = "Vostede será notificado"; +$ForumCategories = "Categorías de foro"; ?> \ No newline at end of file diff --git a/main/lang/galician/trad4all.inc.php b/main/lang/galician/trad4all.inc.php index 69f8693161..ca21cb7735 100644 --- a/main/lang/galician/trad4all.inc.php +++ b/main/lang/galician/trad4all.inc.php @@ -1125,4 +1125,8 @@ $CheckURL = "Verificar ligazón"; $NoItem = "Todavía ningún elemento"; $LoadExtraData = "Cargar os datos de campos de ususario adicionais (estes teñen que ser marcados como 'Filtro' para que aparezan)."; $CourseAssistant = "Asistente"; +$SupportedScormContentMakers = "Paquetes Scorm soportados"; +$Copy = "Copiar"; +$EnableStartTime = "Usar tempo de publicación"; +$EnableEndTime = "Usar tempo de fin de publicación"; ?> \ No newline at end of file diff --git a/main/lang/spanish/admin.inc.php b/main/lang/spanish/admin.inc.php index b89dc5e284..6c7c98cb4a 100644 --- a/main/lang/spanish/admin.inc.php +++ b/main/lang/spanish/admin.inc.php @@ -1470,4 +1470,5 @@ $ArchiveDirCleanupDescr = "Chamilo guarda una copia de los archivos temporales q $ArchiveDirCleanupProceedButton = "Ejecutar la limpieza"; $ArchiveDirCleanupSucceeded = "Los contenidos de la carpeta archive/ fueron eliminados exitosamente."; $ArchiveDirCleanupFailed = "Por alguna razón, no se pudió limpiar la carpeta archive/, probablemente por razón de permisos. Puede limpiarla manualmente conectándose al servidor y eliminando todos los contenidos de la carpeta chamilo/archive/, excepto el fichero .htaccess."; +$LocalTimeUsingPortalTimezoneXIsY = "La hora local usando la zona horaria del portal (%s) es %s"; ?> \ No newline at end of file diff --git a/main/lang/spanish/agenda.inc.php b/main/lang/spanish/agenda.inc.php index ed805ce2f5..1ee7c7bb0b 100644 --- a/main/lang/spanish/agenda.inc.php +++ b/main/lang/spanish/agenda.inc.php @@ -80,4 +80,5 @@ $EndDateMustBeMoreThanStartDate = "La fecha de finalización debe ser posterior $SelectACourse = "Seleccione un curso"; $PleaseSelectACourseOrASessionInTheLeftColumn = "Seleccione un curso o una sesión"; $DisableEndDate = "Deshabilitar fecha final"; +$AllEvents = "Todos los eventos"; ?> \ No newline at end of file diff --git a/main/lang/spanish/exercice.inc.php b/main/lang/spanish/exercice.inc.php index ad8a816e46..1cbfa839fb 100644 --- a/main/lang/spanish/exercice.inc.php +++ b/main/lang/spanish/exercice.inc.php @@ -412,4 +412,5 @@ $InvalidQuestionType = "Tipo de pregunta no válido"; $ShowScoreAndRightAnswer = "Modo auto-evaluación: mostrar la puntuación y las respuestas esperadas"; $DoNotShowScoreNorRightAnswer = "Modo examen: No mostrar nada (ni puntuación, ni respuestas)"; $LoadUsersExtraData = "Cargar los datos extra de usuarios"; +$StartTest = "Iniciar la prueba"; ?> \ No newline at end of file diff --git a/main/lang/spanish/gradebook.inc.php b/main/lang/spanish/gradebook.inc.php index 7223240136..342817a558 100644 --- a/main/lang/spanish/gradebook.inc.php +++ b/main/lang/spanish/gradebook.inc.php @@ -223,4 +223,5 @@ $TotalWeight = "Peso total"; $SumOfActivitiesWeightMustBeEqualToTotalWeight = "La suma de pesos de todas las actividades tiene que ser igual al peso total definido en la configuración de esta evaluación, sino los alumnos no podrán alcanzar el puntaje mínimo requerido para obtener su certificado."; $TotalSumOfWeights = "La suma de pesos de todos los componentes de esta evaluación tiene que ser igual a este número."; $TotalWeightMustBeX = "La suma de todos los pesos de los componentes deve ser de %s"; +$ExportAsDOC = "Exportar como .doc"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index fdb19748c0..f1c9372922 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -1128,4 +1128,10 @@ $SupportedScormContentMakers = "Paquetes Scorm soportados"; $Copy = "Copiar"; $EnableStartTime = "Usar tiempo de publicación"; $EnableEndTime = "Usar tiempo de fin de publicación"; +$Wrong = "Equivocado"; +$Certification = "Certificación"; +$CertificateOnlineLink = "Vínculo al certificado en línea"; +$NewExercises = "Nuevo ejercicio"; +$MyAverage = "Mi promedio"; +$AllAttempts = "Todos los intentos"; ?> \ No newline at end of file