)ENGINE=InnoDBAUTO_INCREMENT=104DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='This table registers and action performed by a user at a given time, all information of the action is in JSON format in the ''description'' column and the operation performed is one of the possible for the ''type'' column. NOTE: timestamps must support fractional seconds, so MySQL versions >= 5.6.4 are required.';
/*!40101 SET character_set_client = @saved_cs_client */;
/*!50003 SET @saved_cs_client = @@character_set_client */;
/*!50003 SET @saved_cs_results = @@character_set_results */;
/*!50003 SET @saved_col_connection = @@collation_connection */;
/*!50003 SET character_set_client = utf8 */;
/*!50003 SET character_set_results = utf8 */;
/*!50003 SET collation_connection = utf8_general_ci */;
/*!50003 SET @saved_sql_mode = @@sql_mode */;
/*!50003 SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */;
)ENGINE=InnoDBAUTO_INCREMENT=36DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='One in a set of instructions predefined or stored by users. They are related to a metamethod (id_met)';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `meta_method`
--
DROPTABLEIFEXISTS`meta_method`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
)ENGINE=InnoDBAUTO_INCREMENT=16DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='Information for a method. A method is composed by a set of instructions';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `picto`
--
DROPTABLEIFEXISTS`picto`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATETABLE`picto`(
`id`int(11)NOTNULLAUTO_INCREMENT,
`uri`varchar(250)COLLATEutf8_unicode_ciNOTNULL,
`id_src`tinyint(4)NOTNULL,
`id_owner`int(11)DEFAULTNULL,
`id_cat`int(11)DEFAULTNULL,
PRIMARYKEY(`id`),
UNIQUEKEY`ck_pic`(`id_owner`,`id_src`,`uri`),
KEY`fk_sou_pic`(`id_src`)
)ENGINE=InnoDBAUTO_INCREMENT=130774DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='Main information about a pictogram, either coming from a source like Symbolstix or added by a supervisor. It can belongs to a category (id_cat)';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `picto_acl`
--
DROPTABLEIFEXISTS`picto_acl`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
)ENGINE=InnoDBAUTO_INCREMENT=233DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='Default pictos and categories available for a newly created student with default coordinates';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `picto_exp`
--
DROPTABLEIFEXISTS`picto_exp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATETABLE`picto_exp`(
`id`int(11)NOTNULLAUTO_INCREMENT,
`id_pic`int(11)NOTNULL,
`lang`char(5)COLLATEutf8_unicode_ciNOTNULL,
`text`varchar(100)COLLATEutf8_unicode_ciNOTNULL,
PRIMARYKEY(`id`),
KEY`id_pic`(`id_pic`)
)ENGINE=InnoDBAUTO_INCREMENT=270859DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='Expression (text label) for a picto (or a category) in different languages. This is used by the TTS engine';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `picto_tag`
--
DROPTABLEIFEXISTS`picto_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATETABLE`picto_tag`(
`id`int(11)NOTNULLAUTO_INCREMENT,
`id_sup`int(11)DEFAULTNULLCOMMENT'If NULL then is a default tag',
)ENGINE=InnoDBAUTO_INCREMENT=161DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='Scene table information. Every scene is related to some stu_pictos';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `source`
--
DROPTABLEIFEXISTS`source`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
)ENGINE=InnoDBAUTO_INCREMENT=61DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='This table contains tries information (they belong to a working session)';
/*!40101 SET character_set_client = @saved_cs_client */;
/*!50003 SET @saved_cs_client = @@character_set_client */;
/*!50003 SET @saved_cs_results = @@character_set_results */;
/*!50003 SET @saved_col_connection = @@collation_connection */;
/*!50003 SET character_set_client = utf8 */;
/*!50003 SET character_set_results = utf8 */;
/*!50003 SET collation_connection = utf8_general_ci */;
/*!50003 SET @saved_sql_mode = @@sql_mode */;
/*!50003 SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */;
)ENGINE=InnoDBAUTO_INCREMENT=23DEFAULTCHARSET=utf8COLLATE=utf8_unicode_ciCOMMENT='This table stores working session information. Every working session is related to one instruction and one supervisor (and the instruction is related to one method which is related to one student)';
/*!40101 SET character_set_client = @saved_cs_client */;
/*!50003 SET @saved_cs_client = @@character_set_client */;
/*!50003 SET @saved_cs_results = @@character_set_results */;
/*!50003 SET @saved_col_connection = @@collation_connection */;
/*!50003 SET character_set_client = utf8 */;
/*!50003 SET character_set_results = utf8 */;
/*!50003 SET collation_connection = utf8_general_ci */;
/*!50003 SET @saved_sql_mode = @@sql_mode */;
/*!50003 SET sql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */;
/*!50001 VIEW `v_stu_last_instruction` AS select `WS`.`id` AS `id_ws`,`WS`.`begin` AS `ws_begin`,`WS`.`end` AS `ws_end`,`WS`.`description` AS `ws_description`,`I`.`name` AS `ins_name`,`M`.`name` AS `met_name`,`M`.`id_stu` AS `id_stu` from (((`working_session` `WS` join `instruction` `I`) join `method` `M`) join `v_stu_last_ws_time` `LAST_WS`) where ((`LAST_WS`.`time` = `WS`.`begin`) and (`LAST_WS`.`id_stu` = `M`.`id_stu`) and (`WS`.`id_ins` = `I`.`id`) and (`I`.`id_met` = `M`.`id`)) */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
--
-- Final view structure for view `v_stu_last_ws_time`
--
/*!50001 DROP VIEW IF EXISTS `v_stu_last_ws_time`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = utf8 */;
/*!50001 SET character_set_results = utf8 */;
/*!50001 SET collation_connection = utf8_general_ci */;
/*!50001 VIEW `v_stu_last_ws_time` AS select `M`.`id_stu` AS `id_stu`,max(`WS`.`begin`) AS `time` from ((`working_session` `WS` join `instruction` `I`) join `method` `M`) where ((`WS`.`id_ins` = `I`.`id`) and (`I`.`id_met` = `M`.`id`)) group by `M`.`id_stu` */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
"license_expired_official":"PRO license expired. To maintain access to therapeutical functionalities you can",
"license_expired_official":"PRO license expired. To maintain access to therapeutical functionalities you can",
"license_expired_trial":"Trial license expired. To keep the account you should",
"license_expired_trial":"Trial license expired. To keep the account you should",
"license_expired_buy":"buy one",
"license_expired_buy":"buy one license",
"license_expired_renew":"renew it",
"license_expired_renew":"renew it",
"license_expires_official":"PRO license expires on ",
"license_expires_official":"PRO license expires on ",
"license_expires_trial":"Trial license expires on ",
"license_expires_trial":"Trial license expires on ",
"license_invalid":"Invalid license number",
"license_invalid":"Invalid license number",
"license_missing":"Account without PRO license",
"license_missing_official":"This PRO license expired. You have no access to therapeutical functionalities, but you can still manage pictograms and devices.",
"license_missing_trial":"Trial license expired. Buy an official one to keep using this account (go to Settings).",
"license_number":"License number",
"license_number":"License number",
"license_pro":"Pictogram PRO license",
"license_pro":"Pictogram PRO license",
"license_warning":"Only available for professional licenses (Pictogram Pro).",
"license_warning":"Only available for professional licenses (Pictogram Pro).",
...
@@ -218,6 +219,8 @@
...
@@ -218,6 +219,8 @@
"licenses_left":"{{number}} licenses left",
"licenses_left":"{{number}} licenses left",
"light_up":"Light up",
"light_up":"Light up",
"link":"Link",
"link":"Link",
"link_supervisor":"Link supervisor",
"link_supervisor_desc":"When linking a therapist/parent/tutor, he/she will be notified of this action.",
"loading_pictos":"Loading pictos",
"loading_pictos":"Loading pictos",
"login":"Log In",
"login":"Log In",
"login_fail":"Invalid user or password",
"login_fail":"Invalid user or password",
...
@@ -258,12 +261,15 @@
...
@@ -258,12 +261,15 @@
"no":"No",
"no":"No",
"no_categories":"Without categories",
"no_categories":"Without categories",
"nobegin":"No started",
"nobegin":"No started",
"no_instruction":"No instruction defined",
"no_method":"No method defined",
"no_method":"No method defined",
"no_office":"No office",
"no_office":"No office",
"no_subscribed":"No connection to student account",
"no_subscribed":"No connection to student account",
"no_instruction":"No instruction defined",
"no_students_for_user":"You are not associated to any students. Please ask your office to link your account to a Pictogram student.",
"no_students_for_user":"You are not associated to any students. Please ask your office to link your account to a Pictogram student.",
"no_space_in_category":"No space left in category",
"no_space_in_category":"No space left in category",
"no_supervisors":"No supervisors linked. ",
"no_supervisors_desc":"Enter supervisor's email in the input field above to add one.",
"no_supervisor_linked":"Unable to link supervisor",
"normal":"Normal",
"normal":"Normal",
"note":"Note",
"note":"Note",
"notes":"Notes",
"notes":"Notes",
...
@@ -414,12 +420,14 @@
...
@@ -414,12 +420,14 @@
"sup_not_deleted":"The supervisor couldn't be deleted by the student",
"sup_not_deleted":"The supervisor couldn't be deleted by the student",
"sup_not_found":"There is no supervisor account in Pictogram with this email",
"sup_not_found":"There is no supervisor account in Pictogram with this email",
"supervisor_added":"Supervisor added",
"supervisor_added":"Supervisor added",
"supervisor_already_linked":"The supervisor is already linked to your account",
"supervisor_deleted":"Supervisor deleted",
"supervisor_deleted":"Supervisor deleted",
"supervisor_not_added":"Supervisor not added",
"supervisor_not_added":"Supervisor not added",
"supervisor_not_deleted":"Supervisor not deleted",
"supervisor_not_deleted":"Supervisor not deleted",
"supervisor_not_updated":"Supervisor not updated",
"supervisor_not_updated":"Supervisor not updated",
"supervisor_note":"If the parent aren't going to register in the platform, the administrator can use the notes field to store their information.",
"supervisor_note":"If the parent aren't going to register in the platform, the administrator can use the notes field to store their information.",
"supervisor_updated":"Supervisor updated",
"supervisor_updated":"Supervisor updated",
"supervisor_yourself":"This is you. No reason to link to yourself.",
"license_expired_official":"La licencia PRO expiró. Para mantener acceso a funcionalidades terapéuticas puede",
"license_expired_official":"La licencia PRO expiró. Para mantener acceso a funcionalidades terapéuticas puede",
"license_expired_trial":"La licencia de prueba expiró. Para mantener la cuenta debería",
"license_expired_trial":"La licencia de prueba expiró. Para mantener la cuenta debería",
"license_expired_buy":"adquirir una",
"license_expired_buy":"adquirir una licencia",
"license_expired_renew":"renovarla",
"license_expired_renew":"renovarla",
"license_expires_official":"La licencia PRO finaliza el ",
"license_expires_official":"La licencia PRO finaliza el ",
"license_expires_trial":"La licencia de prueba finaliza el ",
"license_expires_trial":"La licencia de prueba finaliza el ",
...
@@ -214,10 +214,13 @@
...
@@ -214,10 +214,13 @@
"license_number":"Número de licencia",
"license_number":"Número de licencia",
"license_pro":"Licencia Pictogram PRO",
"license_pro":"Licencia Pictogram PRO",
"license_warning":"Sólo disponible para licencias profesionales (Pictogram Pro).",
"license_warning":"Sólo disponible para licencias profesionales (Pictogram Pro).",
"license_missing":"Cuenta sin licencia PRO",
"license_missing_official":"La licencia PRO expiró. El acceso a las funcionalidades terapéuticas queda restringido, aunque puede seguir gestionando pictogramas y dispositivos.",
"license_missing_trial":"La licencia de prueba expiró. Adquiera una licencia oficial para mantener esta cuenta (puede hacerlo en Configuración).",
"licenses_created":"Licencias creadas",
"licenses_created":"Licencias creadas",
"light_up":"Iluminar",
"light_up":"Iluminar",
"link":"Vincular",
"link":"Vincular",
"link_supervisor":"Vincular supervisor",
"link_supervisor_desc":"Al vincular un terapeuta/padre/madre/tutor se enviará un correo de notificación al mismo.",
"loading_pictos":"Cargando pictos",
"loading_pictos":"Cargando pictos",
"login":"Iniciar sesión",
"login":"Iniciar sesión",
"login_fail":"Usuario o contraseña incorrectos",
"login_fail":"Usuario o contraseña incorrectos",
...
@@ -263,6 +266,9 @@
...
@@ -263,6 +266,9 @@
"no_students_for_user":"Su cuenta no está asociada a ningún estudiante. Por favor, contacte con su gabinete para enlazar su cuenta a un estudiante.",
"no_students_for_user":"Su cuenta no está asociada a ningún estudiante. Por favor, contacte con su gabinete para enlazar su cuenta a un estudiante.",
"no_space_in_category":"No queda espacio en la categoría",
"no_space_in_category":"No queda espacio en la categoría",
"no_subscribed":"Sin conexión a la cuenta del estudiante",
"no_subscribed":"Sin conexión a la cuenta del estudiante",
"no_supervisors":"No tiene tutores, padres o terapeutas asociados.",
"no_supervisors_desc":"Introduzca el correo electrónico del supervisor en el campo de arriba para añadirlo.",
"no_supervisor_linked":"No se pudo asociar al supervisor",
"nobegin":"Sin iniciar",
"nobegin":"Sin iniciar",
"normal":"Normal",
"normal":"Normal",
"note":"Nota",
"note":"Nota",
...
@@ -275,7 +281,7 @@
...
@@ -275,7 +281,7 @@
"num_sessions_per_month_in":"Número de sesiones por meses en",
"num_sessions_per_month_in":"Número de sesiones por meses en",
"objetive":"Objetivo",
"objetive":"Objetivo",
"October":"Octubre",
"October":"Octubre",
"office":"Gabinete",
"office":"Gabinete/centro",
"office_account_desc":"Gestione alumnos y equipos de intervención, además de todas las funcionalidades propias de un terapeuta.",
"office_account_desc":"Gestione alumnos y equipos de intervención, además de todas las funcionalidades propias de un terapeuta.",
"office_center":"Gabinete/centro",
"office_center":"Gabinete/centro",
"office_added":"Gabinete añadido",
"office_added":"Gabinete añadido",
...
@@ -414,12 +420,14 @@
...
@@ -414,12 +420,14 @@
"sup_not_deleted":"El supervisor no se ha podido desvincular del alumno.",
"sup_not_deleted":"El supervisor no se ha podido desvincular del alumno.",
"sup_not_found":"No hay ningún usuario en Pictogram con ese correo electrónico.",
"sup_not_found":"No hay ningún usuario en Pictogram con ese correo electrónico.",
"supervisor_added":"Supervisor añadido",
"supervisor_added":"Supervisor añadido",
"supervisor_already_linked":"El supervisor ya está vinculado",
"supervisor_deleted":"Supervisor eliminado",
"supervisor_deleted":"Supervisor eliminado",
"supervisor_not_added":"Supervisor no añadido",
"supervisor_not_added":"Supervisor no añadido",
"supervisor_not_deleted":"No se ha podido eliminar el supervisor",
"supervisor_not_deleted":"No se ha podido eliminar el supervisor",
"supervisor_not_updated":"El supervisor no se ha podido actualizar",
"supervisor_not_updated":"El supervisor no se ha podido actualizar",
"supervisor_note":"Si los padres no se van a dar de alta en la plataforma nunca, el administrador puede anotar la información de contacto en el campo notas.",
"supervisor_note":"Si los padres no se van a dar de alta en la plataforma nunca, el administrador puede anotar la información de contacto en el campo notas.",
"supervisor_updated":"Supervisor actualizado",
"supervisor_updated":"Supervisor actualizado",
"supervisor_yourself":"Este es usted. No hay razón para añadir a uno mismo.",