Browse Source

Updating langs.

Julio Montoya 11 years ago
parent
commit
ded064796d
5 changed files with 248 additions and 0 deletions
  1. 28 0
      main/lang/english/exercice.inc.php
  2. 28 0
      main/lang/spanish/exercice.inc.php
  3. 64 0
      main/locale/en.po
  4. 64 0
      main/locale/es.po
  5. 64 0
      main/locale/fr.po

+ 28 - 0
main/lang/english/exercice.inc.php

@@ -2,6 +2,34 @@
 /*
 for more information: see languages.txt in the lang folder.
 */
+$EmailNotificationTemplateDescription = "You can customize the email sent to users when they finished the exercise. You can use tags like these:
+
+1. {{ student.username }}
+2. {{ student.firstname }}
+3. {{ student.lastname }}
+4. {{ student.official_code }}
+5. {{ exercise.title }}
+6. {{ exercise.start_time }}
+7. {{ exercise.end_time }}
+8. {{ course.title }}
+9. {{ course.code }}";
+$EmailNotificationTemplate = "Email notification template";
+$ExerciseEndButtonDisconnect = "Logout";
+$ExerciseEndButtonExerciseHome = "Exercise list.";
+$ExerciseEndButtonCourseHome = "Course home";
+$ExerciseEndButton = "Exercise end button";
+$HideQuestionTitle = "Hide question title";
+$QuestionSelection = "Question selection type";
+$OrderedCategoriesByParentWithQuestionsRandom = "Ordered categories by parent with random questions";
+$OrderedCategoriesByParentWithQuestionsOrdered = "Ordered categories by parent with questions ordered";
+$RandomCategoriesWithRandomQuestionsNoQuestionGrouped = "Random categories with random questions (questions not grouped)";
+$RandomCategoriesWithQuestionsOrderedNoQuestionGrouped = "Random categories with questions ordered (questions not grouped)";
+$RandomCategoriesWithRandomQuestions = "Random categories with random questions";
+$OrderedCategoriesAlphabeticallyWithRandomQuestions = "Ordered categories alphabetically with random questions";
+$RandomCategoriesWithQuestionsOrdered = "Random categories with questions ordered";
+$OrderedCategoriesAlphabeticallyWithQuestionsOrdered = "Ordered categories alphabetically with questions ordered";
+$UsingCategories = "Using categories";
+$OrderedByUser = "Ordered by user";
 $ToReview = "To be reviewed";
 $Unanswered = "Unanswered";
 $Answered = "Answered";

+ 28 - 0
main/lang/spanish/exercice.inc.php

@@ -2,6 +2,34 @@
 /*
 for more information: see languages.txt in the lang folder.
 */
+$EmailNotificationTemplateDescription = "Puede modificar el correo enviado a los usuarios al terminar el ejercicio. Puede usar los siguientes términos: 
+
+{{ student.username }}
+{{ student.firstname }} 
+{{ student.lastname }}
+{{ student.official_code }} 
+{{ exercise.title }} 
+{{ exercise.start_time }}
+{{ exercise.end_time }}
+{{ course.title }}
+{{ course.code }}";
+$EmailNotificationTemplate = "Plantilla del correo electrónico enviado al usuario al terminar el ejercicio.";
+$ExerciseEndButtonDisconnect = "Desconexión de la plataforma";
+$ExerciseEndButtonExerciseHome = "Lista de ejercicios";
+$ExerciseEndButtonCourseHome = "Página principal del curso";
+$ExerciseEndButton = "Botón al terminar el ejercicio";
+$HideQuestionTitle = "Ocultar el título de la pregunta";
+$QuestionSelection = "Selección de preguntas";
+$OrderedCategoriesByParentWithQuestionsRandom = "Categorías ordenadas según la categoría padre, con preguntas desordenadas";
+$OrderedCategoriesByParentWithQuestionsOrdered = "Categorías ordenadas según la categoría padre, con preguntas ordenadas";
+$RandomCategoriesWithRandomQuestionsNoQuestionGrouped = "Categorías tomadas al azar, con preguntas desordenadas, sin agrupar preguntas";
+$RandomCategoriesWithQuestionsOrderedNoQuestionGrouped = "Categorías tomadas al azar, con preguntas ordenadas, sin agrupar preguntas";
+$RandomCategoriesWithRandomQuestions = "Categorías tomadas al azar, con preguntas desordenadas";
+$OrderedCategoriesAlphabeticallyWithRandomQuestions = "Categorías ordenadas (alfabéticamente), con preguntas desordenadas";
+$RandomCategoriesWithQuestionsOrdered = "Categorías tomadas al azar, con preguntas ordenadas";
+$OrderedCategoriesAlphabeticallyWithQuestionsOrdered = "Categorías ordenadas alfabéticamente, con preguntas ordenadas";
+$UsingCategories = "Usando categorías";
+$OrderedByUser = "Ordenado según la lista de preguntas";
 $ToReview = "Por revisar";
 $Unanswered = "Sin responder";
 $Answered = "Respondida";

+ 64 - 0
main/locale/en.po

@@ -16332,6 +16332,70 @@ msgstr "Accept legal terms"
 
 
 
+msgid "EmailNotificationTemplateDescription"
+msgstr "You can customize the email sent to users when they finished the exercise. You can use tags like these:
+
+1. {{ student.username }}
+2. {{ student.firstname }}
+3. {{ student.lastname }}
+4. {{ student.official_code }}
+5. {{ exercise.title }}
+6. {{ exercise.start_time }}
+7. {{ exercise.end_time }}
+8. {{ course.title }}
+9. {{ course.code }}"
+
+msgid "EmailNotificationTemplate"
+msgstr "Email notification template"
+
+msgid "ExerciseEndButtonDisconnect"
+msgstr "Logout"
+
+msgid "ExerciseEndButtonExerciseHome"
+msgstr "Exercise list."
+
+msgid "ExerciseEndButtonCourseHome"
+msgstr "Course home"
+
+msgid "ExerciseEndButton"
+msgstr "Exercise end button"
+
+msgid "HideQuestionTitle"
+msgstr "Hide question title"
+
+msgid "QuestionSelection"
+msgstr "Question selection type"
+
+msgid "OrderedCategoriesByParentWithQuestionsRandom"
+msgstr "Ordered categories by parent with random questions"
+
+msgid "OrderedCategoriesByParentWithQuestionsOrdered"
+msgstr "Ordered categories by parent with questions ordered"
+
+msgid "RandomCategoriesWithRandomQuestionsNoQuestionGrouped"
+msgstr "Random categories with random questions (questions not grouped)"
+
+msgid "RandomCategoriesWithQuestionsOrderedNoQuestionGrouped"
+msgstr "Random categories with questions ordered (questions not grouped)"
+
+msgid "RandomCategoriesWithRandomQuestions"
+msgstr "Random categories with random questions"
+
+msgid "OrderedCategoriesAlphabeticallyWithRandomQuestions"
+msgstr "Ordered categories alphabetically with random questions"
+
+msgid "RandomCategoriesWithQuestionsOrdered"
+msgstr "Random categories with questions ordered"
+
+msgid "OrderedCategoriesAlphabeticallyWithQuestionsOrdered"
+msgstr "Ordered categories alphabetically with questions ordered"
+
+msgid "UsingCategories"
+msgstr "Using categories"
+
+msgid "OrderedByUser"
+msgstr "Ordered by user"
+
 msgid "ToReview"
 msgstr "To be reviewed"
 

+ 64 - 0
main/locale/es.po

@@ -16260,6 +16260,70 @@ msgstr "Aceptar los términos legales"
 
 
 
+msgid "EmailNotificationTemplateDescription"
+msgstr "Puede modificar el correo enviado a los usuarios al terminar el ejercicio. Puede usar los siguientes términos: 
+
+{{ student.username }}
+{{ student.firstname }} 
+{{ student.lastname }}
+{{ student.official_code }} 
+{{ exercise.title }} 
+{{ exercise.start_time }}
+{{ exercise.end_time }}
+{{ course.title }}
+{{ course.code }}"
+
+msgid "EmailNotificationTemplate"
+msgstr "Plantilla del correo electrónico enviado al usuario al terminar el ejercicio."
+
+msgid "ExerciseEndButtonDisconnect"
+msgstr "Desconexión de la plataforma"
+
+msgid "ExerciseEndButtonExerciseHome"
+msgstr "Lista de ejercicios"
+
+msgid "ExerciseEndButtonCourseHome"
+msgstr "Página principal del curso"
+
+msgid "ExerciseEndButton"
+msgstr "Botón al terminar el ejercicio"
+
+msgid "HideQuestionTitle"
+msgstr "Ocultar el título de la pregunta"
+
+msgid "QuestionSelection"
+msgstr "Selección de preguntas"
+
+msgid "OrderedCategoriesByParentWithQuestionsRandom"
+msgstr "Categorías ordenadas según la categoría padre, con preguntas desordenadas"
+
+msgid "OrderedCategoriesByParentWithQuestionsOrdered"
+msgstr "Categorías ordenadas según la categoría padre, con preguntas ordenadas"
+
+msgid "RandomCategoriesWithRandomQuestionsNoQuestionGrouped"
+msgstr "Categorías tomadas al azar, con preguntas desordenadas, sin agrupar preguntas"
+
+msgid "RandomCategoriesWithQuestionsOrderedNoQuestionGrouped"
+msgstr "Categorías tomadas al azar, con preguntas ordenadas, sin agrupar preguntas"
+
+msgid "RandomCategoriesWithRandomQuestions"
+msgstr "Categorías tomadas al azar, con preguntas desordenadas"
+
+msgid "OrderedCategoriesAlphabeticallyWithRandomQuestions"
+msgstr "Categorías ordenadas (alfabéticamente), con preguntas desordenadas"
+
+msgid "RandomCategoriesWithQuestionsOrdered"
+msgstr "Categorías tomadas al azar, con preguntas ordenadas"
+
+msgid "OrderedCategoriesAlphabeticallyWithQuestionsOrdered"
+msgstr "Categorías ordenadas alfabéticamente, con preguntas ordenadas"
+
+msgid "UsingCategories"
+msgstr "Usando categorías"
+
+msgid "OrderedByUser"
+msgstr "Ordenado según la lista de preguntas"
+
 msgid "ToReview"
 msgstr "Por revisar"
 

+ 64 - 0
main/locale/fr.po

@@ -16312,6 +16312,70 @@ msgstr "Accepter les termes légaux"
 
 
 
+msgid "EmailNotificationTemplateDescription"
+msgstr "You can customize the email sent to users when they finished the exercise. You can use tags like these:
+
+1. {{ student.username }}
+2. {{ student.firstname }}
+3. {{ student.lastname }}
+4. {{ student.official_code }}
+5. {{ exercise.title }}
+6. {{ exercise.start_time }}
+7. {{ exercise.end_time }}
+8. {{ course.title }}
+9. {{ course.code }}"
+
+msgid "EmailNotificationTemplate"
+msgstr "Email notification template"
+
+msgid "ExerciseEndButtonDisconnect"
+msgstr "Logout"
+
+msgid "ExerciseEndButtonExerciseHome"
+msgstr "Exercise list."
+
+msgid "ExerciseEndButtonCourseHome"
+msgstr "Course home"
+
+msgid "ExerciseEndButton"
+msgstr "Exercise end button"
+
+msgid "HideQuestionTitle"
+msgstr "Hide question title"
+
+msgid "QuestionSelection"
+msgstr "Question selection type"
+
+msgid "OrderedCategoriesByParentWithQuestionsRandom"
+msgstr "Ordered categories by parent with random questions"
+
+msgid "OrderedCategoriesByParentWithQuestionsOrdered"
+msgstr "Ordered categories by parent with questions ordered"
+
+msgid "RandomCategoriesWithRandomQuestionsNoQuestionGrouped"
+msgstr "Random categories with random questions (questions not grouped)"
+
+msgid "RandomCategoriesWithQuestionsOrderedNoQuestionGrouped"
+msgstr "Random categories with questions ordered (questions not grouped)"
+
+msgid "RandomCategoriesWithRandomQuestions"
+msgstr "Random categories with random questions"
+
+msgid "OrderedCategoriesAlphabeticallyWithRandomQuestions"
+msgstr "Ordered categories alphabetically with random questions"
+
+msgid "RandomCategoriesWithQuestionsOrdered"
+msgstr "Random categories with questions ordered"
+
+msgid "OrderedCategoriesAlphabeticallyWithQuestionsOrdered"
+msgstr "Ordered categories alphabetically with questions ordered"
+
+msgid "UsingCategories"
+msgstr "Using categories"
+
+msgid "OrderedByUser"
+msgstr "Ordered by user"
+
 msgid "ToReview"
 msgstr "To be reviewed"