move files, fixes #1553
This commit is contained in:
parent
25f9243089
commit
48f65e207d
2 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ pandora.ui.mediaView = function(options, self) {
|
||||||
{
|
{
|
||||||
disabled: true,
|
disabled: true,
|
||||||
id: 'ignore',
|
id: 'ignore',
|
||||||
title: Ox._('Ignore Selected Media')
|
title: Ox._('Ignore Selected Files')
|
||||||
},
|
},
|
||||||
{},
|
{},
|
||||||
{
|
{
|
||||||
|
@ -407,7 +407,7 @@ pandora.ui.mediaView = function(options, self) {
|
||||||
|
|
||||||
self.$moveButton = Ox.Button({
|
self.$moveButton = Ox.Button({
|
||||||
disabled: true,
|
disabled: true,
|
||||||
title: Ox._('Move Media'),
|
title: Ox._('Move Files'),
|
||||||
width: 116
|
width: 116
|
||||||
})
|
})
|
||||||
.css({margin: '0 4px 4px 4px'})
|
.css({margin: '0 4px 4px 4px'})
|
||||||
|
@ -481,7 +481,7 @@ pandora.ui.mediaView = function(options, self) {
|
||||||
data[key] = self['$' + key + 'Input'].value();
|
data[key] = self['$' + key + 'Input'].value();
|
||||||
});
|
});
|
||||||
self.$moveButton.options(
|
self.$moveButton.options(
|
||||||
{disabled: true, title: Ox._('Moving Media...')}
|
{disabled: true, title: Ox._('Moving Files...')}
|
||||||
);
|
);
|
||||||
pandora.api.moveMedia(data, function(result) {
|
pandora.api.moveMedia(data, function(result) {
|
||||||
if (
|
if (
|
||||||
|
@ -496,7 +496,7 @@ pandora.ui.mediaView = function(options, self) {
|
||||||
self.$filesList.reloadList();
|
self.$filesList.reloadList();
|
||||||
self.$instancesList.reloadList();
|
self.$instancesList.reloadList();
|
||||||
self.$moveButton.options(
|
self.$moveButton.options(
|
||||||
{disabled: false, title: Ox._('Move Media')}
|
{disabled: false, title: Ox._('Move Files')}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
"IP Address": "",
|
"IP Address": "",
|
||||||
"Icon": "",
|
"Icon": "",
|
||||||
"Icons": "",
|
"Icons": "",
|
||||||
"Ignore Selected Media": "",
|
"Ignore Selected Files": "",
|
||||||
"Import": "",
|
"Import": "",
|
||||||
"Import Annotations": "",
|
"Import Annotations": "",
|
||||||
"Import {0}...": "",
|
"Import {0}...": "",
|
||||||
|
@ -243,9 +243,9 @@
|
||||||
"Message Sent": "",
|
"Message Sent": "",
|
||||||
"Modified": "",
|
"Modified": "",
|
||||||
"Mount Volume": "",
|
"Mount Volume": "",
|
||||||
"Move Media": "",
|
"Move files": "",
|
||||||
"Move selected files to another {0}": "",
|
"Move selected files to another {0}": "",
|
||||||
"Moving Media...": "",
|
"Moving files...": "",
|
||||||
"Names": "",
|
"Names": "",
|
||||||
"Navigation": "",
|
"Navigation": "",
|
||||||
"New PDF": "",
|
"New PDF": "",
|
||||||
|
|
Loading…
Reference in a new issue