loleaflet: l10n of src/control/Toolbar.js

This commit is contained in:
Andras Timar
2016-06-09 15:26:08 +02:00
parent 257b95f01f
commit ec15d9e9ff
2 changed files with 4 additions and 3 deletions

View File

@ -40,6 +40,7 @@ pot:
src/admin/Util.js \
src/control/Control.Menubar.js \
src/control/Control.Tabs.js \
src/control/Toolbar.js \
src/core/Socket.js \
src/map/Map.js

View File

@ -40,7 +40,7 @@ L.Map.include({
}
id = id || -1; // not a special download
this.showBusy('Downloading...', false);
this.showBusy(_('Downloading...'), false);
this._socket.sendMessage('downloadas ' +
'name=' + name + ' ' +
'id=' + id + ' ' +
@ -49,7 +49,7 @@ L.Map.include({
},
print: function () {
this.showBusy('Downloading...', false);
this.showBusy(_('Downloading...'), false);
this.downloadAs('print.pdf', 'pdf', null, 'print');
},
@ -61,7 +61,7 @@ L.Map.include({
options = '';
}
this.showBusy('Saving...', false);
this.showBusy(_('Saving...'), false);
// TakeOwnership: we are performing a 'real' save-as, the document
// is just getting a new place, ie. it will get the
// '.uno:ModifiedStatus' upon completion.