Add an option to never rename a file during the session

This commit is contained in:
yflory
2017-11-17 10:57:54 +01:00
parent 31b31654ec
commit af8aa25228
3 changed files with 4 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ define(function () {
out.cancel = "Annuler";
out.cancelButton = 'Annuler (Échap)';
out.doNotAskAgain = "Ne jamais renommer (Échap)";
out.historyText = "Historique";
out.historyButton = "Afficher l'historique du document";

View File

@@ -204,6 +204,7 @@ define(function () {
out.cancel = "Cancel";
out.cancelButton = 'Cancel (esc)';
out.doNotAskAgain = "Always keep existing name (Esc)";
out.historyText = "History";
out.historyButton = "Display the document history";