From bfe34f6ad424654e757bed085f6409b2f7484ca0 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Mon, 10 Dec 2012 17:15:17 +0100 Subject: [PATCH] Add french translation for the App.grid.ExpertMenu. --- static/plugin_dbui/locale/dbui-lang-fr.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/plugin_dbui/locale/dbui-lang-fr.js b/static/plugin_dbui/locale/dbui-lang-fr.js index 7415da96..297efbd4 100644 --- a/static/plugin_dbui/locale/dbui-lang-fr.js +++ b/static/plugin_dbui/locale/dbui-lang-fr.js @@ -20,9 +20,10 @@ if (App.form.FormPanel) { }); } -if (App.grid.Export) { - Ext.apply(App.grid.Export.prototype, { - textExport: 'Exporter dans un fichier CSV' +if (App.grid.ExpertMenu) { + Ext.apply(App.grid.ExpertMenu.prototype, { + textExport: 'Exporter dans un fichier CSV', + textReset: 'Reset' }); } -- GitLab