From cfcb9db32e9868df9343eba03a0da699d058d108 Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Wed, 30 Nov 2022 11:39:44 +0100 Subject: [PATCH] Dropbox: update partial translation in FR, EN, ES for file sharing - refs BT#20365 --- main/lang/english/trad4all.inc.php | 7 +++++++ main/lang/french/trad4all.inc.php | 5 +++++ main/lang/spanish/trad4all.inc.php | 5 +++++ 3 files changed, 17 insertions(+) diff --git a/main/lang/english/trad4all.inc.php b/main/lang/english/trad4all.inc.php index 96ea7f853b..1f1afb2534 100644 --- a/main/lang/english/trad4all.inc.php +++ b/main/lang/english/trad4all.inc.php @@ -8941,4 +8941,11 @@ $AllUsersIncludingInactiveIncluded = "*: All users, including inactive, are incl $ReportQuarterlyTotalDiskUsage = "Total disk usage"; $EditPortfolioComment = "Edit portfolio comment"; $ExerciseXNotDeleted = "Test '%s' not deleted"; +$GroupEmpted = "Group empted"; +$ConversionFailed = "Conversion Failed"; +$RemoveUsers = "Remove users"; +$SendFileToOtherUsers = "Send file to other users"; +$RemoveFileFromSelectedUsers = "Remove file from selected users"; +$SendOtherUsers = "Send to other users"; +$SendToUsers = "Send to users"; ?> \ No newline at end of file diff --git a/main/lang/french/trad4all.inc.php b/main/lang/french/trad4all.inc.php index b28ed513f5..edb0db4bf6 100644 --- a/main/lang/french/trad4all.inc.php +++ b/main/lang/french/trad4all.inc.php @@ -8877,4 +8877,9 @@ $AllUsersIncludingInactiveIncluded = "*: Tous les utilisateurs, dont inactifs, s $ReportQuarterlyTotalDiskUsage = "Utilisation totale du disque"; $EditPortfolioComment = "Éditer le commentaire"; $ExerciseXNotDeleted = "Exercice '%s' non supprimé"; +$RemoveUsers = "Retirer des utilisateurs"; +$SendFileToOtherUsers = "Envoyer le fichier à d'autres utilisateurs"; +$RemoveFileFromSelectedUsers = "Retirer le fichier aux utilisateurs sélectionnés"; +$SendOtherUsers = "Envoyer à autres utilisateurs"; +$SendToUsers = "Envoyer aux utilisateurs"; ?> \ No newline at end of file diff --git a/main/lang/spanish/trad4all.inc.php b/main/lang/spanish/trad4all.inc.php index fd18eb7df7..ac1c5dc458 100644 --- a/main/lang/spanish/trad4all.inc.php +++ b/main/lang/spanish/trad4all.inc.php @@ -8969,4 +8969,9 @@ $AllUsersIncludingInactiveIncluded = "*: Todos los usuarios, inactivos inclusive $ReportQuarterlyTotalDiskUsage = "Uso total del disco"; $EditPortfolioComment = "Editar comentario de portafolio"; $ExerciseXNotDeleted = "Ejercicio '%s' no ha sido borrado"; +$RemoveUsers = "Eliminar usuarios"; +$SendFileToOtherUsers = "Enviar archivo a otros usuarios"; +$RemoveFileFromSelectedUsers = "Eliminar archivo de usuarios seleccionados"; +$SendOtherUsers = "Enviar a otros usuarios"; +$SendToUsers = "Enviar a los usuarios"; ?> \ No newline at end of file