Add an option to never rename a file during the session
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user