mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
(fix) make use of existing string
This commit is contained in:
@@ -260,8 +260,11 @@
|
||||
"error_missingrecipients" = "Please specify at least one recipient.";
|
||||
"Send Anyway" = "Send Anyway";
|
||||
"Error while saving the draft" = "Error while saving the draft";
|
||||
|
||||
/* Error when uploading a file attachment */
|
||||
"Error while uploading the file \"%{0}\":" = "Error while uploading the file \"%{0}\":";
|
||||
"There is an active file upload. Closing the window will interrupt it." = "There is an active file upload. Closing the window will interrupt it.";
|
||||
|
||||
/* Message sending */
|
||||
"cannot send message: (smtp) all recipients discarded" = "Cannot send message: all recipients are invalid.";
|
||||
"cannot send message (smtp) - recipients discarded" = "Cannot send message. The following addresses are invalid";
|
||||
@@ -302,7 +305,4 @@
|
||||
"More search options" = "More search options";
|
||||
"Your email has been saved" = "Your email has been saved";
|
||||
"Your email has been sent" = "Your email has been sent";
|
||||
"Folder compacted" = "Folder compacted";
|
||||
|
||||
/* Error when uploading a file attachment */
|
||||
"An error occured while uploading" = "An error occured while uploading";
|
||||
"Folder compacted" = "Folder compacted";
|
||||
@@ -46,7 +46,7 @@
|
||||
onErrorItem: function(item, response, status, headers) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(l('An error occured while uploading' + ' ' + item.file.name))
|
||||
.content(l('Error while uploading the file \"%{0}\":', item.file.name))
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
this.removeFromQueue(item);
|
||||
|
||||
Reference in New Issue
Block a user