make new text translateable
This commit is contained in:
parent
e8b053e48b
commit
df9c312b7d
@ -216,6 +216,7 @@ define(function () {
|
|||||||
out.fc_remove = "Delete permanently";
|
out.fc_remove = "Delete permanently";
|
||||||
out.fc_empty = "Empty the trash";
|
out.fc_empty = "Empty the trash";
|
||||||
out.fc_prop = "Properties";
|
out.fc_prop = "Properties";
|
||||||
|
out.fc_sizeInKilobytes = "Size in Kilobytes";
|
||||||
// fileObject.js (logs)
|
// fileObject.js (logs)
|
||||||
out.fo_moveUnsortedError = "You can't move a folder to the list of unsorted pads";
|
out.fo_moveUnsortedError = "You can't move a folder to the list of unsorted pads";
|
||||||
out.fo_existingNameError = "Name already used in that directory. Please choose another one.";
|
out.fo_existingNameError = "Name already used in that directory. Please choose another one.";
|
||||||
|
|||||||
@ -1916,7 +1916,7 @@ define([
|
|||||||
|
|
||||||
$('<label>', {
|
$('<label>', {
|
||||||
'for': 'size'
|
'for': 'size'
|
||||||
}).text('Size in Kilobytes').appendTo($d);
|
}).text(Messages.fc_sizeInKilobytes).appendTo($d);
|
||||||
|
|
||||||
$('<input>', {
|
$('<input>', {
|
||||||
id: 'size',
|
id: 'size',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user