From 3e28d1b9668435cffc9a5d8c4ef3a6f0e6daa3ff Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 24 Apr 2017 14:41:55 +0200 Subject: [PATCH] Add a missing key in the french translation --- customize.dist/translations/messages.fr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index c5e132d9a..97aec74ab 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -225,6 +225,7 @@ define(function () { out.fc_remove = "Supprimer définitivement"; out.fc_empty = "Vider la corbeille"; out.fc_prop = "Propriétés"; + out.fc_sizeInKilobytes = "Taille en kilo-octets"; // fileObject.js (logs) out.fo_moveUnsortedError = "La liste des éléments non triés ne peut pas contenir de dossiers."; out.fo_existingNameError = "Ce nom est déjà utilisé dans ce répertoire. Veuillez en choisir un autre.";