diff --git a/app/controllers/ClassroomController.php b/app/controllers/ClassroomController.php index a60031ed5..f9dbae042 100755 --- a/app/controllers/ClassroomController.php +++ b/app/controllers/ClassroomController.php @@ -248,6 +248,11 @@ static function classroomDisciplineLabelArray() { $labels[30] = Classroom::model()->attributeLabels()['discipline_foreign_language_franch']; $labels[99] = Classroom::model()->attributeLabels()['discipline_others']; $labels[10001] = yii::t('default', 'Writing'); + $labels[10002] = yii::t('default', 'Listen, Speak, Thought and Imagination'); + $labels[10003] = yii::t('default', 'Space, Time, Quantity, Relations and Transformations'); + $labels[10004] = yii::t('default', 'Body, Gesture and Movement'); + $labels[10006] = yii::t('default', 'Traces, Sounds, Colors and Shapes'); + $labels[10005] = yii::t('default', 'The I, the Other and the We'); return $labels; } diff --git a/app/messages/pt_br/default.php b/app/messages/pt_br/default.php index 824321baa..8b0d59ca8 100755 --- a/app/messages/pt_br/default.php +++ b/app/messages/pt_br/default.php @@ -410,6 +410,11 @@ 'Turn' => 'Turno', 'Add Discipline/Teacher' => 'Adicionar Professor/Disciplina', 'Writing' => 'Redação', + 'Listen, Speak, Thought and Imagination' => 'Escuta, Fala, Pensamento e Imaginação', + 'Space, Time, Quantity, Relations, Transformations' => 'Espaço, Tempo, Quantidade, Relações e Transformações', + 'Body, Gesture and Movement' => 'Corpo, Gesto e Movimento', + 'Traces, Sounds, Colors and Shapes' => 'Traços, Sons, Cores e Formas', + 'The I, the Other and the We' => 'O Eu, O Outro e o Nós', 'Pedagogical Mediation Type' => 'Tipo de Mediação Didático-Pedagógica', 'New Discipline' => 'Nova Disciplina', 'Classroom Days' => 'Dias de Aula',