mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
(fix) added translations + fixed typos
This commit is contained in:
@@ -225,3 +225,4 @@
|
||||
"Add Screen Name" = "Add Screen Name";
|
||||
"Synchronization" = "Synchronization";
|
||||
"Synchronize" = "Synchronize";
|
||||
"Successfully subscribed to address book" = "Successfully subscribed to address book";
|
||||
|
||||
@@ -312,3 +312,6 @@
|
||||
"Expanded" = "Expanded";
|
||||
"Add a Criteria" = "Add a Criteria";
|
||||
"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";
|
||||
|
||||
@@ -501,3 +501,4 @@ vtodo_class2 = "(Confidential task)";
|
||||
"Rename" = "Rename";
|
||||
"Import Calendar" = "Import Calendar";
|
||||
"Select an ICS file." = "Select an ICS file.";
|
||||
"Successfully subscribed to calendar" = "Successfully subscribed to calendar";
|
||||
|
||||
@@ -301,7 +301,7 @@
|
||||
AddressBook.$subscribe(addressbookData.owner, addressbookData.name).then(function(data) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(l('Sucessfully subscribed to address book'))
|
||||
.content(l('Successfully subscribed to address book'))
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
});
|
||||
|
||||
@@ -316,7 +316,7 @@
|
||||
Calendar.$subscribe(calendarData.owner, calendarData.name).then(function(data) {
|
||||
$mdToast.show(
|
||||
$mdToast.simple()
|
||||
.content(l('Sucessfully subscribed to calendar'))
|
||||
.content(l('Successfully subscribed to calendar'))
|
||||
.position('top right')
|
||||
.hideDelay(3000));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user