From ce3600b02640b67832f36e20164ca2dade587958 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 20 Nov 2017 10:41:27 +0100 Subject: [PATCH] Update translation keys --- customize.dist/translations/messages.fr.js | 2 +- customize.dist/translations/messages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index 1a11f2c7d..2d01fd007 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -201,7 +201,7 @@ define(function () { out.cancel = "Annuler"; out.cancelButton = 'Annuler (Échap)'; - out.doNotAskAgain = "Ne jamais renommer (Échap)"; + out.doNotAskAgain = "Ne plus demander (Échap)"; out.historyText = "Historique"; out.historyButton = "Afficher l'historique du document"; diff --git a/customize.dist/translations/messages.js b/customize.dist/translations/messages.js index aa3ef4e8e..b70635d48 100644 --- a/customize.dist/translations/messages.js +++ b/customize.dist/translations/messages.js @@ -204,7 +204,7 @@ define(function () { out.cancel = "Cancel"; out.cancelButton = 'Cancel (esc)'; - out.doNotAskAgain = "Always keep existing name (Esc)"; + out.doNotAskAgain = "Don't ask me again (Esc)"; out.historyText = "History"; out.historyButton = "Display the document history";