From ae367ae8ca2663c8ff3b09afd279b8c637939ce1 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Tue, 14 Apr 2020 12:31:12 +0200 Subject: [PATCH] Minor : partial language update for sorting catalog functionnality - refs BT#16818 --- main/lang/english/trad4all.inc.php | 3 +++ main/lang/french/trad4all.inc.php | 3 +++ main/lang/spanish/trad4all.inc.php | 3 +++ 3 files changed, 9 insertions(+) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 68b339e874..55f238de70 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8503,4 +8503,7 @@ $TotalNumberOfStudents = "Total number of students"; $UsersCreatedInTheSelectedPeriod = "Users created in the selected period"; $UserByLanguage = "Users per language"; $Count = "Count"; +$SortKeys = "Sort by"; +$SubscriptionCount = "Subscription count"; +$VoteCount = "Vote count"; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index a9d3a9dba0..a6b638d3e1 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -8435,4 +8435,7 @@ $TotalNumberOfStudents = "Nombre total d'étudiants"; $UsersCreatedInTheSelectedPeriod = "Utilisateurs créés durant la période sélectionnée"; $UserByLanguage = "Utilisateurs par langue"; $Count = "Nombre"; +$SortKeys = "Trier par"; +$SubscriptionCount = "Nombre d'inscrits"; +$VoteCount = "Nombre de vote"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index d0a56a7553..edad31c816 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -8531,4 +8531,7 @@ $TotalNumberOfStudents = "Número total de estudiantes"; $UsersCreatedInTheSelectedPeriod = "Usuarios creados en el periodo seleccionado"; $UserByLanguage = "Usuarios por idioma"; $Count = "Número"; +$SortKeys = "Ordenar por"; +$SubscriptionCount = "Numero de suscripción"; +$VoteCount = "Numero de votos"; ?> \ No newline at end of file