mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
loleaflet: l10n of src/control/Toolbar.js
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user