diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 3e2e58a2ff..01e50e549b 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -7521,4 +7521,11 @@ $CourseCategory = "Course category"; $VideoChatBetweenUserXAndUserY = "Video chat between %s and %s"; $Enable = "Enable"; $Disable = "Disable"; +$AvoidChangingPageAsThisWillCutYourCurrentVideoChatSession = "Avoid changing page as this will cut your current video chat session"; +$ConnectingToPeer = "Connecting to peer"; +$ConnectionEstablished = "Connection established"; +$ConnectionFailed = "Connection failed"; +$ConnectionClosed = "Connection closed"; +$LocalConnectionFailed = "Local connection failed"; +$RemoteConnectionFailed = "Remote connection failed"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index d9eede975c..e8be336351 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -7546,4 +7546,11 @@ $CourseCategory = "Categoría de curso"; $VideoChatBetweenUserXAndUserY = "Videollamada entre %s y %s"; $Enable = "Activar"; $Disable = "Desactivar"; +$AvoidChangingPageAsThisWillCutYourCurrentVideoChatSession = "Evite cambiar de página ya que esto puede cortar tu videollamada actual"; +$ConnectingToPeer = "Conectando"; +$ConnectionEstablished = "Conexión establecida"; +$ConnectionFailed = "Conexión fallida"; +$ConnectionClosed = "Conexión cerrada"; +$LocalConnectionFailed = "Conexión local fallida"; +$RemoteConnectionFailed = "Conexión remota fallida"; ?> \ No newline at end of file