From c8384f3553414cdf526a3e7ffe33d838e7cee085 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 6 Mar 2019 13:17:57 +0100 Subject: [PATCH] Minor - Update lang vars --- main/lang/english/trad4all.inc.php | 4 +++- main/lang/spanish/trad4all.inc.php | 2 +- main/social/home.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 6fb0f91587..42af04064c 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -7831,7 +7831,7 @@ $Icon = "Icon"; $DesignWithBadgeStudio = "Design with Badge Studio"; $UseThisBadge = "Use this badge"; $Palettes = "Palettes"; -$DesignWithBadgeStudioComment = "Usa Badge Studio para crear tu propia insignia dentro de tu plataforma"; +$DesignWithBadgeStudioComment = "Use the Badge Studio to create your own badge from within your platform"; $YouAlreadySentThisFile = "You have already sent this file or another file with the same name. Please make sure you only upload each file once."; $DocumentsDefaultVisibility = "Default visibility of new documents"; $TicketAllowStudentAddTitle = "Allow users to add tickets"; @@ -8359,4 +8359,6 @@ $PersonalDataLimitationTitleHelp = "What are the limits that we will always resp $PersonalDataDeletionTitleHelp = "After how long do we erase the data? (event, last use, contract validity, etc.) What are the elimination processes?"; $PersonalDataDestructionTitleHelp = "What happens if the data is destroyed as a result of a technical failure? (unauthorized deletion or loss of material, for example)"; $PersonalDataProfilingTitleHelp = "For what purpose do we process personal data? Do we use it to filter the access users have to certain parts of our application? (negative or positive discrimination)"; +$SearchUsersByName = "By name"; +$GlobalChat = "Chat"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index bbb4470d4e..f5609e1029 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -7866,7 +7866,7 @@ $Icon = "Icono"; $DesignWithBadgeStudio = "Diseñar con Badge Studio"; $UseThisBadge = "Usar esta insignia"; $Palettes = "Paletas"; -$DesignWithBadgeStudioComment = "Use the Badge Studio to create your own badge from within your platform"; +$DesignWithBadgeStudioComment = "Usa Badge Studio para crear tu propia insignia dentro de tu plataforma"; $YouAlreadySentThisFile = "Ya envió este archivo u otro archivo con el mismo nombre. Por favor asegúrese de enviar cada archivo una sola vez."; $DocumentsDefaultVisibility = "Visibilidad por defecto de los documentos"; $TicketAllowStudentAddTitle = "Permitir a usuarios añadir tickets"; diff --git a/main/social/home.php b/main/social/home.php index 6e52fe0864..5bd1d8bb2f 100755 --- a/main/social/home.php +++ b/main/social/home.php @@ -263,7 +263,7 @@ $formSearch->addText( [ 'aria-label' => get_lang('SearchUsers'), 'custom' => true, - 'placeholder' => get_lang('ByName'), + 'placeholder' => get_lang('SearchUsersByName'), ] );