From d1a532ff66f2b251a3cbfee5fb397c8aa9593d88 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 23 Sep 2015 15:11:59 -0500 Subject: [PATCH] Minor - Update language files - refs #7558 --- main/lang/english/trad4all.inc.php | 7 +++++++ main/lang/spanish/trad4all.inc.php | 7 +++++++ 2 files changed, 14 insertions(+) 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