mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
(i18n) Add missing localizable strings
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
"Name of the Calendar" = "Name of the Calendar";
|
||||
"new" = "New";
|
||||
"Print view" = "Print view";
|
||||
"Print" = "Print";
|
||||
"edit" = "Edit";
|
||||
"delete" = "Delete";
|
||||
"proposal" = "Proposal";
|
||||
@@ -147,6 +148,7 @@
|
||||
"Display events and tasks colors" = "Display events and tasks colors";
|
||||
"Borders" = "Borders";
|
||||
"Backgrounds" = "Backgrounds";
|
||||
"Page Format" = "Page Format";
|
||||
|
||||
/* Appointments */
|
||||
"Appointment viewer" = "Appointment Viewer";
|
||||
|
||||
@@ -692,7 +692,7 @@
|
||||
<md-checkbox
|
||||
ng-model="$PrintDialogController.workingHoursOnly"
|
||||
label:aria-label="Show working hours only">
|
||||
<var:string label:value="Show working hours only"/>
|
||||
<var:string label:value="Display working hours only"/>
|
||||
</md-checkbox>
|
||||
</div>
|
||||
<div>
|
||||
@@ -702,7 +702,7 @@
|
||||
<div flex="30" ng-show="$PrintDialogController.visibleList" style="border-right: 1px solid #eee">
|
||||
<div class="sg-md-caption"><var:string label:value="Tasks"/></div>
|
||||
</div>
|
||||
<div class="md-flex" style="align-self: center; text-align: center;">{{:: $PrintDialogController.calendarView | loc }}</div>
|
||||
<div class="md-flex" style="align-self: center; text-align: center;">{{:: $PrintDialogController.calendarView.capitalize() | loc }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</md-dialog-content>
|
||||
|
||||
Reference in New Issue
Block a user